JP2003030042A - Microcomputer with cores - Google Patents

Microcomputer with cores

Info

Publication number
JP2003030042A
JP2003030042A JP2001211313A JP2001211313A JP2003030042A JP 2003030042 A JP2003030042 A JP 2003030042A JP 2001211313 A JP2001211313 A JP 2001211313A JP 2001211313 A JP2001211313 A JP 2001211313A JP 2003030042 A JP2003030042 A JP 2003030042A
Authority
JP
Japan
Prior art keywords
cores
access
core
shared memory
arbitration
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.)
Withdrawn
Application number
JP2001211313A
Other languages
Japanese (ja)
Inventor
Takafumi Shinohara
貴文 篠原
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.)
Denso Ten Ltd
Original Assignee
Denso Ten 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 Denso Ten Ltd filed Critical Denso Ten Ltd
Priority to JP2001211313A priority Critical patent/JP2003030042A/en
Publication of JP2003030042A publication Critical patent/JP2003030042A/en
Withdrawn legal-status Critical Current

Links

Landscapes

  • Multi Processors (AREA)
  • Microcomputers (AREA)
  • Memory System (AREA)

Abstract

PROBLEM TO BE SOLVED: To efficiently perform access to a shared memory among a plurality of cores. SOLUTION: Structure of a microcomputer with the plurality of cores including a plurality of cores 1, 2, 3 and a shared memory 10 is integrated on the same semiconductor integrated circuit chip. The individual cores independently execute program processing as exclusively accessing memories 11, 12, 13, respectively. The common data, etc., can be mutually used via the shared memory 10.

Description

【発明の詳細な説明】Detailed Description of the Invention

【0001】[0001]

【発明の属する技術分野】本発明は、複数のコアと共有
メモリとを同一の半導体集積回路チップ上に有する複複
数コア付マイクロコンピュータ装置に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a microcomputer device with multiple cores having a plurality of cores and a shared memory on the same semiconductor integrated circuit chip.

【0002】[0002]

【従来の技術】従来から、半導体集積回路で実現される
マイクロコンピュータには、CPUやメモリ、周辺回路
などを含むコアを複数搭載するものが用いられている。
特開平2−244252号公報には、同一の半導体集積
回路チップ上に複数のマイクロプロセッサを集積した1
チップマルチプロセッサで、外部へのバスを共通化し、
メモリアクセスなどが同時に行われるときに調停するこ
とについての先行技術が開示されている。このような1
チップマルチプロセッサは、複数のマイクロプロセッサ
が同一のプログラムを分担して並列に処理し、全体とし
てスループットを上げる目的で使用される。各マイクロ
プロセッサは、メモリ空間を共有してプログラムを実行
する。この先行技術では、複数のマイクロプロセッサに
優先順位を付けておき、少なくとも2つのマイクロプロ
セッサから同時に外部アクセスが発生するときには、優
先順位が最も高いマイクロプロセッサに外部アクセスを
行わせるように調停している。
2. Description of the Related Art Conventionally, as a microcomputer realized by a semiconductor integrated circuit, a microcomputer having a plurality of cores including a CPU, a memory, peripheral circuits and the like is used.
Japanese Unexamined Patent Publication No. 2-244252 discloses a method in which a plurality of microprocessors are integrated on the same semiconductor integrated circuit chip.
With chip multiprocessor, common external bus,
Prior art about arbitration when memory accesses etc. are performed simultaneously is disclosed. One like this
A chip multiprocessor is used for the purpose of increasing throughput as a whole by a plurality of microprocessors sharing the same program and processing them in parallel. Each microprocessor shares a memory space and executes a program. In this prior art, priority is given to a plurality of microprocessors, and when at least two microprocessors simultaneously make an external access, the arbitration is performed so that the microprocessor having the highest priority makes the external access. .

【0003】複数のプロセッサからの同時アクセスを許
容するメモリ素子として、デュアルポートRAMも製品
化されている。デュアルポートRAMは、マイクロコン
ピュータシステムの中で、2つのプロセッサが同じRA
Mをアクセスすることができるようなハードウエア構成
を有する。一般に、アドレスバスとデータバスとが競合
しないように、同一のメモリセルについてのアクセスを
調停する機能が備えられている。一方のプロセッサが書
込みを行うときに、他方のプロセッサが読込みを行うよ
うな同時アクセスが可能である。2つのプロセッサのう
ちの一方がCPUであり、他方が画像や入出力用の専用
プロセッサであると、データなどの転送が互いに同期を
とらなくても可能になるので、効率よくデータやパラメ
ータ等の受渡しを行うことができる。デュアルポートR
AMは、相互に独立かつ並行して動作しているマイクロ
プロセッサ間の通信に利用することもできる。
A dual port RAM has also been commercialized as a memory device that allows simultaneous access from a plurality of processors. Dual-port RAM is a dual-core RAM in which two processors have the same RA in a microcomputer system.
It has a hardware configuration so that M can be accessed. Generally, a function of arbitrating access to the same memory cell is provided so that the address bus and the data bus do not conflict with each other. Simultaneous access is possible such that when one processor writes, the other processor reads. If one of the two processors is a CPU and the other is a dedicated processor for images and input / output, it is possible to transfer data and the like without synchronizing with each other, so that data and parameters can be efficiently transferred. Can be delivered. Dual port R
The AM can also be used for communication between microprocessors operating independently of each other and in parallel.

【0004】[0004]

【発明が解決しようとする課題】半導体集積回路の製造
技術の進歩は、大規模な集積回路を比較的小さいチップ
面積で実現可能にしている。また集積回路の設計時に
は、CAD(ComputerAided Design)を利用して、過去
に製造していた集積回路の配置パターンを、縮小して新
たな集積回路の一部として利用することも可能になって
きている。したがって、特開平2−244252号公報
で開示されているような複数のマイクロプロセッサを有
するような半導体集積回路チップ上に、さらにデュアル
ポートRAMのような同時アクセス可能なメモリを集積
することも可能となっている。
Advances in semiconductor integrated circuit manufacturing technology have made it possible to realize large-scale integrated circuits with a relatively small chip area. Further, when designing an integrated circuit, it has become possible to use CAD (Computer Aided Design) to reduce the layout pattern of the integrated circuit manufactured in the past and use it as a part of a new integrated circuit. There is. Therefore, it is possible to further integrate a simultaneously accessible memory such as a dual port RAM on a semiconductor integrated circuit chip having a plurality of microprocessors as disclosed in Japanese Patent Laid-Open No. 2-244252. Has become.

