JP2015142359A - Electronic apparatus with programmable logic circuit device - Google Patents

Electronic apparatus with programmable logic circuit device Download PDF

Info

Publication number
JP2015142359A
JP2015142359A JP2014016112A JP2014016112A JP2015142359A JP 2015142359 A JP2015142359 A JP 2015142359A JP 2014016112 A JP2014016112 A JP 2014016112A JP 2014016112 A JP2014016112 A JP 2014016112A JP 2015142359 A JP2015142359 A JP 2015142359A
Authority
JP
Japan
Prior art keywords
programmable logic
logic circuit
rewrite
data
configuration data
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.)
Granted
Application number
JP2014016112A
Other languages
Japanese (ja)
Other versions
JP6343945B2 (en
Inventor
浩 大橋
Hiroshi Ohashi
浩 大橋
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.)
Konica Minolta Inc
Original Assignee
Konica Minolta Inc
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 Konica Minolta Inc filed Critical Konica Minolta Inc
Priority to JP2014016112A priority Critical patent/JP6343945B2/en
Publication of JP2015142359A publication Critical patent/JP2015142359A/en
Application granted granted Critical
Publication of JP6343945B2 publication Critical patent/JP6343945B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Landscapes

  • Logic Circuits (AREA)

Abstract

PROBLEM TO BE SOLVED: To provide an electronic apparatus with a PLD capable of preventing rewrite of configuration data of the PLD from being disabled.SOLUTION: The electronic apparatus includes a plurality of programmable logic circuit devices 11 and 12 and a versatile bus 50. The programmable logic circuit device configures a logic circuit on the basis of circuit configuration data. The versatile bus transmits rewrite data for rewriting the circuit configuration data to each of the plurality of programmable logic circuit devices. The programmable logic circuit devices include conversion circuits 1 and 2 each for converting the rewrite data acquired from the versatile bus into a rewrite signal for rewriting into the circuit configuration data. The circuit configuration data of one programmable logic circuit device are rewritten by the rewrite signal generated by conversion circuits of other programmable logic circuit device.

Description

本発明は、プログラム可能な論理回路デバイスを備えた電子装置に関する。   The present invention relates to an electronic apparatus having a programmable logic circuit device.

プログラム可能な論理回路デバイス(以下、PLDとも称する)は、たとえばASIC(Application Specific Integrated Circuit)のように、一旦、デバイス内部の論理回路を決定すると変更できない論理回路デバイスとは異なり、デバイス内部の論理回路を繰り返し変更できる論理回路デバイスである。   A programmable logic circuit device (hereinafter also referred to as PLD) is different from a logic circuit device that cannot be changed once a logic circuit inside the device is determined, such as ASIC (Application Specific Integrated Circuit), A logic circuit device capable of repeatedly changing a circuit.

近年のPLDでは、ユーザーが所望の論理回路の構成をパーソナルコンピューターなどの端末上で編集し、当該論理回路の構成に関する情報をコンフィグレーションデータとして読み込んでデバイス内部に論理回路を構成することができるようになってきている。このようなPLDとしては、たとえばCPLD(Complex Programmable Logic Device)、FPGA(Field Programmable Gate Array)などが一般に知られている。   In recent PLDs, a user can edit a configuration of a desired logic circuit on a terminal such as a personal computer, read information on the configuration of the logic circuit as configuration data, and configure a logic circuit inside the device. It is becoming. As such PLDs, for example, CPLD (Complex Programmable Logic Device), FPGA (Field Programmable Gate Array) and the like are generally known.

一般に、CPLDに読み込まれたコンフィグレーションデータは、内部のフラッシュメモリに格納され、電源が切断された場合でも次に書き換えられるまで同じものが維持される。一方、多くのFPGAでは、読み込まれたコンフィグレーションデータは、内部のスタティックRAM(Random Access Memory)に格納されるので、電源が切断された場合、スタティックRAMに格納されたコンフィグレーションデータは維持されない。通常、このようなFPGAでは、起動する際に内部のスタティックRAMにコンフィグレーションデータをロードするためのフラッシュメモリが別途接続される場合が多い。   In general, configuration data read into the CPLD is stored in an internal flash memory, and the same data is maintained until it is rewritten even when the power is turned off. On the other hand, in many FPGAs, the read configuration data is stored in an internal static RAM (Random Access Memory). Therefore, when the power is turned off, the configuration data stored in the static RAM is not maintained. Usually, in such an FPGA, a flash memory for loading configuration data into an internal static RAM is often separately connected when activated.

CPLDおよびFPGAは、通常、コンフィグレーションデータを書き換えるためのJTAG(Joint Test Action Group)ポートを備える。JTAGポートは、当初、集積回路や基板の検査に用いられていた規格であるが、近年は検査目的のみならず、コンフィグレーションデータの書き換えなどCPLDやFPGAにアクセスする手段としても使用されている。   CPLDs and FPGAs typically include a JTAG (Joint Test Action Group) port for rewriting configuration data. The JTAG port is a standard that was originally used for inspection of integrated circuits and substrates, but in recent years it is used not only for inspection purposes but also as a means for accessing CPLDs and FPGAs such as rewriting configuration data.

CPLDのコンフィグレーションデータを書き換える場合、CPLDが実装された基板の外部から書き換えデータを受信し、受信された書き換えデータをCPLDのJTAGポートに入力するための信号(以下、JTAG信号と称する)に変換する必要がある。このため、一般に上記基板には、上記受信された書き換えデータをJTAG信号に変換するための回路(以下、JTAG変換回路と称する)が実装される。そして、JTAG変換回路で生成されたJTAG信号は、専用の信号線を通じてCPLDに伝送される。   When rewriting the configuration data of the CPLD, the rewrite data is received from the outside of the board on which the CPLD is mounted, and the received rewrite data is converted into a signal for inputting to the JTAG port of the CPLD (hereinafter referred to as a JTAG signal). There is a need to. For this reason, a circuit for converting the received rewrite data into a JTAG signal (hereinafter referred to as a JTAG conversion circuit) is generally mounted on the substrate. Then, the JTAG signal generated by the JTAG conversion circuit is transmitted to the CPLD through a dedicated signal line.

