EP2856360B1 - Multi-fpga-prototypentwicklung einer asic-schaltung - Google Patents

Multi-fpga-prototypentwicklung einer asic-schaltung Download PDF

Info

Publication number
EP2856360B1
EP2856360B1 EP13724840.7A EP13724840A EP2856360B1 EP 2856360 B1 EP2856360 B1 EP 2856360B1 EP 13724840 A EP13724840 A EP 13724840A EP 2856360 B1 EP2856360 B1 EP 2856360B1
Authority
EP
European Patent Office
Prior art keywords
programmable chips
hierarchy
routing
partitioning
modules
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
EP13724840.7A
Other languages
English (en)
French (fr)
Other versions
EP2856360A1 (de
Inventor
Zied Marrakchi
Christophe ALEXANDRE
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.)
Siemens Industry Software Inc
Original Assignee
Siemens Industry Software 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 Siemens Industry Software Inc filed Critical Siemens Industry Software Inc
Publication of EP2856360A1 publication Critical patent/EP2856360A1/de
Application granted granted Critical
Publication of EP2856360B1 publication Critical patent/EP2856360B1/de
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F30/00Computer-aided design [CAD]
    • G06F30/30Circuit design
    • G06F30/32Circuit design at the digital level
    • G06F30/33Design verification, e.g. functional simulation or model checking
    • G06F30/3308Design verification, e.g. functional simulation or model checking using simulation
    • G06F30/331Design verification, e.g. functional simulation or model checking using simulation with hardware acceleration, e.g. by using field programmable gate array [FPGA] or emulation
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F30/00Computer-aided design [CAD]
    • G06F30/30Circuit design
    • G06F30/34Circuit design for reconfigurable circuits, e.g. field programmable gate arrays [FPGA] or programmable logic devices [PLD]
    • G06F30/347Physical level, e.g. placement or routing
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F30/00Computer-aided design [CAD]
    • G06F30/30Circuit design
    • G06F30/32Circuit design at the digital level
    • G06F30/327Logic synthesis; Behaviour synthesis, e.g. mapping logic, HDL to netlist, high-level language to RTL or netlist
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F30/00Computer-aided design [CAD]
    • G06F30/30Circuit design
    • G06F30/34Circuit design for reconfigurable circuits, e.g. field programmable gate arrays [FPGA] or programmable logic devices [PLD]
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F30/00Computer-aided design [CAD]
    • G06F30/30Circuit design
    • G06F30/39Circuit design at the physical level
    • G06F30/392Floor-planning or layout, e.g. partitioning or placement
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F30/00Computer-aided design [CAD]
    • G06F30/30Circuit design
    • G06F30/39Circuit design at the physical level
    • G06F30/394Routing