【0005】しかしながら、単に特開平2−24425
2号公報に示すような複数のマイクロプロセッサでのア
クセス調停を行ってデュアルポートRAMにアクセスす
ると、複数のマイクロプロセッサ間で予め選択される優
先度の高いマイクロプロセッサしか、デュアルポートR
AMにアクセスすることができない。また、デュアルポ
ートRAMでは2つのマイクロプロセッサからの同時ア
クセスが可能であっても、書込みについては、先にアク
セスした方に優先権がある。そのため、重要なプログラ
ムの処理が後回しにされるおそれがある。さらに、3以
上のマイクロプロセッサからの同時アクセスについては
全く考慮されていない。したがっって、特開平2−24
4252号公報に開示されている1チップマルチプロセ
ッサにデュアルポートRAMを集積するだけでは、マル
チプロセッサ間の効率的なデータ通信や交換にデュアル
ポートRAMのような共有メモリを有効に使用すること
はできない。
However, it is merely disclosed in Japanese Patent Laid-Open No. 24-42525.
When access to the dual port RAM is performed by performing access arbitration with a plurality of microprocessors as disclosed in Japanese Patent Laid-Open No. 2 publication, only the microprocessor with a high priority preselected among the plurality of microprocessors has a dual port R
I cannot access the AM. Further, even if the dual port RAM allows simultaneous access from two microprocessors, the one having the earlier access has the right to write. Therefore, the processing of the important program may be postponed. Moreover, no simultaneous access from three or more microprocessors is considered. Therefore, Japanese Patent Laid-Open No. 2-24
The shared memory such as the dual port RAM cannot be effectively used for efficient data communication and exchange between the multi processors simply by integrating the dual port RAM in the one-chip multiprocessor disclosed in Japanese Patent No. 4252. .

【0006】本発明の目的は、複数のコア間で共有メモ
リへのアクセスを効率的に行うことができる複数コア付
マイクロコンピュータ装置を提供することである。
It is an object of the present invention to provide a microcomputer device with a plurality of cores which can efficiently access a shared memory among a plurality of cores.

【0007】[0007]

【課題を解決するための手段】本発明は、同一の半導体
集積回路チップ上に、複数のコアと、該複数のコアから
アクセスが可能な共有メモリとを有する複数コア付マイ
クロコンピュータ装置であって、共有メモリに対して、
少なくとも2つのコアからのアクセスが行われるとき
に、予め定める調停条件に従って、コア間の競合状態を
調停する調停手段を含むことを特徴とする複数コア付マ
イクロコンピュータ装置である。
The present invention provides a microcomputer device with a plurality of cores, which has a plurality of cores and a shared memory accessible from the plurality of cores on the same semiconductor integrated circuit chip. , For shared memory,
A microcomputer device with a plurality of cores, which comprises arbitration means for arbitrating a race condition between cores according to a predetermined arbitration condition when access is made from at least two cores.

【0008】本発明に従えば、複数コア付マイクロコン
ピュータ装置は、同一の半導体集積回路チップ上に、複
数のコアと、該複数のコアからアクセスが可能な共有メ
モリとを有し、さらに調停手段を含む。調停手段は、共
有メモリに対して、少なくとも2つのコアからのアクセ
スが行われるときに、予め定める調停条件に従って、コ
ア間の競合状態を調停するので、各コアは共有メモリに
対して自由にアクセスを試みることができる。調停条件
が満たされればアクセスを継続することができるので、
共有メモリへのアクセスを迅速に行うことができる。
According to the present invention, a microcomputer device with a plurality of cores has a plurality of cores and a shared memory accessible from the plurality of cores on the same semiconductor integrated circuit chip, and further, arbitration means. including. The arbitration unit arbitrates the race condition between the cores according to a predetermined arbitration condition when the shared memory is accessed from at least two cores, so that each core can freely access the shared memory. You can try. If the arbitration condition is satisfied, access can be continued, so
The shared memory can be accessed quickly.

【0009】さらに本発明は、同一の半導体集積回路チ
ップ上に、複数のコアと、該複数のコアからアクセスが
可能な共有メモリとを有する複数コア付マイクロコンピ
ュータ装置であって、共有メモリは、少なくとも2つの
コアからのアクセスに対して、予め定める調停条件に従
うアクセスが可能であり、各コアは、該共有メモリに対
して、アクセスを行うときに、他のコアからのアクセス
の有無を検出し、他のコアからのアクセスがないときは
該共有メモリに対するアクセスを継続し、他のコアから
のアクセスがあるときは、該調停条件に従ってアクセス
の継続か中断かを判断することを特徴とする複数コア付
マイクロコンピュータ装置である。
Furthermore, the present invention is a microcomputer device with a plurality of cores having a plurality of cores and a shared memory accessible from the plurality of cores on the same semiconductor integrated circuit chip, wherein the shared memory comprises: Access from at least two cores is possible according to a predetermined arbitration condition, and each core detects the presence or absence of access from other cores when accessing the shared memory. , A plurality of characterized in that when there is no access from another core, the access to the shared memory is continued, and when there is an access from another core, it is judged whether the access is continued or suspended according to the arbitration condition. It is a microcomputer device with a core.

【0010】本発明に従えば、複数コア付マイクロコン
ピュータ装置は、同一の半導体集積回路チップ上に、複
数のコアと、該複数のコアからアクセスが可能な共有メ
モリとを有する。各コアは、共有メモリに対して、アク
セスを行うときに、他のコアからのアクセスの有無を検
出し、他のコアからのアクセスがないときは該共有メモ
リに対するアクセスを継続し、他のコアからのアクセス
があるときは、調停条件に従ってアクセスの継続か中断
かを判断するので、複数のコア間で調停条件に従う共有
メモリへのアクセスが可能である。複数のコアが共有メ
モリを使用してデータなどを共有し、相互のプログラム
は独立して実行するような動作を効率的に行うことがで
きる。
According to the present invention, a microcomputer device with a plurality of cores has a plurality of cores and a shared memory accessible from the plurality of cores on the same semiconductor integrated circuit chip. When accessing the shared memory, each core detects the presence / absence of an access from another core, and when there is no access from another core, continues the access to the shared memory, and When there is an access from, it is determined whether the access is continued or interrupted according to the arbitration condition, and therefore it is possible to access the shared memory among the plurality of cores according to the arbitration condition. A plurality of cores can use shared memory to share data and the like, and mutually mutually effective programs can be efficiently executed.

【0011】また本発明で、前記複数のコアには、予め
優先順位が設定されており、前記調停条件は、少なくと
も2つのコアからのアクセスが競合するときに、優先順
位が高い方のコアによるアクセスの継続と、優先順位が
低い方のコアによるアクセスの中断とであることを特徴
とする。
Further, in the present invention, priorities are set in advance for the plurality of cores, and the arbitration condition depends on a core having a higher priority when access from at least two cores competes with each other. It is characterized by continuation of access and interruption of access by a core having a lower priority.