たとえば下記特許文献1には、このような従来の技術を使用した例として、複数のFPGAに各々接続された複数のフラッシュメモリのコンフィグレーションデータを書き換えるためのシリアルバスシステムが開示されている。なお、特許文献1に示される技術のように複数のFPGAが使用されるのは、たとえば以下の理由などによる。近年、半導体技術の進歩に伴い大規模なPLDが製造されるようになってきているものの、大規模なPLDは未だに高価であるため、PLDを使用して大規模な論理回路を構成する場合、複数の小規模のPLDを使用して構成する方が安価で済むからである。   For example, Patent Document 1 below discloses a serial bus system for rewriting configuration data of a plurality of flash memories respectively connected to a plurality of FPGAs as an example using such a conventional technique. The reason why a plurality of FPGAs are used as in the technique disclosed in Patent Document 1 is as follows, for example. In recent years, large-scale PLDs have been manufactured with the advancement of semiconductor technology, but large-scale PLDs are still expensive. Therefore, when a large-scale logic circuit is configured using PLDs, This is because it is cheaper to use a plurality of small-scale PLDs.

特許文献1のシリアルバスシステムでは、複数のFPGAに各々接続された複数のフラッシュメモリのコンフィグレーションデータを書き換えるための専用CPU(Central Processing Unit)および専用FPGAが備えられている。上記専用CPUは外部インターフェースからシリアル通信でデータを受信し、上記専用FPGAはJTAG変換回路として機能して当該データに基づいてJTAG信号を生成し、専用の信号線を通じて上記複数のFPGAのJTAGポートに伝送する。   The serial bus system disclosed in Patent Document 1 includes a dedicated CPU (Central Processing Unit) and a dedicated FPGA for rewriting configuration data of a plurality of flash memories respectively connected to a plurality of FPGAs. The dedicated CPU receives data from an external interface through serial communication, and the dedicated FPGA functions as a JTAG conversion circuit to generate a JTAG signal based on the data, and to the JTAG ports of the plurality of FPGAs through dedicated signal lines. To transmit.

しかしながら、特許文献1のシリアルバスシステムでは、専用の信号線を通じてJTAG信号を複数のFPGAのJTAGポートに伝送するため、書き換えデータの伝送手段が1つに限定されている。そのため、たとえばJTAG変換回路の故障などの何らかの理由でJTAG信号を上記複数のFPGAのJTAGポートに伝送できなくなった場合、書き換えデータを上記複数のFPGAのJTAGポートに伝送する他の手段が存在しない。その結果、上記複数のFPGAのコンフィグレーションデータを書き換えられなくなるという問題がある。   However, in the serial bus system of Patent Document 1, since the JTAG signal is transmitted to the JTAG ports of a plurality of FPGAs through a dedicated signal line, the rewrite data transmission means is limited to one. For this reason, for example, when the JTAG signal cannot be transmitted to the JTAG ports of the plurality of FPGAs for some reason such as a failure of the JTAG conversion circuit, there is no other means for transmitting the rewrite data to the JTAG ports of the plurality of FPGAs. As a result, there is a problem that the configuration data of the plurality of FPGAs cannot be rewritten.

特開2010−113630号公報JP 2010-1113630 A

本発明は、上記問題に鑑みてなされたものである。したがって、本発明の目的は、PLDのコンフィグレーションデータが書き換えられなくなることを抑制できる、PLDを備えた電子装置を提供することである。   The present invention has been made in view of the above problems. Accordingly, an object of the present invention is to provide an electronic device including a PLD that can prevent the configuration data of the PLD from being rewritten.

本発明の上記目的は、下記によって達成される。   The above object of the present invention is achieved by the following.

(1)回路構成データに基づいて論理回路を構成する複数のプログラム可能な論理回路デバイスと、前記複数のプログラム可能な論理回路デバイスのそれぞれに対して、前記回路構成データを書き換えるための書き換えデータを伝送する汎用バスと、を有し、各々の前記プログラム可能な論理回路デバイスは、前記汎用バスから取得した書き換えデータを、回路構成データを書き換えるための書き換え信号に変換する変換回路を備え、一のプログラム可能な論理回路デバイスの回路構成データは、他のプログラム可能な論理回路デバイスの変換回路で生成された書き換え信号によって書き換えられる、電子装置。   (1) A plurality of programmable logic circuit devices constituting a logic circuit based on circuit configuration data, and rewrite data for rewriting the circuit configuration data for each of the plurality of programmable logic circuit devices Each programmable logic circuit device includes a conversion circuit that converts rewrite data acquired from the general-purpose bus into a rewrite signal for rewriting circuit configuration data. An electronic apparatus in which circuit configuration data of a programmable logic circuit device is rewritten by a rewrite signal generated by a conversion circuit of another programmable logic circuit device.

(2)前記書き換えデータの取得および前記汎用バスを制御するシステムオンチップをさらに有し、前記汎用バスからの書き換えデータは、当該システムオンチップを介して前記複数のプログラム可能な論理回路デバイスに送信されることを特徴とする上記(1)に記載の電子装置。   (2) The system further includes a system on chip for acquiring the rewrite data and controlling the general-purpose bus, and the rewrite data from the general-purpose bus is transmitted to the plurality of programmable logic circuit devices via the system on-chip. The electronic device according to (1), wherein

(3)取得した前記書き換えデータを記憶する記憶部をさらに有し、前記プログラム可能な論理回路デバイスの回路構成データを書き換えるとき、前記記憶部から書き換えデータを前記システムオンチップに読み出しながら、前記汎用バスを介して前記書き換えデータを前記プログラム可能な論理回路デバイスに送信することを特徴とする上記(2)に記載の電子装置。   (3) A storage unit for storing the acquired rewrite data is further included, and when the circuit configuration data of the programmable logic circuit device is rewritten, the rewrite data is read from the storage unit to the system-on-chip, The electronic apparatus according to (2), wherein the rewrite data is transmitted to the programmable logic circuit device via a bus.

(4)前記汎用バスからの書き換えデータは、前記汎用バスに接続された外部インターフェースを介して、前記複数のプログラム可能な論理回路デバイスに送信されることを特徴とする上記(1)に記載の電子装置。   (4) Rewrite data from the general-purpose bus is transmitted to the plurality of programmable logic circuit devices via an external interface connected to the general-purpose bus. Electronic equipment.

(5)前記システムオンチップは、前記複数のプログラム可能な論理回路デバイスの回路構成データを所定の順序で書き換えるための制御をする順序制御部をさらに有することを特徴とする上記(2)〜(4)のいずれか1つに記載の電子装置。   (5) The system-on-chip further includes an order control unit that performs control for rewriting circuit configuration data of the plurality of programmable logic circuit devices in a predetermined order. The electronic device according to any one of 4).

(6)前記システムオンチップは、前記プログラム可能な論理回路デバイスに書き込まれた書き換えデータの検証を行う検証部をさらに備えることを特徴とする上記(2)〜(5)のいずれか1つに記載の電子装置。   (6) The system-on-chip further includes a verification unit that performs verification of rewritten data written in the programmable logic circuit device, according to any one of (2) to (5), The electronic device described.