Definitions

  • the invention relates to the prototyping of an ASIC circuit by means of a system of the multi-FPGA type.
  • each functional block is an FPGA
  • the connections between functional blocks will be the connections between the FPGAs on the board.
  • Verilog netlist board which defines each FPGAs and the connections between the different FPGAs.
  • the aim of the invention is to provide a solution to remedy these drawbacks.
  • Logical Design it is a set of logical instances (modules). Each module communicates with different other modules by signals. Each module has a logical resource value that corresponds to the amount of logical resources it contains. Module resources are determined by the logic synthesis process. Logical Design and Design NetList are used interchangeably in this document.
  • Configurable system It is a hardware platform containing multiple programmable heterogeneous elements interconnected by physical tracks (printed circuit tracks). Each programmable element has a logical capacity which corresponds to the quantity of each logical resource it contains.
  • a logical resource is a basic logical block (Lut, Ram %) contained in the element.
  • interconnections which are physical tracks connecting pins of elements
  • flexible interconnections which are flexible physical connectors allowing to connect free pins of the elements, by cables.
  • This system can be thought of as a logical design in which the instances are programmable elements and the signals are the physical tracks.
  • Configurable System and Board Interconnect List are used interchangeably in the following, and analogously, programmable element and FPGA are used interchangeably in the following.
  • Identification It is about matching a logical design on a configurable system.
  • the constraints are on the one hand the limit of the logical resources available per programmable element (logical resource constraint), and on the other hand the limit of the pins available per element and the limit of the connection tracks between pairs of elements (constraint of logical connections).
  • the goal is to achieve maximum system frequency.
  • Proposed solution For large complex designs, the sum of the instance logical resources (sum of the dimensions of the design modules) is greater than the sum of the logical resources available per element (element capacity).
  • partitioning By partitioning, the constraint of connections is relaxed and transformed into a goal of reducing inter-module communications when placed in different elements. After partitioning, if the number of signals exchanged between the parts is greater than the number of physical tracks available, it is mandatory to group the signals to share the same track.
  • the compiler according to the invention makes it possible to meet the constraint of logical resources and to obtain the maximum clock frequency of the system in a completely automated manner.
  • the design implementation flow consists of the following steps:
  • This flow is iterative. One iteration is to perform all four steps. After the time analysis, if the required frequency is reached, we generate the netlist of each FPGA sub-design, and the intra-FPGA time constraints (time budget). If the frequency is not reached, critical modules and connections are identified and labeled. The design is analyzed (step 1) with respect to these characteristics to improve the quality of the result.
  • Hierarchical module (instance) it is a module which instantiates (contains) other modules (children)
  • Leaf module is a module without a child module
  • Hierarchical Design is a design that contains hierarchical modules
  • Internal Signal is a signal connecting only children of the same module
  • External signal is a signal that connects two children belonging to two different modules
  • Module flattening the module disappears but we keep its children (example of module A)
  • Module preservation when we preserve a module we keep its perimeter and all its children are not considered in the partition phase (they cannot be separated).
  • Example: module B is preserved.
  • the object of the design analysis is to create a new design hierarchy suitable for the partition process.
  • This new hierarchy is created from the initial design hierarchy by deploying the hierarchical modules.
  • the modules to be deployed or to be preserved are chosen firstly with regard to the constraints and secondly to the optimization phase.
  • the implicit constraints relate to the intrinsic characteristics of the problem: quantity of design resources against quantity of target resources, initial partition constraints.
  • the User constraints are deduced from user commands such as assignment commands, indivisible commands or group commands.
  • the quality criterion can be the Number of Rent's of the module or its combinatorial / sequential characteristic.
  • modules in the new hierarchy can be tagged with their lost common parent.
  • N is equal to the number of hierarchical levels.
  • the frequency of the system depends mainly on: the Multiplexing Ratio which defines how many signals are sent successively in the same clock period; and the number of signals multiplexed in a combinational path, which corresponds to the number of combinational HOPs multiplexed per critical path.
  • Some configurable systems have flexible interconnections and can be customized to better match the characteristics of the design implemented. So when the board is manufactured, some element pins are left free (not connected by physical tracks to pins of other elements but connected to specific connectors).
  • the invention allows specifying how to connect the connection pins and add cables between them. Then, in the routing phase, these cables are considered to be physical tracks.
  • the cable assignment problem can be solved as a routing problem if one can model the free connection pins in the routing graph.
  • a connector group of pins
  • the fact that connectors are flexible is modeled by adding edges (possibility to connect) between all nodes (representing connectors).
  • the tracks that remain frozen are grouped into super-tracks.
  • Each supertrack presents a group of tracks with the same source and destination element.
  • the size of a super track is equal to the size of the connector.
  • each connector is represented by a node. Consequently, we obtain a compressed graph.
  • We create super-branches which are groups of meta-branches.
  • the size of a super branch is equal to the connector size. In this way, negotiation-based routing can be performed to route the compressed design to the compressed graph.
  • the result of the routing defines how the branches are grouped (multiplexed), their path and connector connections (cables).

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Hardware Design (AREA)
  • Physics & Mathematics (AREA)
  • Theoretical Computer Science (AREA)
  • Evolutionary Computation (AREA)
  • Geometry (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Architecture (AREA)
  • Design And Manufacture Of Integrated Circuits (AREA)

Claims (11)

  1. Computerimplementiertes Verfahren zur Entwicklung eines Prototypen, der mehrere programmierbare Chips aufweist, wie beispielsweise FPGA-Chips, die durch physische Bahnen einer Karte miteinander verbunden sind, um eine ASIC-Schaltung zu modellieren, wobei diese ASIC-Schaltung dazu bestimmt ist, eine Logikentwicklung umzusetzen, die eine Hierarchie von Logikmodulen aufweist, die miteinander kommunizieren, wobei dieses Verfahren die folgenden Schritte aufweist:
    - Partitionieren der Hierarchie von Logikmodulen in Bereiche, die jeweils einen oder mehrere programmierbare Chips aufweisen, durch Minimierung:
    - einerseits der Kommunikationen zwischen Bereichen auf eine Weise, die mit den physischen Verbindungen korreliert, die zwischen jedem Paar von programmierbaren Chips verfügbar ist;
    - und andererseits der Anzahl von Durchquerungen von programmierbaren Chips von einem kritischen kombinatorischen Pfad; und
    - Herstellen eines Routings der Signale zwischen programmierbaren Chips unter Nutzung der verfügbaren physischen Ressourcen, wobei das Herstellen des Routings das Routing der physischen Bahnen der Karte und der Kabel, die mit programmierbaren Chips verbunden sind, aufweist,
    wobei iterativ und automatisiert Modifikationen auf die Partitionierung angewandt werden, bevor ein neues Routing hergestellt wird und die Betriebsfrequenz des Prototyps, der von den programmierbaren Chips der Bereiche durch eine Zeitanalyse geschätzt wird, bis eine Zielfrequenz erreicht wird,
    das Verfahren ferner aufweisend, vor dem Schritt des Partitionierens, einen Schritt des Erzeugens einer neuen Hierarchie von Logikmodulen ausgehend von der Hierarchie der Logikmodule der Logikentwicklung durch Einebnung der Module, die nicht bewahrt werden können, gemäß Entwicklungszwängen, wobei die Logikentwicklung umgesetzt wird, und wobei der Schritt des Partitionierens auf diese neue Hierarchie angewandt wird.
  2. Verfahren nach Anspruch 1, wobei das Partitionieren rekursiv ist, um sich an die Hierarchie der programmierbaren Plattform anzupassen, durch:
    - Partitionierung der Hierarchie in Bereiche, die jeweils Ressourcen aufweisen, die auf die Summe der Ressourcen der programmierbaren Chips begrenzt ist, die sie enthält;
    - Partitionierung der Entwicklungsinstanzen, die zu jedem Bereich gehören, zwischen lokalen programmierbaren Chips, ohne es den Instanzen eines programmierbaren Chips zu erlauben, sich zu einem programmierbaren Chip eines unterschiedlichen Bereichs zu bewegen.
  3. Verfahren nach Anspruch 1 oder 2, wobei der Schritt des Herstellens eines Routings der Signale zwischen den programmierbaren Chips unter Nutzung der verfügbaren physischen Ressourcen durch Darstellung der Ressourcen der Karte durch einen Graphen sichergestellt wird, in welchem die Knoten Kontaktstifte programmierbarer Chips und die Ränder physische Bahnen sind.
  4. Verfahren nach Anspruch 1, umfassend einen Schritt des Ausgestaltens des Prototypen mit einer Liste der Logikmodule und des Routings der Signale.
  5. Verfahren nach Anspruch 1, umfassend einen Schritt des Analysierens der Kritizität der Signale und einen Schritt des Multiplexens der Signale, wobei die kritischsten Signale mit den niedrigsten Multiplexverhältnissen gemultiplext werden.
  6. Prototyping-System zur Umsetzung einer Entwicklung, die eine Hierarchie von Modulen umfasst, umfassend:
    eine Karte, die physische Bahnen umfasst; und
    eine Mehrzahl von programmierbaren Chips, die durch die Leiterbahnen miteinander verbunden sind, wobei die programmierbaren Chips durch ein Verfahren ausgestaltet sind, das Folgendes umfasst:
    das Partitionieren der Hierarchie von Modulen in Bereiche, die jeweils mindestens einen programmierbaren Chip umfassen, durch Minimierung der Kommunikationen zwischen Bereichen auf eine Weise, die mit den physischen Verbindungen korreliert, die zwischen jedem Paar von programmierbaren Chips verfügbar sind, und der Anzahl von Durchquerungen von programmierbaren Chips von einem kritischen kombinatorischen Pfad; und
    das Herstellen eines Routings der Signale zwischen programmierbaren Chips unter Nutzung der verfügbaren physischen Ressourcen, wobei das Herstellen des Routings das Routing der physischen Bahnen der Karte und der Kabel zwischen programmierbaren Chips umfasst,
    wobei iterativ und automatisiert Modifikationen auf die Partitionierung angewandt werden, bevor ein neues Routing hergestellt wird und die Betriebsfrequenz des Prototyps, der von den programmierbaren Chips der Bereiche durch eine Zeitanalyse geschätzt wird, bis eine Zielfrequenz erreicht wird,
    das System ferner aufweisend, vor dem Partitionieren, ein Erzeugen einer neuen Hierarchie von Logikmodulen ausgehend von der Hierarchie der Logikmodule der Logikentwicklung durch Einebnung der Module, die nicht bewahrt werden können, gemäß Entwicklungszwängen, wobei die Logikentwicklung umgesetzt wird, und wobei das Partitionieren auf diese neue Hierarchie angewandt wird.
  7. System nach Anspruch 6, wobei das Herstellen des Routings der Signale ein Multiplexen der Signale auf den physischen Bahnen der Karte umfasst.
  8. System nach Anspruch 7, wobei ein Multiplexverhältnis verringert wird, indem andere programmierbare Chips durchlaufen werden, um ein Endziel zu erreichen.
  9. Computerprogramm vom Typ Compiler, der eine Entwicklung umsetzt, die eine Hierarchie von Modulen auf einem Prototyping-System umsetzt, das eine Karte, die physische Bahnen umfasst, und eine Mehrzahl von programmierbaren Chips, die durch die Leiterbahnen miteinander verbunden sind, umfasst, wobei das System angeordnet ist:
    die Hierarchie von Modulen in Bereiche zu partitionieren, die jeweils mindestens einen programmierbaren Chip umfassen, durch Minimierung der Kommunikationen zwischen Bereichen auf eine Weise, die mit den physischen Verbindungen korreliert, die zwischen jedem Paar von programmierbaren Chips verfügbar sind, und der Anzahl von Durchquerungen von programmierbaren Chips von einem kritischen kombinatorischen Pfad; und
    ein Routing der Signale zwischen programmierbaren Chips unter Nutzung der verfügbaren physischen Ressourcen herzustellen, wobei das Herstellen des Routings das Routing der physischen Bahnen der Karte und der Kabel zwischen programmierbaren Chips aufweist,
    wobei iterativ und automatisiert Modifikationen auf die Partitionierung angewandt werden, bevor ein neues Routing hergestellt wird und die Betriebsfrequenz des Prototyps, der von den programmierbaren Chips der Bereiche durch eine Zeitanalyse geschätzt wird, bis eine Zielfrequenz erreicht wird,
    wobei das Programm ferner angeordnet ist, vor dem Partitionieren eine neue Hierarchie von Logikmodulen zu erzeugen, ausgehend von der Hierarchie der Logikmodule der Logikentwicklung durch Einebnung der Module, die nicht bewahrt werden können, gemäß Entwicklungszwängen, wobei die Logikentwicklung umgesetzt wird, und wobei das Partitionieren auf diese neue Hierarchie angewandt wird.
  10. Computerprogramm nach Anspruch 9, wobei das Herstellen des Routings der Signale ein Multiplexen der Signale auf den physischen Bahnen der Karte umfasst.
  11. Computerprogramm nach Anspruch 9, wobei ein Multiplexverhältnis verringert wird, indem andere programmierbare Chips durchlaufen werden, um ein Endziel zu erreichen.
EP13724840.7A 2012-06-01 2013-05-24 Multi-fpga-prototypentwicklung einer asic-schaltung Active EP2856360B1 (de)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
FR1201577A FR2991476B1 (fr) 2012-06-01 2012-06-01 Prototypage multi-fpga d'un circuit asic
PCT/EP2013/060718 WO2013178543A1 (fr) 2012-06-01 2013-05-24 Prototypage multi-fpga d'un circuit asic

Publications (2)

Publication Number Publication Date
EP2856360A1 EP2856360A1 (de) 2015-04-08
EP2856360B1 true EP2856360B1 (de) 2021-06-30

Family

ID=46785493

Family Applications (1)

Application Number Title Priority Date Filing Date
EP13724840.7A Active EP2856360B1 (de) 2012-06-01 2013-05-24 Multi-fpga-prototypentwicklung einer asic-schaltung

Country Status (4)

Country Link
US (2) US9400860B2 (de)
EP (1) EP2856360B1 (de)
FR (1) FR2991476B1 (de)
WO (1) WO2013178543A1 (de)

Families Citing this family (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
FR2991476B1 (fr) * 2012-06-01 2022-04-22 Flexras Tech Prototypage multi-fpga d'un circuit asic
CN110728098B (zh) * 2018-06-29 2023-12-29 中车株洲电力机车研究所有限公司 Fpga重配置分区优化方法及系统
CN112364590B (zh) * 2020-10-28 2022-08-09 福州大学 一种实用的逻辑验证架构级fpga布线器的构建方法
CN112329367A (zh) * 2020-12-02 2021-02-05 国微集团(深圳)有限公司 一种基于图卷积神经网络的逻辑设计切割方法及系统
CN114330184B (zh) * 2022-03-15 2022-07-15 上海国微思尔芯技术股份有限公司 一种多层次分组方法及装置
CN117892690B (zh) * 2024-01-15 2024-07-19 广东工业大学 一种FPGA Die级系统的布线优化方法

Family Cites Families (17)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5452239A (en) * 1993-01-29 1995-09-19 Quickturn Design Systems, Inc. Method of removing gated clocks from the clock nets of a netlist for timing sensitive implementation of the netlist in a hardware emulation system
US5648913A (en) * 1993-03-29 1997-07-15 Xilinx, Inc. Frequency driven layout system and method for field programmable gate arrays
US5761484A (en) * 1994-04-01 1998-06-02 Massachusetts Institute Of Technology Virtual interconnections for reconfigurable logic systems
US5854752A (en) * 1996-01-19 1998-12-29 Ikos Systems, Inc. Circuit partitioning technique for use with multiplexed inter-connections
US6651225B1 (en) * 1997-05-02 2003-11-18 Axis Systems, Inc. Dynamic evaluation logic system and method
US5943490A (en) * 1997-05-30 1999-08-24 Quickturn Design Systems, Inc. Distributed logic analyzer for use in a hardware logic emulation system
US5960191A (en) * 1997-05-30 1999-09-28 Quickturn Design Systems, Inc. Emulation system with time-multiplexed interconnect
US6857110B1 (en) * 2001-01-30 2005-02-15 Stretch, Inc. Design methodology for merging programmable logic into a custom IC
US20030105617A1 (en) * 2001-12-05 2003-06-05 Nec Usa, Inc. Hardware acceleration system for logic simulation
US7107568B2 (en) * 2002-10-07 2006-09-12 Hewlett-Packard Development Company, Lp. System and method for reducing wire delay or congestion during synthesis of hardware solvers
US7237214B1 (en) * 2003-03-04 2007-06-26 Synplicity, Inc. Method and apparatus for circuit partitioning and trace assignment in circuit design
US7269815B2 (en) * 2004-02-17 2007-09-11 Synopsys, Inc. Modifying a design to reveal the data flow of the design in order to create a more favorable input for block placement
US8296712B2 (en) * 2010-09-30 2012-10-23 Synopsys, Inc. Method and apparatus for improving the interconnection and multiplexing cost of circuit design from high level synthesis using ant colony optimization
US8793644B2 (en) * 2011-06-02 2014-07-29 Qualcomm Technologies, Inc. Display and automatic improvement of timing and area in a network-on-chip
US8737233B2 (en) * 2011-09-19 2014-05-27 International Business Machines Corporation Increasing throughput of multiplexed electrical bus in pipe-lined architecture
FR2991476B1 (fr) * 2012-06-01 2022-04-22 Flexras Tech Prototypage multi-fpga d'un circuit asic
US8739101B1 (en) * 2012-11-21 2014-05-27 Maxeler Technologies Ltd. Systems and methods for reducing logic switching noise in parallel pipelined hardware

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
HELENA KRUPNOVA ET AL: "A hierarchy-driven FPGA partitioning method", 19970613; 19970609 - 19970613, 13 June 1997 (1997-06-13), pages 522 - 525, XP058190314, ISBN: 978-0-89791-920-3, DOI: 10.1145/266021.266271 *
WEN-JONG FANG ET AL: "Multiway FPGA partitioning by fully exploiting design hierarchy", ACM TRANSACTIONS ON DESIGN AUTOMATION OF ELECTRONIC SYSTEMS, ACM, NEW YORK, NY, US, vol. 5, no. 1, 1 January 2000 (2000-01-01), pages 34 - 50, XP058348581, ISSN: 1084-4309, DOI: 10.1145/329458.329463 *

Also Published As

Publication number Publication date
EP2856360A1 (de) 2015-04-08
US20170053052A1 (en) 2017-02-23
FR2991476A1 (fr) 2013-12-06
WO2013178543A1 (fr) 2013-12-05
FR2991476B1 (fr) 2022-04-22
US9400860B2 (en) 2016-07-26
US9817934B2 (en) 2017-11-14
US20150286761A1 (en) 2015-10-08

Similar Documents

Publication Publication Date Title
EP2856360B1 (de) Multi-fpga-prototypentwicklung einer asic-schaltung
CN103324774B (zh) 一种基于时钟规划偏差算法的处理器性能优化方法
US8516425B2 (en) Method and computer program for generating grounded shielding wires for signal wiring
US20170012848A1 (en) Parallelized network traffic flow availability simulation using stochastic process and traffic engineering algorithms
US10755024B1 (en) System and method for routing in an integrated circuit design
JP3887231B2 (ja) クロストーク解析方法並びにそれを用いた電子回路装置の設計方法、設計支援方法、設計システム及び作成方法
CN104636978A (zh) 一种基于多标签传播的重叠社区检测方法
Liu et al. OPERON: optical-electrical power-efficient route synthesis for on-chip signals
Srinivasan et al. Application specific network-on-chip design with guaranteed quality approximation algorithms
Radhakrishnan Nair et al. An efficient partitioning and placement based fault TSV detection in 3D-IC using deep learning approach
Tala et al. Populating and exploring the design space of wavelength-routed optical network-on-chip topologies by leveraging the add-drop filtering primitive
CN103678817A (zh) 基于三维重聚的三维现场可编程门阵列的分层设计方法
CN104049200B (zh) NoC中基于链路分配的无冲突测试调度方法
US20070220465A1 (en) Automatic estimation method, apparatus, and recording medium
US7334208B1 (en) Customization of structured ASIC devices using pre-process extraction of routing information
FR3023634A1 (fr) Systeme informatise de conception du routage tridimensionnel de cables electrique dans un systeme electrique, et procede de conception correspondant
FR2907240A1 (fr) Procede de simulation d'un systeme complexe avec expansion de vecteurs d'instances, produit programme d'ordinateur et moyen de stokage correspondants
Pondreti et al. Very Large-Scale Integration Floor Planning on FIR and Lattice Filters Design With Multi-Objective Hybrid Optimization
Shahzad et al. An extended idm business model to ensure time-to-quality in semiconductor manufacturing industry
Bykov Algorithm for automated custom Network-on-Chip topologies design
Marthinusen et al. Knowledge-based integrated product development
WO2009071782A2 (fr) Procede pour modeliser la sensibilite d'une cellule de type analogique et/ou radio-frequentielle et logiciel mettant en oeuvre ce procede
de Magalhaes High-level modelling of optical integrated networks-based systems with the provision of a low latency controller
CN102567555A (zh) 时序电路的拓扑结构分析方法和状态机模型提取方法
Zhang Allocating One Common Accelerator-Rich Platform for Many Streaming Applications

Legal Events

Date Code Title Description
PUAI Public reference made under article 153(3) epc to a published international application that has entered the european phase

Free format text: ORIGINAL CODE: 0009012

17P Request for examination filed

Effective date: 20141113

AK Designated contracting states

Kind code of ref document: A1

Designated state(s): AL AT BE BG CH CY CZ DE DK EE ES FI FR GB GR HR HU IE IS IT LI LT LU LV MC MK MT NL NO PL PT RO RS SE SI SK SM TR

AX Request for extension of the european patent

Extension state: BA ME

DAX Request for extension of the european patent (deleted)
RAP1 Party data changed (applicant data changed or rights of an application transferred)

Owner name: MENTOR GRAPHICS CORPORATION

STAA Information on the status of an ep patent application or granted ep patent

Free format text: STATUS: EXAMINATION IS IN PROGRESS

17Q First examination report despatched

Effective date: 20170915

REG Reference to a national code

Ref country code: DE

Ref legal event code: R079

Ref document number: 602013078137

Country of ref document: DE

Free format text: PREVIOUS MAIN CLASS: G06F0017500000

Ipc: G06F0030340000

GRAP Despatch of communication of intention to grant a patent

Free format text: ORIGINAL CODE: EPIDOSNIGR1

STAA Information on the status of an ep patent application or granted ep patent

Free format text: STATUS: GRANT OF PATENT IS INTENDED

RIC1 Information provided on ipc code assigned before grant

Ipc: G06F 30/331 20200101ALI20201208BHEP

Ipc: G06F 30/34 20200101AFI20201208BHEP

INTG Intention to grant announced

Effective date: 20210112

RAP1 Party data changed (applicant data changed or rights of an application transferred)

Owner name: SIEMENS INDUSTRY SOFTWARE INC.

GRAS Grant fee paid

Free format text: ORIGINAL CODE: EPIDOSNIGR3

GRAA (expected) grant

Free format text: ORIGINAL CODE: 0009210

STAA Information on the status of an ep patent application or granted ep patent

Free format text: STATUS: THE PATENT HAS BEEN GRANTED

AK Designated contracting states

Kind code of ref document: B1

Designated state(s): AL AT BE BG CH CY CZ DE DK EE ES FI FR GB GR HR HU IE IS IT LI LT LU LV MC MK MT NL NO PL PT RO RS SE SI SK SM TR

REG Reference to a national code

Ref country code: GB

Ref legal event code: FG4D

Free format text: NOT ENGLISH

Ref country code: CH

Ref legal event code: EP

REG Reference to a national code

Ref country code: AT

Ref legal event code: REF

Ref document number: 1407008

Country of ref document: AT

Kind code of ref document: T

Effective date: 20210715

REG Reference to a national code

Ref country code: DE

Ref legal event code: R096

Ref document number: 602013078137

Country of ref document: DE

REG Reference to a national code

Ref country code: IE

Ref legal event code: FG4D

Free format text: LANGUAGE OF EP DOCUMENT: FRENCH

REG Reference to a national code

Ref country code: LT

Ref legal event code: MG9D

PG25 Lapsed in a contracting state [announced via postgrant information from national office to epo]

Ref country code: HR

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20210630

Ref country code: BG

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20210930

Ref country code: FI

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20210630

REG Reference to a national code

Ref country code: NL

Ref legal event code: MP

Effective date: 20210630

REG Reference to a national code

Ref country code: AT

Ref legal event code: MK05

Ref document number: 1407008

Country of ref document: AT

Kind code of ref document: T

Effective date: 20210630

PG25 Lapsed in a contracting state [announced via postgrant information from national office to epo]

Ref country code: NO

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20210930

Ref country code: GR

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20211001

Ref country code: LV

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20210630

Ref country code: RS

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20210630

Ref country code: SE

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20210630

PG25 Lapsed in a contracting state [announced via postgrant information from national office to epo]

Ref country code: EE

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20210630

Ref country code: CZ

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20210630

Ref country code: SK

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20210630

Ref country code: SM

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20210630

Ref country code: ES

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20210630

Ref country code: NL

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20210630

Ref country code: PT

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20211102

Ref country code: RO

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20210630

Ref country code: AT

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20210630

PG25 Lapsed in a contracting state [announced via postgrant information from national office to epo]

Ref country code: PL

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20210630

REG Reference to a national code

Ref country code: DE

Ref legal event code: R097

Ref document number: 602013078137

Country of ref document: DE

PG25 Lapsed in a contracting state [announced via postgrant information from national office to epo]

Ref country code: DK

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20210630

PLBE No opposition filed within time limit

Free format text: ORIGINAL CODE: 0009261

STAA Information on the status of an ep patent application or granted ep patent

Free format text: STATUS: NO OPPOSITION FILED WITHIN TIME LIMIT

PG25 Lapsed in a contracting state [announced via postgrant information from national office to epo]

Ref country code: AL

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20210630

26N No opposition filed

Effective date: 20220331

PG25 Lapsed in a contracting state [announced via postgrant information from national office to epo]

Ref country code: IT

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20210630

REG Reference to a national code

Ref country code: CH

Ref legal event code: PL

REG Reference to a national code

Ref country code: BE

Ref legal event code: MM

Effective date: 20220531

PG25 Lapsed in a contracting state [announced via postgrant information from national office to epo]

Ref country code: MC

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20210630

Ref country code: LU

Free format text: LAPSE BECAUSE OF NON-PAYMENT OF DUE FEES

Effective date: 20220524

Ref country code: LI

Free format text: LAPSE BECAUSE OF NON-PAYMENT OF DUE FEES

Effective date: 20220531

Ref country code: CH

Free format text: LAPSE BECAUSE OF NON-PAYMENT OF DUE FEES

Effective date: 20220531

PG25 Lapsed in a contracting state [announced via postgrant information from national office to epo]

Ref country code: LT

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20210630

Ref country code: IE

Free format text: LAPSE BECAUSE OF NON-PAYMENT OF DUE FEES

Effective date: 20220524

PG25 Lapsed in a contracting state [announced via postgrant information from national office to epo]

Ref country code: BE

Free format text: LAPSE BECAUSE OF NON-PAYMENT OF DUE FEES

Effective date: 20220531

PG25 Lapsed in a contracting state [announced via postgrant information from national office to epo]

Ref country code: HU

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT; INVALID AB INITIO

Effective date: 20130524

PG25 Lapsed in a contracting state [announced via postgrant information from national office to epo]

Ref country code: MK

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20210630

Ref country code: CY

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20210630

PGFP Annual fee paid to national office [announced via postgrant information from national office to epo]

Ref country code: GB

Payment date: 20240603

Year of fee payment: 12

PGFP Annual fee paid to national office [announced via postgrant information from national office to epo]

Ref country code: FR

Payment date: 20240515

Year of fee payment: 12

PG25 Lapsed in a contracting state [announced via postgrant information from national office to epo]

Ref country code: MT

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20210630

PGFP Annual fee paid to national office [announced via postgrant information from national office to epo]

Ref country code: DE

Payment date: 20240719

Year of fee payment: 12