【0012】本発明に従えば、予め設定される優先順位
に従って、少なくとも2つのコアによる共有メモリへの
アクセスの競合を調停することができる。優先順位の高
いコアで重要な処理を行うようにしておけば、重要な処
理について、優先的に共有メモリを使用することができ
る。
According to the present invention, contention of access to the shared memory by at least two cores can be arbitrated according to a preset priority order. If important cores are set to perform important processing, the shared memory can be used preferentially for important processing.

【0013】また本発明で、前記調停条件は、少なくと
も2つのコアからのアクセスが競合するときに、いずれ
のアクセスも読出しであれば同時アクセスの継続であ
り、書込みを行うコアがあれば、該コアからの書込みの
継続と、他のコアからの読出しの中断とであることを特
徴とする。
Further, in the present invention, the arbitration condition is that when access from at least two cores competes, simultaneous access is continued if any access is read, and if there is a core to be written, It is characterized by continuation of writing from a core and interruption of reading from another core.

【0014】本発明に従えば、少なくとも2つのコアが
全部共有メモリに対する読出しのアクセスを行うときに
は同時アクセスを許容するので、共有メモリに記憶され
ているデータなどを2以上のコアで迅速に読出すことが
できる。共有メモリに対して書込みを行うコアがあると
きには、書込みを優先するので、同一のアドレスのデー
タに対して書込みと読出しとが競合するようなときに、
データの書込みを行ってからデータの読出しが行われる
ように調停することができる。
According to the present invention, when at least two cores all perform read access to the shared memory, simultaneous access is permitted, so that data or the like stored in the shared memory can be quickly read by two or more cores. be able to. When there is a core that writes to the shared memory, writing has priority, so when writing and reading conflict for data at the same address,
Arbitration can be performed so that data is written and then data is read.

【0015】また本発明で、前記複数のコアには、予め
優先順位が設定されており、前記調停条件として、前記
書込みを行うコアが少なくとも2つあるときには、優先
順位が高い方のコアによるアクセスの継続と、優先順位
が低い方のコアによるアクセスの中断とを含むことを特
徴とする。
Further, in the present invention, priorities are set in advance for the plurality of cores, and when there is at least two cores to be written as the arbitration condition, access by a core with a higher priority is performed. And the interruption of access by the core with the lower priority.

【0016】本発明に従えば、少なくとも2つのコアか
ら共有メモリに対する書込みが競合しているときには、
予め設定される優先順位に従って調停される。調停の結
果、優先順位が高い方のコアによる書込みが行われるの
で、重要な処理を行うコアの優先順位を高くしておけ
ば、重要な処理を迅速に行うことができる。
According to the invention, when there is contention for writing to shared memory from at least two cores,
Arbitration is performed according to a preset priority order. As a result of the arbitration, writing is performed by the core with the higher priority, so if the priority of the core performing the important processing is set high, the important processing can be performed quickly.

【0017】また本発明で、前記コアは、3以上含まれ
ていることを特徴とする。本発明に従えば、複数のコア
も共有メモリも同一の半導体集積回路チップ上に集積さ
れるので、共有メモリが単体の半導体集積回路チップと
して製造される場合のような端子数などの制約がなく、
デュアルポートRAMのように2系統のアドレスバスに
よるアクセスばかりではなく、3系統以上のアドレスバ
スによるアクセスも容易に実現し、効率的な利用を図る
ことができる。
Further, the present invention is characterized in that the core is contained in three or more. According to the present invention, since the plurality of cores and the shared memory are integrated on the same semiconductor integrated circuit chip, there is no limitation such as the number of terminals as in the case where the shared memory is manufactured as a single semiconductor integrated circuit chip. ,
It is possible to easily realize not only access by two systems of address buses such as a dual port RAM, but also access by three or more systems of address buses, so that efficient use can be achieved.

【0018】[0018]

【発明の実施の形態】図1は、本発明の実施の第1およ
び第2形態としての複数コア付マイクロコンピュータ装
置の概略的な機能構成を示す。本実施形態では、同一の
半導体集積回路チップ上に、複数のコア1,2,3と、
複数のコア1,2,3からアクセスが可能なRAMであ
る共有メモリ10とが集積されている。各コア1,2,
3は、専用のメモリ11,12,13も備えている。共
有メモリ10に対して、少なくとも2つのコア1,2,
3からのアクセスが行われるときに、アクセスの競合が
生じる。コア間の競合状態を予め定める調停条件に従っ
て調停するために、共有メモリ10には調停手段20が
備えられている。なお、コア1,2,3は、それぞれ独
立にプログラム動作可能であり、3つ設ける例を示すけ
れども、2以上であれば同様に本発明を適用することが
できる。同一の半導体集積回路チップ上に形成するの
で、3以上のコア1,2,3に対してアクセス可能なポ
ートを備えるいわばマルチポートのRAMであって多く
のアドレス信号線やデータ信号線の配線が必要であって
も、プリント配線基板上に配線パターンを形成する場合
よりも、容易に実現することができる。
1 shows a schematic functional configuration of a microcomputer device with a plurality of cores as a first and second embodiment of the present invention. In this embodiment, a plurality of cores 1, 2, 3 are provided on the same semiconductor integrated circuit chip,
A shared memory 10, which is a RAM accessible from a plurality of cores 1, 2, 3 is integrated. Each core 1, 2,
3 also comprises dedicated memories 11, 12, 13. For the shared memory 10, at least two cores 1, 2,
When access is made from 3, access conflict occurs. The shared memory 10 is provided with an arbitration unit 20 to arbitrate the race condition between the cores according to a predetermined arbitration condition. The cores 1, 2, and 3 can be independently programmed, and three cores are provided. However, the present invention can be similarly applied as long as the cores are two or more. Since it is formed on the same semiconductor integrated circuit chip, it is a so-called multi-port RAM provided with ports capable of accessing three or more cores 1, 2 and 3, and many address signal lines and data signal lines are wired. Even if necessary, it can be realized more easily than when a wiring pattern is formed on a printed wiring board.

【0019】すなわち、本実施形態の複数コア付マイク
ロコンピュータ装置は、同一の半導体集積回路チップ上
に、複数のコア1,2,3と、複数のコア1,2,3か
らアクセスが可能な共有メモリ10とを有し、さらに調
停手段20を含む。調停手段20は、予め定める調停条
件に従って、コア1,2,3間の競合状態を調停するの
で、各コア1,2,3は共有メモリ10に対して自由に
アクセスを試みることができる。調停条件が満たされれ
ばアクセスを継続することができるので、共有メモリ1
0へのアクセスを迅速に行うことができる。
That is, the microcomputer device with a plurality of cores according to the present embodiment has a plurality of cores 1, 2, and 3 and a shared core which is accessible from the plurality of cores 1, 2, and 3 on the same semiconductor integrated circuit chip. And a arbitration means 20. The arbitration means 20 arbitrates the race condition between the cores 1, 2, and 3 according to a predetermined arbitration condition, so that each core 1, 2, and 3 can freely try to access the shared memory 10. If the arbitration condition is satisfied, the access can be continued, so the shared memory 1
Access to 0 can be performed quickly.