(7)各々の前記プログラム可能な論理回路デバイスと前記汎用バスとの接続または切り離しを行う切り替え部をさらに有することを特徴とする上記(1)〜(6)のいずれか1つに記載の電子装置。   (7) The electronic device according to any one of (1) to (6), further including a switching unit configured to connect or disconnect each programmable logic circuit device and the general-purpose bus. apparatus.

(8)前記切り替え部は、一のプログラム可能な論理回路デバイスの回路構成データを書き換えているときは、他のプログラム可能な論理回路デバイスと前記汎用バスとを切り離すことを特徴とする上記(7)に記載の電子装置。   (8) When the circuit configuration data of one programmable logic circuit device is being rewritten, the switching unit separates the other programmable logic circuit device from the general-purpose bus. ) Electronic device.

(9)回路構成データに基づいて論理回路を構成する第1〜第Nのプログラム可能な論理回路デバイスと、前記第1〜第Nのプログラム可能な論理回路デバイスのそれぞれに対して、前記回路構成データを書き換えるための書き換えデータを伝送する汎用バスと、を有し、前記第1〜第Nのプログラム可能な論理回路デバイスは、前記汎用バスから取得した書き換えデータを、回路構成データを書き換えるための書き換え信号に変換する変換回路を備え、第n(n<N)のプログラム可能な論理回路デバイスの回路構成データは、第n+1のプログラム可能な論理回路デバイスの変換回路で生成された書き換え信号によって書き換えられ、第Nのプログラム可能な論理回路デバイスの回路構成データは、第1のプログラム可能な論理回路デバイスの変換回路で生成された書き換え信号によって書き換えられる、電子装置。   (9) The circuit configuration for each of the first to Nth programmable logic circuit devices configuring the logic circuit based on the circuit configuration data, and the first to Nth programmable logic circuit devices. A general-purpose bus for transmitting rewrite data for rewriting data, wherein the first to Nth programmable logic circuit devices rewrite the rewrite data acquired from the general-purpose bus to rewrite circuit configuration data. A conversion circuit for converting to a rewrite signal is provided, and circuit configuration data of the nth (n <N) programmable logic circuit device is rewritten by a rewrite signal generated by the conversion circuit of the (n + 1) th programmable logic circuit device. Circuit configuration data of the Nth programmable logic circuit device is stored in the first programmable logic circuit device. Rewritten by scan rewrite signal generated by the conversion circuit of the electronic device.

(10)前記第1〜第Nのプログラム可能な論理回路デバイスの回路構成データを所定の順序で書き換えるための制御をする順序制御部をさらに有することを特徴とする上記(9)に記載の電子装置。   (10) The electronic apparatus according to (9), further comprising an order control unit that performs control for rewriting circuit configuration data of the first to Nth programmable logic circuit devices in a predetermined order. apparatus.

(11)前記順序制御部は、前記システムオンチップに備えられていることを特徴とする上記(10)に記載の電子装置。   (11) The electronic device according to (10), wherein the sequence control unit is provided in the system-on-chip.

本発明によれば、汎用バスを介して書き換えデータをPLDに送信できるため、書き換えデータの伝送手段が1つに限定されない。したがって、PLDの回路構成データが書き換えられなくなることを抑制できる。   According to the present invention, since the rewrite data can be transmitted to the PLD via the general-purpose bus, the rewrite data transmission means is not limited to one. Therefore, it is possible to prevent the PLD circuit configuration data from being rewritten.

本発明の一実施形態のPLDを備えた電子装置としてのコントローラーの構成を示す概略ブロック図である。It is a schematic block diagram which shows the structure of the controller as an electronic apparatus provided with PLD of one Embodiment of this invention. 本発明の一実施形態におけるシステムオンチップからの書き換え手順を説明するための図である。It is a figure for demonstrating the rewriting procedure from the system on chip in one Embodiment of this invention. 図2Aに後続する図である。It is a figure following FIG. 2A. 図2Bに後続する図である。It is a figure following FIG. 2B. 本発明の一実施形態における外部インターフェースからの書き換え手順を説明するための図である。It is a figure for demonstrating the rewriting procedure from the external interface in one Embodiment of this invention. 図2Dに後続する図である。It is a figure following FIG. 2D. 本発明の一実施形態の変形例を説明するための図である。It is a figure for demonstrating the modification of one Embodiment of this invention.

以下、添付した図面を参照して本発明のPLDを備えた電子装置としてのコントローラーの実施形態を説明する。なお、図中、同一の部材には同一の符号を用いた。   Hereinafter, an embodiment of a controller as an electronic apparatus including the PLD of the present invention will be described with reference to the accompanying drawings. In the drawings, the same reference numerals are used for the same members.

(実施形態)
図1は本実施形態におけるPLDを備えた電子装置としてのコントローラーの概略構成を示すブロック図である。図1に示すように、本実施形態のコントローラー100は、第1および第2のCPLD11,12、システムオンチップ(以下、SoCと称する)20、メモリデバイス30、第1および第2のスイッチ41,42、および汎用バス50を所定の基板上に有する。
(Embodiment)
FIG. 1 is a block diagram illustrating a schematic configuration of a controller as an electronic apparatus including a PLD according to the present embodiment. As shown in FIG. 1, the controller 100 of this embodiment includes first and second CPLDs 11 and 12, a system-on-chip (hereinafter referred to as SoC) 20, a memory device 30, first and second switches 41, 42 and a general-purpose bus 50 on a predetermined board.

なお、本実施形態では、プログラム可能な論理回路デバイス(PLD)としてCPLDを使用する場合を例示して説明する。しかしながら、CPLDの代わりにFPGAを使用し、論理回路の構成を示す情報であるコンフィグレーションデータ(回路構成データ)を保存するためのフラッシュメモリを別途備える構成であってもよい。   In the present embodiment, a case where a CPLD is used as a programmable logic circuit device (PLD) will be described as an example. However, the configuration may be such that an FPGA is used instead of the CPLD and a flash memory is additionally provided for storing configuration data (circuit configuration data) that is information indicating the configuration of the logic circuit.

第1および第2のCPLD11,12は、PLDとして機能し、内部のフラッシュメモリに格納されたコンフィグレーションデータに基づいてユーザーの所望の論理回路を構成する。   The first and second CPLDs 11 and 12 function as a PLD and configure a user's desired logic circuit based on configuration data stored in an internal flash memory.

