FR3090157B1 - Procédé de commande d’une unité de contrôle moteur à processeur multicœur - Google Patents

Procédé de commande d’une unité de contrôle moteur à processeur multicœur Download PDF

Info

Publication number
FR3090157B1
FR3090157B1 FR1872750A FR1872750A FR3090157B1 FR 3090157 B1 FR3090157 B1 FR 3090157B1 FR 1872750 A FR1872750 A FR 1872750A FR 1872750 A FR1872750 A FR 1872750A FR 3090157 B1 FR3090157 B1 FR 3090157B1
Authority
FR
France
Prior art keywords
task
control unit
sub
multicore processor
period
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.)
Active
Application number
FR1872750A
Other languages
English (en)
Other versions
FR3090157A1 (fr
Inventor
Nicolas Romea
Denis Claraz
Olivier Spuig
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.)
Vitesco Technologies GmbH
Original Assignee
Continental Automotive France SAS
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 Continental Automotive France SAS filed Critical Continental Automotive France SAS
Priority to FR1872750A priority Critical patent/FR3090157B1/fr
Priority to PCT/EP2019/084930 priority patent/WO2020120690A1/fr
Priority to CN201980082396.XA priority patent/CN113302592B/zh
Priority to US17/312,490 priority patent/US11907757B2/en
Publication of FR3090157A1 publication Critical patent/FR3090157A1/fr
Application granted granted Critical
Publication of FR3090157B1 publication Critical patent/FR3090157B1/fr
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/48Program initiating; Program switching, e.g. by interrupt
    • G06F9/4806Task transfer initiation or dispatching
    • G06F9/4843Task transfer initiation or dispatching by program, e.g. task dispatcher, supervisor, operating system
    • G06F9/4881Scheduling strategies for dispatcher, e.g. round robin, multi-level priority queues
    • G06F9/4887Scheduling strategies for dispatcher, e.g. round robin, multi-level priority queues involving deadlines, e.g. rate based, periodic
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/48Program initiating; Program switching, e.g. by interrupt
    • G06F9/4806Task transfer initiation or dispatching
    • G06F9/4843Task transfer initiation or dispatching by program, e.g. task dispatcher, supervisor, operating system
    • G06F9/4881Scheduling strategies for dispatcher, e.g. round robin, multi-level priority queues
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/004Error avoidance
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/30Monitoring
    • G06F11/3003Monitoring arrangements specially adapted to the computing system or computing system component being monitored
    • G06F11/3013Monitoring arrangements specially adapted to the computing system or computing system component being monitored where the computing system is an embedded system, i.e. a combination of hardware and software dedicated to perform a certain function in mobile devices, printers, automotive or aircraft systems
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/30Monitoring
    • G06F11/3003Monitoring arrangements specially adapted to the computing system or computing system component being monitored
    • G06F11/302Monitoring arrangements specially adapted to the computing system or computing system component being monitored where the computing system component is a software system
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/30Monitoring
    • G06F11/3065Monitoring arrangements determined by the means or processing involved in reporting the monitored data
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/30Arrangements for executing machine instructions, e.g. instruction decode
    • G06F9/38Concurrent instruction execution, e.g. pipeline or look ahead
    • G06F9/3836Instruction issuing, e.g. dynamic instruction scheduling or out of order instruction execution
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/30Arrangements for executing machine instructions, e.g. instruction decode
    • G06F9/38Concurrent instruction execution, e.g. pipeline or look ahead
    • G06F9/3877Concurrent instruction execution, e.g. pipeline or look ahead using a slave processor, e.g. coprocessor
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/50Allocation of resources, e.g. of the central processing unit [CPU]
    • G06F9/5061Partitioning or combining of resources
    • G06F9/5066Algorithms for mapping a plurality of inter-dependent sub-tasks onto a plurality of physical CPUs
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/50Allocation of resources, e.g. of the central processing unit [CPU]
    • G06F9/5083Techniques for rebalancing the load in a distributed system
    • G06F9/5088Techniques for rebalancing the load in a distributed system involving task migration

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Software Systems (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Quality & Reliability (AREA)
  • Computing Systems (AREA)
  • Mathematical Physics (AREA)
  • Combined Controls Of Internal Combustion Engines (AREA)
  • Electrical Control Of Air Or Fuel Supplied To Internal-Combustion Engine (AREA)

Abstract

Procédé de commande d’une unité de contrôle moteur qui comporte au moins deux cœurs de microprocesseur, comportant des étapes d’exécution d’une sous-tâche mère (FA1, FB1) et au moins une sous-tâche fille (FA2, FB2). Le procédé comporte les étapes suivantes : - déterminer le nombre d’exécutables (R) qui restent à exécuter dans la dernière sous-tâche fille (FA2) de la première période (9A), lorsque la sous-tâche mère (FB1) de la deuxième période (9B) démarre ; - déterminer le nombre d’exécutables (R) déjà exécutés dans la sous-tâche mère (FB1) de la deuxième période (9B), lorsque la dernière sous-tâche fille (FA2) de la première période (9A) se termine. Figure 5
FR1872750A 2018-12-12 2018-12-12 Procédé de commande d’une unité de contrôle moteur à processeur multicœur Active FR3090157B1 (fr)

Priority Applications (4)

Application Number Priority Date Filing Date Title
FR1872750A FR3090157B1 (fr) 2018-12-12 2018-12-12 Procédé de commande d’une unité de contrôle moteur à processeur multicœur
PCT/EP2019/084930 WO2020120690A1 (fr) 2018-12-12 2019-12-12 Procédé de commande d'une unité de contrôle moteur à processeur multicoeur
CN201980082396.XA CN113302592B (zh) 2018-12-12 2019-12-12 用于控制具有多核处理器的发动机控制单元的方法
US17/312,490 US11907757B2 (en) 2018-12-12 2019-12-12 Method for controlling a multicore-processor engine control unit

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
FR1872750A FR3090157B1 (fr) 2018-12-12 2018-12-12 Procédé de commande d’une unité de contrôle moteur à processeur multicœur

Publications (2)

Publication Number Publication Date
FR3090157A1 FR3090157A1 (fr) 2020-06-19
FR3090157B1 true FR3090157B1 (fr) 2020-11-20

Family

ID=67262370

Family Applications (1)

Application Number Title Priority Date Filing Date
FR1872750A Active FR3090157B1 (fr) 2018-12-12 2018-12-12 Procédé de commande d’une unité de contrôle moteur à processeur multicœur

Country Status (4)

Country Link
US (1) US11907757B2 (fr)
CN (1) CN113302592B (fr)
FR (1) FR3090157B1 (fr)
WO (1) WO2020120690A1 (fr)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112418412B (zh) * 2020-11-20 2024-03-26 清华大学 触发装置及类脑计算系统
FR3142578B1 (fr) * 2022-11-28 2024-10-11 Vitesco Technologies Procédé et système avec un microcontrôleur multi-cœurs avec tâche chaînée et logique de délestage

Family Cites Families (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US3678495A (en) * 1970-02-26 1972-07-18 Technical Management Services Target indicating system and method
KR101622168B1 (ko) * 2008-12-18 2016-05-18 삼성전자주식회사 실시간 스케쥴링 방법 및 이를 이용한 중앙처리장치
US8887163B2 (en) * 2010-06-25 2014-11-11 Ebay Inc. Task scheduling based on dependencies and resources
US9043078B2 (en) 2010-08-13 2015-05-26 Deere & Company Method and system for performing diagnostics or software maintenance for a vehicle
CN103080719B (zh) 2010-09-10 2016-04-06 迪尔公司 用于执行车辆的诊断或软件维护的方法和系统
CN103377035A (zh) * 2012-04-12 2013-10-30 浙江大学 针对粗颗粒度流应用的流水并行化方法
FR3043808B1 (fr) 2015-11-12 2017-12-08 Peugeot Citroen Automobiles Sa Procede de controle commande de taches fonctionnelles par un microprocesseur multicoeurs
FR3060149A1 (fr) * 2016-12-12 2018-06-15 Continental Automotive France Procede de diagnostic d'un ordonnancement de taches
JP6961974B2 (ja) * 2017-03-28 2021-11-05 富士フイルムビジネスイノベーション株式会社 情報処理装置及び情報処理プログラム
DE102017130552B3 (de) * 2017-12-19 2019-03-14 Beckhoff Automation Gmbh Verfahren zur Datenverarbeitung und speicherprogrammierbare Steuerung
CN108595179A (zh) 2018-05-10 2018-09-28 北京小度信息科技有限公司 任务生成方法、装置、电子设备及计算机可读存储介质
US11194651B2 (en) * 2019-10-11 2021-12-07 EMC IP Holding Company LLC Method for gracefully handling QAT hardware or CPU software failures by dynamically switching between QAT hardware and CPU software for data compression and decompression

Also Published As

Publication number Publication date
CN113302592A (zh) 2021-08-24
WO2020120690A1 (fr) 2020-06-18
US20220129309A1 (en) 2022-04-28
CN113302592B (zh) 2024-08-23
FR3090157A1 (fr) 2020-06-19
US11907757B2 (en) 2024-02-20

Similar Documents

Publication Publication Date Title
FR3090157B1 (fr) Procédé de commande d’une unité de contrôle moteur à processeur multicœur
JP5877867B2 (ja) 複数台のロボットのシミュレーション装置
AT513776A3 (de) Verfahren und Regler zur modellprädiktiven Regelung eines mehrphasigen DC/DC-Wandlers
MY163545A (en) Apparatus and method for processing events in a telecommunications network
MX346848B (es) Pre-generacion de un objeto de presentacion.
MXPA05006430A (es) Metodo y sistema para reiniciar una maquina programadora del sistema administrador de proyectos en base a la entrada del usuario de datos de inicio/finales contractuales.
CN106095540B (zh) 一种基于Quartz框架的任务流程处理方法
TW200710734A (en) Techniques for setting events in a multi-threaded system
BR112016003520A8 (pt) Processo de assistência à exploração visual de uma imagem digital em um dispositivo de exibição por um usuário sofrendo de uma patologia da retina resultando em um escotoma
JP2007246176A (ja) 乗客コンベア用移動手摺
EP2665346A3 (fr) Dispositifs et procédés de sélection des phases pour une lampe
CN114066406A (zh) 一种基于日程的信息处理方法及装置
EP2810732A3 (fr) Appareil, système et procédé de soudage à l'arc
CN104777960B (zh) 实现可分段触发的组合对象跑马灯的方法和装置
EP1712973A3 (fr) Circuit de génération d'un courant de référence
EP3217635A1 (fr) Procédé et dispositif d'ajustement de paramètre de réglage de terminal
FR3008331B1 (fr) Dispositif pour le sertissage de deux toles par frottement et son procede de mise en oeuvre
Woodward Bumping Up the Competition: The Influence of IEX's Speed Bump in US Financial Markets
CN106528383A (zh) 一种抓取用户异步请求回调执行时间的方法
CN106296108A (zh) 一种对文本内时间信息进行日程安排时的提示方法和装置
Liebal The ontogeny of great ape gesture-not a simple story. Comment on" Towards a Computational Comparative Neuroprimatology: Framing the language-ready brain" by Michael A. Arbib
CL2017002638A1 (es) Fundición de chatarra en procesos de horno anódico.
Yunia et al. 806 Relationship between work-family conflict and emotional mental disorder among female nurses at university-based tertiary general hospital in jakarta
Ribeiro et al. Towards feature modularization
Whiffin More than skin deep: Compensation schemes for occupationally acquired skin cancer

Legal Events

Date Code Title Description
PLFP Fee payment

Year of fee payment: 2

PLSC Publication of the preliminary search report

Effective date: 20200619

PLFP Fee payment

Year of fee payment: 3

TP Transmission of property

Owner name: VITESCO TECHNOLOGIES, DE

Effective date: 20210309

PLFP Fee payment

Year of fee payment: 4

CA Change of address

Effective date: 20220103

PLFP Fee payment

Year of fee payment: 5

PLFP Fee payment

Year of fee payment: 6