【0020】図2は、本発明の実施の第1形態として、
図1の調停手段20によって行われるアクセス競合に対
する調停手順を示す。本実施形態では、複数のコア1,
2,3には予め共有メモリ10へのアクセスに対して優
先順位を設定しておき、アクセスが競合するときには、
優先順位に従って調停を行う。優先順位は、たとえば、
コア1>コア2>コア3であるとする。ステップa0か
ら手順を開始し、ステップa1ではいずれか1つのコア
1,2,3からの共有メモリ10に対する読出しか書込
みかのアクセスが検知されるのを待つ。1つのコア1,
2,3からのアクセスが検知されると、ステップ宇a2
で、他のコア1,2,3からアクセスがあるか否かを判
断する。他のコア1,2,3からのアクセスが無けれ
ば、ステップa3でステップa1で検知したコア1,
2,3からのアクセスを実行させ、ステップa1に戻
る。ステップa2で他のコア1,2,3からのアクセス
があり、共有メモリ10に対するアクセスが競合すると
きは、ステップa4で優先順位が低いコア1,2,3の
アクセスを中断し、ステップa5で優先順位が高いコア
1,2,3からのアクセスを実行させる。ステップa5
が終了するとステップa1に戻る。
FIG. 2 shows a first embodiment of the present invention.
The arbitration procedure with respect to access competition performed by the arbitration means 20 of FIG. 1 is shown. In this embodiment, the plurality of cores 1,
Priority is set in advance for access to the shared memory 10 in 2 and 3, and when access conflicts,
Arbitrate according to priority. For example, the priority is
It is assumed that core 1> core 2> core 3. The procedure is started from step a0, and at step a1, it waits for any one of the cores 1, 2 and 3 to detect access to the shared memory 10 for reading or writing. One core 1,
When access from 2 or 3 is detected, step Ua2
Then, it is determined whether or not there is access from the other cores 1, 2, 3. If there is no access from the other cores 1, 2, 3, the core 1, detected in step a1 in step a3
Access from 2 and 3 is executed, and the process returns to step a1. If there is an access from the other cores 1, 2 and 3 in step a2 and there is a conflict in access to the shared memory 10, the access to the cores 1, 2 and 3 with lower priority is interrupted in step a4, and in step a5. Access from the cores 1, 2, and 3 having a high priority is executed. Step a5
Is completed, the process returns to step a1.

【0021】アクセスの中断は、種々の方法でコア1,
2,3に通知することができる。たとえば、強制的に待
ち状態にする信号を利用することができる。アクセスが
中断されたコア1,2,3は、アクセスが可能になるま
で動作を休止し、アクセスが可能になれば動作を再開す
る。また、アクセスの可否をフラグなどで通知し、アク
セスが許可されないコア1,2,3は、フラグを監視し
て、アクセスが許可されるのを待つようにすることもで
きる。フラグの監視は間欠的に行い、監視の間には他の
処理動作を行うことができる。
The interruption of access can be performed in various ways by the core 1,
A few can be notified. For example, a signal that forces a wait state can be used. The cores 1, 2, and 3 whose access has been interrupted suspend their operations until they become accessible, and resume their operations when they become accessible. Further, it is also possible to notify whether or not the access is permitted by a flag or the like, and the cores 1, 2, and 3 which are not permitted the access monitor the flag and wait for the access to be permitted. The flags are monitored intermittently, and other processing operations can be performed during the monitoring.

【0022】実施の第1形態のような複数コア付マイク
ロコンピュータ装置は、たとえば自動車に搭載し、各種
走行関係の制御を行う機能を各コア1,2,3で分担し
て行い、共有メモリ10でデータやパラメータを共通化
するような制御に利用することができる。最も優先順位
が高いコア1では、エンジンの点火や燃料噴射に関する
制御に利用することができる。中間の優先順位を有する
コア2では、スロットルバルブの制御による定速走行制
御に利用することができる。優先順位が最も低いコア3
では、トランスミッション関係の制御に利用することが
できる。共有メモリ10は、エンジンの回転速度、車両
の走行速度、気温などの共通するデータやパラメータの
共通化に利用することができる。各コア1,2,3の代
りに、独立した電子制御ユニット(ECU)を使用する
ときは、共通データやパラメータは、電子制御ユニット
間のデータ通信処理で伝達しなければならない。データ
通信処理には、多くの構成を必要とし、時間もかかる。
共有メモリ10を介する伝達では、アクセスの競合時に
アクセスの中断があっても、データ通信を行う場合に比
較すれば極めて迅速にデータの伝達を行うことができ
る。アクセスの中断がなければ、さらに迅速なデータの
伝達が可能となる。
The microcomputer device with a plurality of cores as in the first embodiment is installed in, for example, an automobile, and the cores 1, 2 and 3 share the function of controlling various traveling-related functions, and the shared memory 10 is used. Can be used for control such that data and parameters are shared. The core 1, which has the highest priority, can be used for control related to engine ignition and fuel injection. The core 2 having the intermediate priority can be used for constant speed traveling control by controlling the throttle valve. Core 3 with the lowest priority
Can be used for transmission related control. The shared memory 10 can be used for commonization of common data and parameters such as engine rotation speed, vehicle traveling speed, and temperature. When an independent electronic control unit (ECU) is used instead of the cores 1, 2, and 3, common data and parameters must be transmitted by data communication processing between the electronic control units. The data communication process requires many configurations and is time consuming.
In the transmission via the shared memory 10, even if the access is interrupted at the time of contention of the access, the data can be transmitted very quickly as compared with the case of performing the data communication. If access is not interrupted, data can be transmitted more quickly.

【0023】図3は、本発明の実施の第2形態として、
図1の調停手段20によって行われるアクセス競合に対
する調停手順を示す。本実施形態では、共有メモリ10
への読出しと書込みとが競合するときには、書込みを優
先し、書込み同士が競合するときには、予め設定されて
いる優先順位に従う。共有メモリ10に対する読出しの
みのアクセスは、複数同時に可能である。書込みを読出
しよりも優先するので、データの更新などのための書込
みと、そのデータの利用のための読出しとが競合するよ
うなときに、データの更新が優先され、読出すデータは
更新されたデータであることが保証される。
FIG. 3 shows a second embodiment of the present invention.
The arbitration procedure with respect to access competition performed by the arbitration means 20 of FIG. 1 is shown. In this embodiment, the shared memory 10
When read and write conflict with each other, write is given priority, and when write conflict with each other, a preset priority order is followed. A plurality of read-only accesses to the shared memory 10 can be made simultaneously. Since writing is prioritized over reading, when there is a conflict between writing for updating data and reading for using the data, the data is prioritized and the data to be read is updated. Guaranteed to be data.