本実施形態では、第1および第2のCPLD11,12は、書き換えデータ(パラレルデータ)を、CPLDのコンフィグレーションデータを書き換えるための書き換え信号(たとえばJTAGのシリアル信号)に変換する第1および第2の変換回路1,2を有する。後述するように、第1および第2の変換回路1,2は、当該第1および第2の変換回路1,2が構成されている自身のCPLDのコンフィグレーションデータを書き換えるのではなく、他のCPLDのコンフィグレーションデータを書き換えるために使用される。   In the present embodiment, the first and second CPLDs 11 and 12 convert the rewrite data (parallel data) into rewrite signals (for example, JTAG serial signals) for rewriting the CPLD configuration data. Conversion circuits 1 and 2. As will be described later, the first and second conversion circuits 1 and 2 do not rewrite the configuration data of their own CPLD in which the first and second conversion circuits 1 and 2 are configured. Used to rewrite CPLD configuration data.

本実施形態では、コントローラー100は、たとえばプリンターコントローラーでありうる。この場合、第1および第2のCPLD11,12は、コンフィグレーションデータの内容に応じて、たとえば、電源制御、リセット制御、割り込み制御などの機能を付与されうる。したがって、本実施形態では、第1および第2のCPLD11,12のコンフィグレーションデータには、各々のCPLDが果たす上記機能に応じた構成と、各々第1および第2の変換回路1,2の構成が含まれうる。コンフィグレーションデータの書き換えは、上記機能に応じた構成および第1および第2の変換回路1,2の構成を含めて実行される。したがって、第1および第2の変換回路1,2の構成にとくに変更がない場合は、第1および第2の変換回路1,2の構成の部分は、前回と同じ構成に書き換えられることになる。   In the present embodiment, the controller 100 can be a printer controller, for example. In this case, the first and second CPLDs 11 and 12 can be provided with functions such as power control, reset control, and interrupt control, for example, according to the contents of the configuration data. Therefore, in the present embodiment, the configuration data of the first and second CPLDs 11 and 12 includes a configuration corresponding to the above function performed by each CPLD and a configuration of each of the first and second conversion circuits 1 and 2. Can be included. The rewriting of the configuration data is executed including the configuration corresponding to the function and the configurations of the first and second conversion circuits 1 and 2. Therefore, if there is no particular change in the configuration of the first and second conversion circuits 1 and 2, the configuration portion of the first and second conversion circuits 1 and 2 is rewritten to the same configuration as the previous time. .

本実施形態では、第1および第2のCPLD11,12は、各々JTAG端子、汎用入出力端子、汎用出力端子、および第1および第2の変換回路1,2の出力端子を備える。第1のCPLD11のJTAG端子は、第2のCPLD12の第2の変換回路2の出力端子に接続され、第2のCPLD12のJTAG端子は、第1のCPLD11の第1の変換回路1の出力端子に接続されている。また、第1および第2のCPLD11,12の汎用入出力端子は、各々第1および第2のスイッチ41,42を介して汎用バス50に接続される。また、第1のCPLD11の汎用出力端子は第2のスイッチ42の制御端子に接続され、第2のCPLD12の汎用出力端子は第1のスイッチ41の制御端子に接続される。   In the present embodiment, the first and second CPLDs 11 and 12 each include a JTAG terminal, a general-purpose input / output terminal, a general-purpose output terminal, and output terminals of the first and second conversion circuits 1 and 2. The JTAG terminal of the first CPLD 11 is connected to the output terminal of the second conversion circuit 2 of the second CPLD 12, and the JTAG terminal of the second CPLD 12 is the output terminal of the first conversion circuit 1 of the first CPLD 11. It is connected to the. The general purpose input / output terminals of the first and second CPLDs 11 and 12 are connected to the general purpose bus 50 via the first and second switches 41 and 42, respectively. The general-purpose output terminal of the first CPLD 11 is connected to the control terminal of the second switch 42, and the general-purpose output terminal of the second CPLD 12 is connected to the control terminal of the first switch 41.

SoC20は、書き換えデータの受信および汎用バスを制御する。SoC20は、図示しない通信インターフェースを備え、たとえばLAN(Local Area Network)、USB(Universal Serial Bus)などの通信部200を通じて書き換えデータを受信する。また、SoC20は、図示しない汎用バス用コントローラーを備える。SoC20は、スイッチ41,42を介して第1および第2のCPLD11,12のそれぞれに汎用バス50で接続されている。   The SoC 20 controls reception of rewrite data and a general-purpose bus. The SoC 20 includes a communication interface (not shown), and receives rewrite data through a communication unit 200 such as a LAN (Local Area Network) or a USB (Universal Serial Bus). The SoC 20 includes a general-purpose bus controller (not shown). The SoC 20 is connected to the first and second CPLDs 11 and 12 via the switches 41 and 42 via the general-purpose bus 50.

メモリデバイス30は、記憶部としてSoC20で受信した書き換えデータを記憶する。メモリデバイス30は、RAMを有し、汎用バス50に接続されている。   The memory device 30 stores the rewrite data received by the SoC 20 as a storage unit. The memory device 30 has a RAM and is connected to the general-purpose bus 50.

第1および第2のスイッチ41,42は、各々制御端子を有し、当該制御端子の状態に応じて、それぞれ第1および第2のCPLD11,12と汎用バス50との間を接続または切り離すためのスイッチである。第1および第2のスイッチ41,42は、切り替え部として機能する。   Each of the first and second switches 41 and 42 has a control terminal, and connects or disconnects the first and second CPLDs 11 and 12 and the general-purpose bus 50 according to the state of the control terminal. Switch. The first and second switches 41 and 42 function as a switching unit.

汎用バス50は、第1および第2のCPLD11,12、SoC20、メモリ30および外部インターフェース300を相互に接続するための双方向バスである。本実施形態では、後述するように、CPLDのコンフィグレーションデータを書き換えるときに汎用バス50を使用する。汎用バス50は、第1および第2のCPLD11,12のそれぞれに対して、コンフィグレーションデータを書き換えるための書き換えデータを伝送する。   The general-purpose bus 50 is a bidirectional bus for connecting the first and second CPLDs 11 and 12, the SoC 20, the memory 30 and the external interface 300 to each other. In this embodiment, as will be described later, the general-purpose bus 50 is used when rewriting the CPLD configuration data. The general-purpose bus 50 transmits rewrite data for rewriting configuration data to each of the first and second CPLDs 11 and 12.

外部インターフェース300は、汎用バス50とコントローラー100の外部のモジュールとの間で通信するためのインターフェースである。本実施形態のコントローラー100は、SoC20を介さずに外部インターフェース300と通信することができる。なお、外部インターフェース300は、第1および第2のCPLD11,12のコンフィグレーションデータを書き換えるときに接続され、それ以外のときは接続されていなくてもよい。   The external interface 300 is an interface for communicating between the general-purpose bus 50 and a module outside the controller 100. The controller 100 of this embodiment can communicate with the external interface 300 without going through the SoC 20. The external interface 300 is connected when rewriting the configuration data of the first and second CPLDs 11 and 12, and may not be connected at other times.