【0024】ステップb0から手順を開始し、ステップ
b1では、1つのコア1、2、3からのアクセスを検知
するまで待つ。1つのコア1,2,3からのアクセスが
検知されると、ステップb2で他のコア1,2,3から
のアクセスがあるか否かを判断する。他のコア1,2,
3からもアクセスがあるときには、ステップb3に移
り、複数のコア1,2,3が共有メモリ10への書込み
のためのアクセスを行おうとしているか否かを判断す
る。複数のコア1,2,3が書込みを行おうとしている
ときには、ステップb4に移り、優先順位が低いコア
1,2,3の書込みを中断する。もし、複数のコア1,
2,3による書込みの他に、読出しのアクセスも競合し
ているときには、優先順位によらず、読出しを行おうと
しているコア1,2,3のアクセスを中断する。次にス
テップb5に移り、優先順位が高いコア1,2,3の書
込みを実行する。ステップb5が終了すると、ステップ
b1に戻る。
The procedure is started from step b0, and in step b1, it waits until an access from one core 1, 2, 3 is detected. When access from one core 1, 2, 3 is detected, it is determined in step b2 whether or not there is an access from another core 1, 2, 3. Other cores 1, 2,
If there is an access from 3 as well, the process moves to step b3, and it is determined whether or not the plurality of cores 1, 2 and 3 are trying to access the shared memory 10 for writing. When a plurality of cores 1, 2, 3 are about to write, the process moves to step b4, and the writing of cores 1, 2, 3 having a lower priority is interrupted. If multiple cores 1,
When there is a conflict in read access in addition to the write by 2 and 3, the access to the cores 1, 2 and 3 that is trying to read is interrupted regardless of the priority. Next, the process proceeds to step b5, and the writing of the cores 1, 2 and 3 having a high priority is executed. When step b5 ends, the process returns to step b1.

【0025】ステップb3で、複数のコア1,2,3か
らの書込みではないと判断されるときには、ステップb
6で1つのコア1,2,3からの書込みか否かを判断す
る。1つのコア1,2,3からの書込みであれば、ステ
ップb7で読込みのコア1,2,3からのアクセスを中
断し、ステップb8で書込みのコア1,2,3からのア
クセスを実行して、ステップb1に戻る。ステップb6
で書込みのアクセスを行おうとしているコア1,2,3
が1つもないと判断されるときには、ステップb9で同
時アクセスを実行させ、ステップb1に戻る。
If it is determined in step b3 that the writing is not from a plurality of cores 1, 2, 3, then step b
At 6, it is judged whether or not the writing is from one core 1, 2, 3. If the writing is from one core 1, 2, or 3, the access from the reading cores 1, 2, or 3 is suspended in step b7, and the access from the writing cores 1, 2, or 3 is executed in step b8. Then, the process returns to step b1. Step b6
Cores 1, 2, 3 trying to access for writing with
If it is determined that there is no such a case, the simultaneous access is executed in step b9, and the process returns to step b1.

【0026】図4は、本発明の実施の第3および第4形
態としての複数コア付マイクロコンピュータ装置の概略
的な機能構成を示す。本実施形態で図1の実施形態に対
応する部分には同一の参照符を付し、重複する説明は省
略する。本実施形態では、同一の半導体集積回路チップ
上に、複数のコア21,22,23と、複数のコア2
1,22,23からアクセスが可能なRAMである共有
メモリ10とが集積されている。各コア21,22,2
3は、専用のメモリ11,12,13をそれぞれ備えて
いるとともに、共有メモリ10に対してアクセスして、
他のコア21,22,23からのアクセスと競合すると
きに、予め定める調停条件に従って調停する機能も備え
られている。なお、コア21,22,23は、それぞれ
独立にプログラム動作可能であり、3つ設ける例を示す
けれども、2以上であれば同様に本発明を適用すること
ができる。
FIG. 4 shows a schematic functional configuration of a microcomputer device with a plurality of cores according to the third and fourth embodiments of the present invention. In the present embodiment, parts corresponding to those in the embodiment of FIG. 1 are designated by the same reference numerals, and overlapping description will be omitted. In this embodiment, a plurality of cores 21, 22, 23 and a plurality of cores 2 are provided on the same semiconductor integrated circuit chip.
A shared memory 10, which is a RAM accessible from 1, 22, and 23, is integrated. Each core 21, 22, 2
3 has dedicated memories 11, 12 and 13, respectively, and accesses the shared memory 10 to
It also has a function of arbitrating according to a predetermined arbitration condition when competing with access from other cores 21, 22, 23. The cores 21, 22, and 23 can be independently programmed, and three cores are provided. However, the present invention can be similarly applied to two or more cores.

【0027】すなわち、本実施形態の複数コア付マイク
ロコンピュータ装置は、同一の半導体集積回路チップ上
に、複数のコア21,22,23と、複数のコア21,
22,23からアクセスが可能な共有メモリ10とを有
し、共有メモリ10は、少なくとも2つのコア21,2
2,23からのアクセスに対して、予め定める調停条件
に従うアクセスが可能である。各コア21,22,23
は、共有メモリ10に対してアクセスを行うときに、他
のコア21,22,23からのアクセスの有無を検出
し、他のコア21,22,23からのアクセスがないと
きは共有メモリ10に対するアクセスを継続し、他のコ
ア21,22,23からのアクセスがあるときは、調停
条件に従ってアクセスの継続か中断かを判断する。複数
のコア21,22,23間は、相互間で調停条件に従う
共有メモリ10へのアクセスが可能であるので、共有メ
モリ10を使用してデータなどを共有し、相互のプログ
ラムは独立して実行するような動作を効率的に行うこと
ができる。
That is, the microcomputer device with a plurality of cores according to the present embodiment has a plurality of cores 21, 22 and 23, and a plurality of cores 21 and 21, on the same semiconductor integrated circuit chip.
22 and 23, the shared memory 10 that can be accessed, and the shared memory 10 includes at least two cores 21 and 2.
It is possible to access from 2 and 23 according to a predetermined arbitration condition. Each core 21, 22, 23
Detects whether or not there is an access from the other cores 21, 22 and 23 when accessing the shared memory 10, and when there is no access from the other cores 21, 22 and 23 to the shared memory 10. When the access is continued and there is an access from another core 21, 22, 23, it is determined whether the access is continued or interrupted according to the arbitration condition. Since a plurality of cores 21, 22, and 23 can access the shared memory 10 according to the arbitration condition, the shared memory 10 is used to share data and the like, and the mutual programs are executed independently. Such an operation can be efficiently performed.

【0028】図5は、本発明の実施の第3形態として、
図2と同様に、複数のコア21,22,23に予め優先
順位が設定されており、優先順位に従うことが調停条件
であるときの各コア21,22,23での調停手順を示
す。ステップc0から手順を開始し、ステップc1では
共有メモリ10へのアクセスを開始するに際して、他の
コア21,22,23からのアクセスがあるか否かを検
知して判断する。他のコア21,22,23からのアク
セスがあると判断されるときには、ステップc2に移
り、自コアの優先順位が他コアの優先順位より高いか否
かを判断する。自コアの優先順位の方が高くないと判断
されるときは、ステップc3で自コアのアクセスと中断
し、ステップc4で他コアのアクセスを実行させ、ステ
ップc1に戻る。ステップc2で自コアの優先順位の方
が他コアの優先順位よりも高いと判断されるときは、ス
テップc5で自コアのアクセスを実行し、ステップc1
に戻る。
FIG. 5 shows a third embodiment of the present invention.
Similar to FIG. 2, the priority order is set in advance for the plurality of cores 21, 22, 23, and the arbitration procedure in each core 21, 22, 23 when the arbitration condition is to follow the priority order is shown. The procedure is started from step c0, and at the time of starting access to the shared memory 10 in step c1, it is determined whether or not there is an access from another core 21, 22, 23. When it is determined that there is an access from the other cores 21, 22, and 23, the process proceeds to step c2, and it is determined whether or not the priority order of the own core is higher than the priority order of the other cores. When it is determined that the priority of the own core is not higher, the access of the own core is interrupted in step c3, the access of another core is executed in step c4, and the process returns to step c1. If it is determined in step c2 that the priority of the local core is higher than the priority of other cores, the access of the local core is executed in step c5, and the step c1 is executed.
Return to.

【0029】本実施形態では、各コア21,22,23
自身で、予め設定される優先順位に従って、少なくとも
2つのコア21,22,23による共有メモリ10への
アクセスの競合を調停する機能を備えている。優先順位
の高いコア21,22,23で重要な処理を行うように
しておけば、重要な処理について、優先的に共有メモリ
10を使用することができる。
In this embodiment, each core 21, 22, 23
It has a function of arbitrating contention of access to the shared memory 10 by at least two cores 21, 22 and 23 by itself according to a preset priority order. If the important processing is performed by the cores 21, 22, 23 having a high priority, the shared memory 10 can be preferentially used for the important processing.

【0030】図6は、本発明の実施の第4形態として、
図3と同様な調停条件で、各コア21,22,23自体
でがアクセス競合に対する調停を行う手順を示す。本実
施形態では、共有メモリ10への読出しと書込みとが競
合するときには、書込みを優先し、書込み同士が競合す
るときには、予め設定されている優先順位に従う。共有
メモリ10に対する読出しのみのアクセスは、複数同時
に可能である。
FIG. 6 shows a fourth embodiment of the present invention.
A procedure in which each core 21, 22, 23 itself performs arbitration for access competition under the same arbitration condition as in FIG. In the present embodiment, when there is a conflict between reading and writing in the shared memory 10, the writing is prioritized, and when there is a conflict between the writing, the preset priority order is followed. A plurality of read-only accesses to the shared memory 10 can be made simultaneously.

【0031】ステップd0から手順を開始し、ステップ
d1では、他のコア21,22,23から共有メモリ1
0に対するアクセスがあるか否かを判断する。他のコア
21,22,23からのアクセスがあると判断されると
きは、ステップd2で他のコア21,22,23が書込
みを行おうとしているか否かを判断する。書込みを行お
うとしていないときには、ステップd3でアクセスを実
行する。ステップd1で他のコア21,22,23から
のアクセスがないと判断されるときも、ステップd3で
アクセスを実行する。
The procedure is started from step d0, and in step d1, the shared memory 1 from the other cores 21, 22, 23.
It is determined whether or not 0 is accessed. When it is determined that there is an access from the other cores 21, 22, 23, it is determined in step d2 whether or not the other cores 21, 22, 23 are about to write. When the writing is not attempted, the access is executed in step d3. Even when it is determined in step d1 that there is no access from the other cores 21, 22, 23, the access is executed in step d3.

【0032】ステップd2で他のコア21,22,23
も書込みを行おうとしていると判断されるときには、ス
テップd4に移り、自コア21,22,23も書込みを
行おうとしているか否かを判断する。自コア21,2
2,23も書込みを行おうとしているときには、書込み
の競合が生じるので、ステップd5で優先順位を調べ、
自コア21,22,23の優先順位の方が高いときには
ステップd6で書込みを実行し、ステップd1に戻る。
ステップd4で自コア21,22,23は書込みではな
いと判断されるとき、またはステップd5で自コアの優
先順位が書込みを行おうとしている他コア21,22,
23の優先順位よりも高くないときには、ステップd7
でアクセスを中断し、ステップd1に戻る。
In step d2, the other cores 21, 22, 23
If it is determined that the cores 21, 22 and 23 are also writing, it is determined whether or not the cores 21, 22, 23 are also writing. Own core 21,2
When 2 and 23 are also trying to write, a write conflict occurs, so check the priority order in step d5,
When the priority order of the own cores 21, 22, 23 is higher, the writing is executed in step d6 and the process returns to step d1.
When it is determined in step d4 that the own cores 21, 22, and 23 are not writing, or in step d5, the priority order of the own cores is about to write the other cores 21, 22, and 23.
If the priority is not higher than 23, step d7
Access is interrupted and the process returns to step d1.

【0033】[0033]

【発明の効果】以上のように本発明によれば、共有メモ
リに対して、少なくとも2つのコアからのアクセスが行
われるときに、予め定める調停条件に従い、コア間の競
合状態が調停手段によって調停される。各コアは、共有
メモリに対して自由にアクセスして、予め定めるルール
としての調停条件が満たされればアクセスを継続するこ
とができるので、共有メモリへのアクセスを迅速に行う
ことができる。
As described above, according to the present invention, when the shared memory is accessed from at least two cores, the arbitration means arbitrates the race condition between the cores according to a predetermined arbitration condition. To be done. Since each core can freely access the shared memory and continue the access if the arbitration condition as a predetermined rule is satisfied, the shared memory can be quickly accessed.