次に、図2A〜図2Eを参照して、本実施形態のコントローラーにおけるCPLDのコンフィグレーションデータの書き換えについて説明する。図2A〜図2Cは本実施形態におけるSoCからの書き換え手順を説明するための図であり、図2Dおよび図2Eは本実施形態における外部インターフェースからの書き換え手順を説明するための図である。本実施形態では、SoC20から書き換えデータを入力して書き換える方法と外部インターフェース300から書き換えデータを入力して書き換える方法の2通りの方法がある。   Next, rewriting of CPLD configuration data in the controller of the present embodiment will be described with reference to FIGS. 2A to 2E. 2A to 2C are diagrams for explaining a rewriting procedure from the SoC in the present embodiment, and FIGS. 2D and 2E are diagrams for explaining a rewriting procedure from the external interface in the present embodiment. In the present embodiment, there are two methods: a method of rewriting data by inputting rewrite data from the SoC 20 and a method of rewriting data by inputting rewrite data from the external interface 300.

<SoCからの書き換え手順>
まず、SoC20からの書き換えについて説明する。図2Aに示すように、SoC20は、通信部200(LAN、USBなど)から書き換えデータ受信する。そして、メモリデバイス30は上記書き換えデータを記憶する(破線で示される「メモリアクセスルート」を参照)。本実施形態では、第1および第2のCPLD11,12の書き換えデータが受信され、メモリデバイス30に記憶される。書き換えデータを受信した後、コンフィグレーションデータの書き換えが開始される。
<Rewrite procedure from SoC>
First, rewriting from the SoC 20 will be described. As shown in FIG. 2A, the SoC 20 receives rewrite data from the communication unit 200 (LAN, USB, etc.). The memory device 30 stores the rewrite data (see “memory access route” indicated by a broken line). In the present embodiment, the rewrite data of the first and second CPLDs 11 and 12 are received and stored in the memory device 30. After receiving the rewrite data, rewriting of the configuration data is started.

第2のCPLD12のコンフィグレーションデータを書き換える場合、図2Bに示すように、メモリデバイス30から第2のCPLD12の書き換えデータをSoC20に読み出しながら、第1のCPLD11に汎用バス50を介して上記書き換えデータを送信する。その際に、第2のCPLD12は第1のスイッチ41をオンにし、第1のCPLD11は第2のスイッチ42をオフにする(破線で示される「メモリアクセスルート」および「第2のCPLD書き換えルート」を参照)。なお、第2のスイッチ42をオフにするのは、第2のCPLD12のコンフィグレーションデータを書き換える間は、汎用入出力端子が不定になるためである。   When rewriting the configuration data of the second CPLD 12, as shown in FIG. 2B, the rewrite data is read from the memory device 30 to the first CPLD 11 via the general-purpose bus 50 while reading the rewrite data of the second CPLD 12 to the SoC 20. Send. At that time, the second CPLD 12 turns on the first switch 41 and the first CPLD 11 turns off the second switch 42 (“memory access route” and “second CPLD rewrite route shown by broken lines”). ). The reason why the second switch 42 is turned off is that the general-purpose input / output terminal is indefinite while the configuration data of the second CPLD 12 is rewritten.

次に、SoC20は、第2のCPLD12の書き換えデータの送信が完了した後、第1のCPLD11から汎用バス50を介して第2のCPLD12の書き換えデータのリード処理を行う。そして、SoC20は、検証部として機能し、メモリデバイス30からSoC20に読み出された書き換えデータを用いて第2のCPLD12の書き換えデータを検証(以下、「ベリファイ」と称する)する。ベリファイした結果、書き換えデータに誤りが含まれる場合、書き換えデータの再送などの措置が取られる。第1のCPLD11は、第2のスイッチ42をオフのまま維持する(破線で示される「第2のCPLD書き換えルート」を参照)。   Next, after the transmission of the rewrite data of the second CPLD 12 is completed, the SoC 20 performs a read process of the rewrite data of the second CPLD 12 from the first CPLD 11 via the general-purpose bus 50. The SoC 20 functions as a verification unit, and verifies the rewritten data of the second CPLD 12 using the rewritten data read from the memory device 30 to the SoC 20 (hereinafter referred to as “verify”). As a result of the verification, when the rewritten data includes an error, a measure such as retransmission of the rewritten data is taken. The first CPLD 11 keeps the second switch 42 off (see “second CPLD rewrite route” indicated by a broken line).

次に、図2Cに示すように、SoC20が第2のCPLD12の書き換えデータのベリファイを完了した後、第1のCPLD11は第2のスイッチ42をオンにする。そして、メモリデバイス30から第1のCPLD11の書き換えデータをSoC20に読み出しながら、第2のCPLD12に汎用バス50を介して上記書き換えデータを送信する。その際に、第2のCPLD12は第1のスイッチ41をオフにする(破線で示される「メモリアクセスルート」および「第1のCPLD書き換えルート」を参照)。   Next, as shown in FIG. 2C, after the SoC 20 completes the verification of the rewrite data of the second CPLD 12, the first CPLD 11 turns on the second switch. The rewrite data is transmitted to the second CPLD 12 via the general-purpose bus 50 while reading the rewrite data of the first CPLD 11 from the memory device 30 to the SoC 20. At that time, the second CPLD 12 turns off the first switch 41 (see “memory access route” and “first CPLD rewrite route” indicated by broken lines).

次に、SoC20は、第1のCPLD11の書き換えデータの送信を完了した後、第2のCPLD12から汎用バス50を介して第1のCPLD11の書き換えデータのリード処理を行う。SoC20は、メモリデバイス30からSoC20に読み出された書き換えデータを用いて第1のCPLD11の書き換えデータのベリファイを実施する。第2のCPLD12は、第1のスイッチ41をオフのまま維持する(破線で示される「第1のCPLD書き換えルート」を参照)。SoC20が第1のCPLD11の書き換えデータのベリファイを完了した後、第2のCPLD12は第1のスイッチ41をオンにする。そして、SoC20からの書き換えが終了する。   Next, after completing the transmission of the rewrite data of the first CPLD 11, the SoC 20 performs a read process of the rewrite data of the first CPLD 11 from the second CPLD 12 via the general-purpose bus 50. The SoC 20 performs verification of the rewrite data of the first CPLD 11 by using the rewrite data read from the memory device 30 to the SoC 20. The second CPLD 12 keeps the first switch 41 off (see “first CPLD rewrite route” indicated by a broken line). After the SoC 20 completes the verification of the rewrite data of the first CPLD 11, the second CPLD 12 turns on the first switch 41. And the rewriting from SoC20 is complete | finished.