【0034】さらに本発明によれば、複数のコアは、共
有メモリに対してアクセスを行うときに、他のコアから
のアクセスに応じてそれぞれ調停を行うので、複数のコ
ア間で調停条件に従う共有メモリへのアクセスが可能で
ある。複数のコアが相互のプログラムは独立して実行
し、一部のデータを共有するような動作を効率的に行う
ことができる。
Further, according to the present invention, when a plurality of cores access the shared memory, each core arbitrates in response to an access from another core, so that the plurality of cores are shared according to the arbitration condition. The memory can be accessed. The plurality of cores execute programs mutually independently, and can efficiently perform an operation of sharing some data.

【0035】また本発明によれば、予め設定される優先
順位に従って、共有メモリへのアクセスの競合を調停す
ることができる。重要な処理を優先順位の高いコアに割
当てておけば、優先的に共有メモリを使用して処理を実
行することができる。
Further, according to the present invention, it is possible to arbitrate contention for access to the shared memory according to a preset priority order. If important processes are assigned to cores with a high priority, the shared memory can be used preferentially to execute the processes.

【0036】また本発明によれば、共有メモリに対する
読出しのアクセスのみであれば、同時アクセスを許容す
るので、共有メモリから2以上のコアがデータを迅速に
読出すことができる。共有メモリに対して書込みを行う
コアがあるときには、書込みを優先するので、データの
書込みを行ってからデータの読出しが行われるように調
停することができる。
Further, according to the present invention, since simultaneous access is permitted if only read access to the shared memory is allowed, two or more cores can quickly read data from the shared memory. When there is a core that writes to the shared memory, the write is prioritized, so that it is possible to perform arbitration so that the data is read and then the data is read.

【0037】また本発明によれば、優先順位に従って共
有メモリに対する書込みの競合を調停することができ
る。重要な処理を行うコアの優先順位を高くしておけ
ば、重要な処理を迅速に行うことができる。
Further, according to the present invention, it is possible to arbitrate the contention of writing to the shared memory according to the priority order. By setting the priority of cores that perform important processing to be high, important processing can be performed quickly.

【0038】また本発明によれば、同一の半導体集積回
路チップ上に複数のコアと共有メモリとが集積されるこ
とを利用し、3以上のコアによる同時アクセスも可能に
して、共有メモリの効率的な利用を図ることができる。
Further, according to the present invention, by utilizing the fact that a plurality of cores and a shared memory are integrated on the same semiconductor integrated circuit chip, simultaneous access by three or more cores is possible and the efficiency of the shared memory is improved. It can be used for various purposes.

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

【図1】本発明の実施の第1形態および第2形態である
複数コア付マイクロコンピュータ装置の概略的な機能構
成を示すブロック図である。
FIG. 1 is a block diagram showing a schematic functional configuration of a microcomputer device with a plurality of cores according to first and second embodiments of the present invention.

【図2】本発明の実施の第1形態での調停手順を示すフ
ローチャートである。
FIG. 2 is a flowchart showing an arbitration procedure according to the first embodiment of the present invention.

【図3】本発明の実施の第2形態での調停手順を示すフ
ローチャートである。
FIG. 3 is a flowchart showing an arbitration procedure according to the second embodiment of the present invention.

【図4】本発明の実施の第3形態および第4形態である
複数コア付マイクロコンピュータ装置の概略的な機能構
成を示すブロック図である。
FIG. 4 is a block diagram showing a schematic functional configuration of a microcomputer device with a plurality of cores according to third and fourth embodiments of the present invention.

【図5】本発明の実施の第3形態での調停手順を示すフ
ローチャートである。
FIG. 5 is a flowchart showing an arbitration procedure in the third embodiment of the invention.

【図6】本発明の実施の第4形態での調停手順を示すフ
ローチャートである。
FIG. 6 is a flowchart showing an arbitration procedure according to the fourth embodiment of the present invention.

【符号の説明】[Explanation of symbols]

1,2,3,21,22,23 コア 10 共有メモリ 11,12,13 メモリ 20 調停手段 1,2,3,21,22,23 core 10 shared memory 11,12,13 memory 20 Mediation means

Claims (6)

【特許請求の範囲】[Claims] 【請求項1】 同一の半導体集積回路チップ上に、複数
のコアと、該複数のコアからアクセスが可能な共有メモ
リとを有する複数コア付マイクロコンピュータ装置であ
って、 共有メモリに対して、少なくとも2つのコアからのアク
セスが行われるときに、予め定める調停条件に従って、
コア間の競合状態を調停する調停手段を含むことを特徴
とする複数コア付マイクロコンピュータ装置。
1. A microcomputer device with a plurality of cores, comprising: a plurality of cores; and a shared memory accessible from the plurality of cores on the same semiconductor integrated circuit chip. When access is performed from two cores, according to the predetermined arbitration condition,
A microcomputer device with a plurality of cores, which comprises arbitration means for arbitrating a race condition between cores.
【請求項2】 同一の半導体集積回路チップ上に、複数
のコアと、該複数のコアからアクセスが可能な共有メモ
リとを有する複数コア付マイクロコンピュータ装置であ
って、 共有メモリは、少なくとも2つのコアからのアクセスに
対して、予め定める調停条件に従うアクセスが可能であ
り、 各コアは、該共有メモリに対して、アクセスを行うとき
に、他のコアからのアクセスの有無を検出し、他のコア
からのアクセスがないときは該共有メモリに対するアク
セスを継続し、他のコアからのアクセスがあるときは、
該調停条件に従ってアクセスの継続か中断かを判断する
ことを特徴とする複数コア付マイクロコンピュータ装
置。
2. A microcomputer device with a plurality of cores having a plurality of cores and a shared memory accessible from the plurality of cores on the same semiconductor integrated circuit chip, wherein the shared memory comprises at least two. It is possible to access from a core according to a predetermined arbitration condition. When each core accesses the shared memory, it detects the presence or absence of an access from another core, and When there is no access from the core, the access to the shared memory is continued, and when there is an access from another core,
A microcomputer device with a plurality of cores, which determines whether access is continued or interrupted according to the arbitration condition.
【請求項3】 前記複数のコアには、予め優先順位が設
定されており、 前記調停条件は、少なくとも2つのコアからのアクセス
が競合するときに、優先順位が高い方のコアによるアク
セスの継続と、優先順位が低い方のコアによるアクセス
の中断とであることを特徴とする請求項1または2記載
の複数コア付マイクロコンピュータ装置。
3. A priority order is set in advance for the plurality of cores, and the arbitration condition is that continuation of access by a core with a higher priority order when access from at least two cores competes with each other. 3. The microcomputer device with a plurality of cores according to claim 1 or 2, characterized in that the access is interrupted by a core having a lower priority.
【請求項4】 前記調停条件は、少なくとも2つのコア
からのアクセスが競合するときに、いずれのアクセスも
読出しであれば同時アクセスの継続であり、書込みを行
うコアがあれば、該コアからの書込みの継続と、他のコ
アからの読出しの中断とであることを特徴とする請求項
1または2記載の複数コア付マイクロコンピュータ装
置。
4. The arbitration condition is that, when access from at least two cores competes with each other, if any access is read, simultaneous access is continued. The microcomputer device with a plurality of cores according to claim 1 or 2, characterized in that the writing is continued and the reading from the other core is interrupted.
【請求項5】 前記複数のコアには、予め優先順位が設
定されており、 前記調停条件として、前記書込みを行うコアが少なくと
も2つあるときには、優先順位が高い方のコアによるア
クセスの継続と、優先順位が低い方のコアによるアクセ
スの中断とを含むことを特徴とする請求項4記載の複数
コア付マイクロコンピュータ装置。
5. A priority order is set in advance for the plurality of cores, and when the arbitration condition includes at least two cores to be written, continuation of access by a core with a higher priority order is performed. 5. The microcomputer device with multiple cores according to claim 4, further comprising: interruption of access by a core having a lower priority.
【請求項6】 前記コアは、3以上含まれていることを
特徴とする請求項1〜5のいずれかに記載の複数コア付
マイクロコンピュータ装置。
6. The microcomputer device with a plurality of cores according to claim 1, wherein three or more cores are included.
JP2001211313A 2001-07-11 2001-07-11 Microcomputer with cores Withdrawn JP2003030042A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2001211313A JP2003030042A (en) 2001-07-11 2001-07-11 Microcomputer with cores

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2001211313A JP2003030042A (en) 2001-07-11 2001-07-11 Microcomputer with cores