<外部インターフェースからの書き換え手順>
次に、外部インターフェース300からの書き換えについて説明する。図2Dに示すように、第2のCPLD12のコンフィグレーションデータを書き換える場合、外部インターフェース300は、第1のCPLD11に汎用バス50を介して第2のCPLD12の書き換えデータを送信する。その際に、第2のCPLD12は、第1のスイッチ41をオンにし、第1のCPLD11は第2のスイッチ42をオフにする(破線で示された「第2のCPLD書き換えルート」を参照)。
<Rewrite procedure from external interface>
Next, rewriting from the external interface 300 will be described. As shown in FIG. 2D, when rewriting the configuration data of the second CPLD 12, the external interface 300 transmits the rewrite data of the second CPLD 12 to the first CPLD 11 via the general-purpose bus 50. At this time, the second CPLD 12 turns on the first switch 41, and the first CPLD 11 turns off the second switch 42 (see “second CPLD rewrite route” indicated by a broken line). .

次に、図2Eに示すように、第1のCPLD11のコンフィグレーションデータを書き換える場合、第1のCPLD11は、第2のCPLD12の書き換えデータを受信した後、第2のスイッチ42をオンにする。外部インターフェース300は、引き続き第2のCPLD12に汎用バス50を介して第1のCPLD11の書き換えデータを送信する。その際に、第2のCPLD12は、第1のスイッチ41をオフにする(破線で示された「第1のCPLD書き換えルート」を参照)。第2のCPLD12は、第1のCPLD11の書き換えデータを受信した後、第1のスイッチ41をオンにする。そして、外部インターフェース300からの書き換えが終了する。   Next, as shown in FIG. 2E, when the configuration data of the first CPLD 11 is rewritten, the first CPLD 11 turns on the second switch 42 after receiving the rewrite data of the second CPLD 12. The external interface 300 continues to transmit the rewrite data of the first CPLD 11 to the second CPLD 12 via the general-purpose bus 50. At that time, the second CPLD 12 turns off the first switch 41 (see “first CPLD rewrite route” indicated by a broken line). The second CPLD 12 turns on the first switch 41 after receiving the rewrite data of the first CPLD 11. Then, rewriting from the external interface 300 ends.

なお、本実施形態では、外部インターフェース300にベリファイの機能を備えていないので、外部インターフェース300からの書き換えの後、書き換えデータのベリファイは実施されない。しかしながら、外部インターフェース300は、ベリファイの機能を備えてもよく、その場合、書き換えデータをベリファイすることが可能である。   In the present embodiment, since the verify function is not provided in the external interface 300, the rewrite data is not verified after the rewrite from the external interface 300. However, the external interface 300 may have a verify function. In this case, the rewritten data can be verified.

このように、本実施形態では、汎用バス50を介して一のPLDの書き換えデータを他のPLDに送信し、当該他のPLDに構成された変換回路で当該書き換えデータを書き換え信号に変換して上記一のPLDのコンフィグレーションデータを書き換える。   As described above, in this embodiment, rewrite data of one PLD is transmitted to another PLD via the general-purpose bus 50, and the rewrite data is converted into a rewrite signal by a conversion circuit configured in the other PLD. Rewrite the configuration data of the above one PLD.

したがって、本実施形態のコントローラー100によれば、汎用バス50を介して書き換えデータを第1および第2のCPLD11,12に送信できるので、書き換えデータの伝送手段が1つに限定されない。すなわち、書き換えデータの伝送の汎用性が高められるので、CPLDのコンフィグレーションデータが書き換えられなくなることを抑制できる。   Therefore, according to the controller 100 of the present embodiment, the rewrite data can be transmitted to the first and second CPLDs 11 and 12 via the general-purpose bus 50, so the rewrite data transmission means is not limited to one. That is, since the versatility of transmission of rewrite data is improved, it is possible to prevent the CPLD configuration data from being rewritten.

また、コンフィグレーションデータを書き換えるための専用PLDおよび専用CPUを備える必要がなく、専用PLDおよび専用CPUを備える場合に比べてSoC20のピン数を削減できる。   Further, it is not necessary to provide a dedicated PLD and a dedicated CPU for rewriting configuration data, and the number of pins of the SoC 20 can be reduced as compared with a case where a dedicated PLD and a dedicated CPU are provided.

<変形例>
次に、図3を参照して、本発明の一実施形態の変形例を示す。図3は本実施形態におけるコントローラーの変形例を説明するための図である。本変形例のコントローラーは、第1〜第NのCPLDおよび第1〜第Nのスイッチを有する点が、上述のコントローラーと異なる。汎用バスは、第1〜第NのCPLDのそれぞれに対して、コンフィグレーションデータを書き換えるための書き換えデータを伝送する。
<Modification>
Next, with reference to FIG. 3, the modification of one Embodiment of this invention is shown. FIG. 3 is a diagram for explaining a modification of the controller in the present embodiment. The controller of this modification is different from the above-described controller in that it includes first to Nth CPLDs and first to Nth switches. The general-purpose bus transmits rewrite data for rewriting configuration data to each of the first to Nth CPLDs.

そして、第1〜第NのCPLDは、上記汎用バスから受信した書き換えデータを、コンフィグレーションデータを書き換えるための書き換え信号に変換する第1〜第nの変換回路を備える。   The first to Nth CPLDs include first to nth conversion circuits that convert the rewrite data received from the general-purpose bus into rewrite signals for rewriting configuration data.

また、図示しないSoCは、第1〜第NのCPLDのコンフィグレーションデータを所望の順序で書き換えるための制御をする順序制御部を備える。第1のCPLDは第2のCPLDの第2の変換回路で生成された書き換え信号によりコンフィグレーションデータが書き換えられ、第2のCPLDは第3のCPLDの第3の変換回路で生成された書き換え信号によりコンフィグレーションデータが書き換えられる。そして、第n(n<N)のCPLDは、第n+1のCPLDの第n+1の変換回路で生成された書き換え信号によりコンフィグレーションデータが書き換えられる。また、第NのCPLDは、第1のCPLDの第1の変換回路で生成された書き換え信号によりコンフィグレーションデータが書き換えられる。   The SoC (not shown) includes an order control unit that performs control for rewriting the configuration data of the first to Nth CPLDs in a desired order. The first CPLD has its configuration data rewritten by the rewrite signal generated by the second conversion circuit of the second CPLD, and the second CPLD has the rewrite signal generated by the third conversion circuit of the third CPLD. To rewrite the configuration data. The configuration data of the nth (n <N) CPLD is rewritten by the rewrite signal generated by the (n + 1) th conversion circuit of the (n + 1) th CPLD. The configuration data of the Nth CPLD is rewritten by a rewrite signal generated by the first conversion circuit of the first CPLD.

以上のとおり、実施形態において、本発明のPLDを備えた電子装置について説明した。しかしながら、本発明は、その技術思想の範囲内において当業者が適宜に追加、変形、および省略することができることはいうまでもない。   As described above, in the embodiment, the electronic device including the PLD of the present invention has been described. However, it goes without saying that the present invention can be appropriately added, modified, and omitted by those skilled in the art within the scope of the technical idea.

たとえば、上述の実施形態では、PLDを備えた電子装置としてとしてプリンターコントローラーを例に挙げて説明した。しかしながら、本発明のPLDを備えた電子装置としては、プリンターコントローラーに限定されず、PLDを備えた種々の電子装置に適用できる。   For example, in the above-described embodiment, the printer controller has been described as an example of the electronic device including the PLD. However, the electronic device including the PLD of the present invention is not limited to the printer controller, and can be applied to various electronic devices including the PLD.

1 第1の変換回路、
2 第2の変換回路、
11 第1のCPLD、
12 第2のCPLD、
20 SoC、
30 メモリデバイス、
41 第1のスイッチ、
41 第2のスイッチ、
50 汎用バス、
100 コントローラー、
200 通信部、
300 外部インターフェース。
1 1st conversion circuit,
2 second conversion circuit;
11 first CPLD,
12 second CPLD,
20 SoC,
30 memory devices,
41 first switch,
41 second switch,
50 General-purpose bus,
100 controllers,
200 Communication Department,
300 External interface.

Claims (11)

回路構成データに基づいて論理回路を構成する複数のプログラム可能な論理回路デバイスと、
前記複数のプログラム可能な論理回路デバイスのそれぞれに対して、前記回路構成データを書き換えるための書き換えデータを伝送する汎用バスと、を有し、
各々の前記プログラム可能な論理回路デバイスは、
前記汎用バスから取得した書き換えデータを、回路構成データを書き換えるための書き換え信号に変換する変換回路を備え、
一のプログラム可能な論理回路デバイスの回路構成データは、他のプログラム可能な論理回路デバイスの変換回路で生成された書き換え信号によって書き換えられる、電子装置。
A plurality of programmable logic circuit devices that configure the logic circuit based on the circuit configuration data;
A general-purpose bus for transmitting rewrite data for rewriting the circuit configuration data to each of the plurality of programmable logic circuit devices;
Each of the programmable logic device is
A conversion circuit that converts rewrite data acquired from the general-purpose bus into a rewrite signal for rewriting circuit configuration data,
An electronic apparatus in which circuit configuration data of one programmable logic circuit device is rewritten by a rewrite signal generated by a conversion circuit of another programmable logic circuit device.
前記書き換えデータの取得および前記汎用バスを制御するシステムオンチップをさらに有し、
前記汎用バスからの書き換えデータは、当該システムオンチップを介して前記複数のプログラム可能な論理回路デバイスに送信されることを特徴とする請求項1に記載の電子装置。
Further comprising a system-on-chip for acquiring the rewrite data and controlling the general-purpose bus;
2. The electronic apparatus according to claim 1, wherein the rewrite data from the general-purpose bus is transmitted to the plurality of programmable logic circuit devices via the system-on-chip.
取得した前記書き換えデータを記憶する記憶部をさらに有し、
前記プログラム可能な論理回路デバイスの回路構成データを書き換えるとき、前記記憶部から書き換えデータを前記システムオンチップに読み出しながら、前記汎用バスを介して前記書き換えデータを前記プログラム可能な論理回路デバイスに送信することを特徴とする請求項2に記載の電子装置。
A storage unit for storing the acquired rewrite data;
When rewriting the circuit configuration data of the programmable logic circuit device, the rewrite data is transmitted to the programmable logic circuit device via the general-purpose bus while reading the rewrite data from the storage unit to the system-on-chip. The electronic device according to claim 2.
前記汎用バスからの書き換えデータは、
前記汎用バスに接続された外部インターフェースを介して、前記複数のプログラム可能な論理回路デバイスに送信されることを特徴とする請求項1に記載の電子装置。
The rewrite data from the general-purpose bus is
The electronic apparatus according to claim 1, wherein the electronic apparatus is transmitted to the plurality of programmable logic circuit devices via an external interface connected to the general-purpose bus.
前記システムオンチップは、
前記複数のプログラム可能な論理回路デバイスの回路構成データを所定の順序で書き換えるための制御をする順序制御部をさらに有することを特徴とする請求項2〜4のいずれか1項に記載の電子装置。
The system on chip is:
5. The electronic apparatus according to claim 2, further comprising an order control unit that performs control to rewrite circuit configuration data of the plurality of programmable logic circuit devices in a predetermined order. 6. .
前記システムオンチップは、
前記プログラム可能な論理回路デバイスに書き込まれた書き換えデータの検証を行う検証部をさらに備えることを特徴とする請求項2〜5のいずれか1項に記載の電子装置。
The system on chip is:
The electronic apparatus according to claim 2, further comprising a verification unit configured to verify rewritten data written in the programmable logic circuit device.
各々の前記プログラム可能な論理回路デバイスと前記汎用バスとの接続または切り離しを行う切り替え部をさらに有することを特徴とする請求項1〜6のいずれか1項に記載の電子装置。   The electronic apparatus according to claim 1, further comprising a switching unit that connects or disconnects each of the programmable logic circuit devices and the general-purpose bus. 前記切り替え部は、
一のプログラム可能な論理回路デバイスの回路構成データを書き換えているときは、他のプログラム可能な論理回路デバイスと前記汎用バスとを切り離すことを特徴とする請求項7に記載の電子装置。
The switching unit is
8. The electronic apparatus according to claim 7, wherein when the circuit configuration data of one programmable logic circuit device is rewritten, the other programmable logic circuit device is separated from the general-purpose bus.
回路構成データに基づいて論理回路を構成する第1〜第Nのプログラム可能な論理回路デバイスと、
前記第1〜第Nのプログラム可能な論理回路デバイスのそれぞれに対して、前記回路構成データを書き換えるための書き換えデータを伝送する汎用バスと、を有し、
前記第1〜第Nのプログラム可能な論理回路デバイスは、
前記汎用バスから取得した書き換えデータを、回路構成データを書き換えるための書き換え信号に変換する変換回路を備え、
第n(n<N)のプログラム可能な論理回路デバイスの回路構成データは、
第n+1のプログラム可能な論理回路デバイスの変換回路で生成された書き換え信号によって書き換えられ、
第Nのプログラム可能な論理回路デバイスの回路構成データは、
第1のプログラム可能な論理回路デバイスの変換回路で生成された書き換え信号によって書き換えられる、電子装置。
First to Nth programmable logic circuit devices that configure a logic circuit based on circuit configuration data;
A general-purpose bus for transmitting rewrite data for rewriting the circuit configuration data to each of the first to Nth programmable logic circuit devices;
The first to Nth programmable logic circuit devices are:
A conversion circuit that converts rewrite data acquired from the general-purpose bus into a rewrite signal for rewriting circuit configuration data,
The circuit configuration data of the nth (n <N) programmable logic circuit device is:
Rewritten by a rewrite signal generated by the conversion circuit of the (n + 1) th programmable logic circuit device;
The circuit configuration data of the Nth programmable logic circuit device is:
An electronic device rewritten by a rewrite signal generated by a conversion circuit of a first programmable logic circuit device.
前記第1〜第Nのプログラム可能な論理回路デバイスの回路構成データを所定の順序で書き換えるための制御をする順序制御部をさらに有することを特徴とする請求項9に記載の電子装置。   The electronic apparatus according to claim 9, further comprising an order control unit that performs control for rewriting circuit configuration data of the first to Nth programmable logic circuit devices in a predetermined order. 前記順序制御部は、前記システムオンチップに備えられていることを特徴とする請求項10に記載の電子装置。   The electronic device according to claim 10, wherein the sequence control unit is provided in the system-on-chip.
JP2014016112A 2014-01-30 2014-01-30 Electronic device with programmable logic circuit device Active JP6343945B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2014016112A JP6343945B2 (en) 2014-01-30 2014-01-30 Electronic device with programmable logic circuit device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2014016112A JP6343945B2 (en) 2014-01-30 2014-01-30 Electronic device with programmable logic circuit device