Publications (1)

Publication Number Publication Date
JP2003030042A true JP2003030042A (en) 2003-01-31

Family

ID=19046649

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2001211313A Withdrawn JP2003030042A (en) 2001-07-11 2001-07-11 Microcomputer with cores

Country Status (1)

Country Link
JP (1) JP2003030042A (en)

Cited By (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2008276391A (en) * 2007-04-26 2008-11-13 Nec Corp Memory access control device
JP2009265843A (en) * 2008-04-23 2009-11-12 Toyota Motor Corp Multi-core system, and gateway device for vehicle
WO2011104823A1 (en) * 2010-02-23 2011-09-01 富士通株式会社 Multi-core processor system, thread control method, and thread control program
CN101453452B (en) * 2007-12-07 2012-11-28 国际商业机器公司 SIP message processing method and apparatus based on multiple cores
JP2014026679A (en) * 2013-11-07 2014-02-06 Fujitsu Ltd Multi-core processor system, control method, and control program
US9274860B2 (en) 2010-05-19 2016-03-01 Samsung Electronics Co., Ltd. Multi-processor device and inter-process communication method thereof
JP2016171698A (en) * 2015-03-13 2016-09-23 株式会社東芝 Motor control device
JP2017229237A (en) * 2017-09-04 2017-12-28 株式会社東芝 Device for motor control
JP2022514551A (en) * 2019-09-20 2022-02-14 エルジー エナジー ソリューション リミテッド Battery management device and method

Cited By (14)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP4715801B2 (en) * 2007-04-26 2011-07-06 日本電気株式会社 Memory access control device
JP2008276391A (en) * 2007-04-26 2008-11-13 Nec Corp Memory access control device
CN101453452B (en) * 2007-12-07 2012-11-28 国际商业机器公司 SIP message processing method and apparatus based on multiple cores
JP2009265843A (en) * 2008-04-23 2009-11-12 Toyota Motor Corp Multi-core system, and gateway device for vehicle
US9311142B2 (en) 2010-02-23 2016-04-12 Fujitsu Limited Controlling memory access conflict of threads on multi-core processor with set of highest priority processor cores based on a threshold value of issued-instruction efficiency
WO2011104823A1 (en) * 2010-02-23 2011-09-01 富士通株式会社 Multi-core processor system, thread control method, and thread control program
JP5408330B2 (en) * 2010-02-23 2014-02-05 富士通株式会社 Multi-core processor system, thread control method, and thread control program
US9274860B2 (en) 2010-05-19 2016-03-01 Samsung Electronics Co., Ltd. Multi-processor device and inter-process communication method thereof
JP2014026679A (en) * 2013-11-07 2014-02-06 Fujitsu Ltd Multi-core processor system, control method, and control program
JP2016171698A (en) * 2015-03-13 2016-09-23 株式会社東芝 Motor control device
JP2017229237A (en) * 2017-09-04 2017-12-28 株式会社東芝 Device for motor control
JP2022514551A (en) * 2019-09-20 2022-02-14 エルジー エナジー ソリューション リミテッド Battery management device and method
JP7243965B2 (en) 2019-09-20 2023-03-22 エルジー エナジー ソリューション リミテッド Battery management device and method
US12007894B2 (en) 2019-09-20 2024-06-11 Lg Energy Solution, Ltd. Battery management apparatus and method

Similar Documents

Publication Publication Date Title
EP0450233B1 (en) Bus access for digital computer system
US5420985A (en) Bus arbiter system and method utilizing hardware and software which is capable of operation in distributed mode or central mode
JPS5837585B2 (en) Keisan Kisouchi
JP4874165B2 (en) Multiprocessor system and access right setting method in multiprocessor system
JPH056223B2 (en)
JP2003030042A (en) Microcomputer with cores
US8539167B2 (en) Shared memory device
JPS5835295B2 (en) Data transfer method in master-slave system
US5627968A (en) Data transfer apparatus which allows data to be transferred between data devices without accessing a shared memory
JPH05173985A (en) Programmable controller
TWI245222B (en) Accessing configuration registers by automatically changing an index
JP2002049579A (en) Device and method for managing processor local bus and computer program product
JP5431823B2 (en) Semiconductor device
JP2551342B2 (en) Dual microprocessor device
JPH05250250A (en) Access control method for dual port ram
US5799160A (en) Circuit and method for controlling bus arbitration
JP2003091501A (en) Information processing device
JP6535516B2 (en) Multi-programmable device system and control method thereof
JPH11203253A (en) Exclusive access control method for shared resource
JP4190629B2 (en) Multiprocessor system
JPH04117697A (en) Multiport memory circuit
JPH01293456A (en) Shared memory
JPH01154272A (en) Multiprocessor device
JPH11102340A (en) Processor system and bus access method therefor
Stollon et al. Configurable Bus Arbitration for Communication Between Multiple Concurrent IP Blocks

Legal Events

Date Code Title Description
A300 Application deemed to be withdrawn because no request for examination was validly filed

Free format text: JAPANESE INTERMEDIATE CODE: A300

Effective date: 20081007