Publications (2)

Publication Number Publication Date
JP2015142359A true JP2015142359A (en) 2015-08-03
JP6343945B2 JP6343945B2 (en) 2018-06-20

Family

ID=53772411

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2014016112A Active JP6343945B2 (en) 2014-01-30 2014-01-30 Electronic device with programmable logic circuit device

Country Status (1)

Country Link
JP (1) JP6343945B2 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2019144907A (en) * 2018-02-21 2019-08-29 日立オートモティブシステムズ株式会社 Electronic control device, and configuration memory error detection method

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH01162971A (en) * 1987-09-09 1989-06-27 Hitachi Ltd Single-chip microcomputer
JPH04330824A (en) * 1991-03-01 1992-11-18 Kumamoto Techno Porisu Zaidan Programmable circuit array and programmable circuit device using same
JP2006099305A (en) * 2004-09-29 2006-04-13 Hitachi Ltd Configuration control method for programmable lsi
JP2006253815A (en) * 2005-03-08 2006-09-21 Toshiba Corp Circuit device system and configuration method
JP2006303730A (en) * 2005-04-18 2006-11-02 Mitsubishi Electric Corp Semiconductor integrated circuit device, and design apparatus for semiconductor integrated circuit device
JP2008123147A (en) * 2006-11-10 2008-05-29 Meidensha Corp Remote rewrite method for electronic control unit
JP2008192150A (en) * 2007-02-01 2008-08-21 Internatl Business Mach Corp <Ibm> Method, integrated circuit, system and computer program for initializing programmable logic device, using direct memory access

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH01162971A (en) * 1987-09-09 1989-06-27 Hitachi Ltd Single-chip microcomputer
JPH04330824A (en) * 1991-03-01 1992-11-18 Kumamoto Techno Porisu Zaidan Programmable circuit array and programmable circuit device using same
JP2006099305A (en) * 2004-09-29 2006-04-13 Hitachi Ltd Configuration control method for programmable lsi
JP2006253815A (en) * 2005-03-08 2006-09-21 Toshiba Corp Circuit device system and configuration method
JP2006303730A (en) * 2005-04-18 2006-11-02 Mitsubishi Electric Corp Semiconductor integrated circuit device, and design apparatus for semiconductor integrated circuit device
JP2008123147A (en) * 2006-11-10 2008-05-29 Meidensha Corp Remote rewrite method for electronic control unit
JP2008192150A (en) * 2007-02-01 2008-08-21 Internatl Business Mach Corp <Ibm> Method, integrated circuit, system and computer program for initializing programmable logic device, using direct memory access

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2019144907A (en) * 2018-02-21 2019-08-29 日立オートモティブシステムズ株式会社 Electronic control device, and configuration memory error detection method
US11360838B2 (en) 2018-02-21 2022-06-14 Hitachi Astemo, Ltd. Electronic control device and preferential error detection method of configuration memory
JP7104525B2 (en) 2018-02-21 2022-07-21 日立Astemo株式会社 Error detection method for electronic control device and configuration memory

Also Published As

Publication number Publication date
JP6343945B2 (en) 2018-06-20

Similar Documents

Publication Publication Date Title
US10354703B2 (en) Semiconductor device and system performing calibration operation
US9465073B2 (en) Integrated circuit (IC) for reconstructing values of flip-flops connected in a scan-chain by using a joint test action group (JTAG) interface, a method of operating the IC, and devices having the IC
CN108701113A (en) Bus bridge for converting request between module bus and AXI buses
US9197394B2 (en) Clock for serial communication device
CN108885573B (en) Safety device
JP5332428B2 (en) Level shift circuit and method thereof
JP6343945B2 (en) Electronic device with programmable logic circuit device
KR102038414B1 (en) Test device and operating method thereof
CN104142905A (en) Method and device for extending inter-integrated circuit (IIC)
CN105608033B (en) Semiconductor device and method of operating the same
US9703753B2 (en) Apparatus and method for updating a device
JP6211971B2 (en) Semiconductor test circuit and IC chip
CN110908846A (en) SPI bus verification method
US10044557B2 (en) Configuration method for a wiring system
JP2008294738A (en) Semiconductor chip
KR100854662B1 (en) Process connecting method of robot control module
Saha et al. Design and implementation of a bist embedded inter-integrated circuit bus protocol over FPGA
US9404968B1 (en) System and methods for debug connectivity discovery
CN111352878B (en) Digital signal processing system and method
KR102129466B1 (en) Programmable Logic ControllerAPPARATUS
US10605862B2 (en) Semiconductor apparatus
JP2008258763A (en) Serial communication apparatus, test device thereof and method for testing serial communication apparatus
CN105302754B (en) FPGA chip configuration method and circuit based on bus
KR20190027515A (en) Slave device for a two- wire bus system
JP2005149170A (en) Data sending and receiving system and program

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20161020

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20170718

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20170808

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20171006

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: 20180424

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20180507

R150 Certificate of patent or registration of utility model

Ref document number: 6343945

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150