WO2019236657A1 - Method and system for designing a distributed heterogeneous computing and control system - Google Patents
Method and system for designing a distributed heterogeneous computing and control system Download PDFInfo
- Publication number
- WO2019236657A1 WO2019236657A1 PCT/US2019/035502 US2019035502W WO2019236657A1 WO 2019236657 A1 WO2019236657 A1 WO 2019236657A1 US 2019035502 W US2019035502 W US 2019035502W WO 2019236657 A1 WO2019236657 A1 WO 2019236657A1
- Authority
- WO
- WIPO (PCT)
- Prior art keywords
- schematic
- module
- computer
- module instance
- sub
- 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.)
- Ceased
Links
Classifications
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F8/00—Arrangements for software engineering
- G06F8/60—Software deployment
- G06F8/61—Installation
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F30/00—Computer-aided design [CAD]
- G06F30/30—Circuit design
- G06F30/32—Circuit design at the digital level
- G06F30/327—Logic synthesis; Behaviour synthesis, e.g. mapping logic, HDL to netlist, high-level language to RTL or netlist
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F9/00—Arrangements for program control, e.g. control units
- G06F9/06—Arrangements 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/46—Multiprogramming arrangements
- G06F9/50—Allocation of resources, e.g. of the central processing unit [CPU]
- G06F9/5061—Partitioning or combining of resources
- G06F9/5066—Algorithms for mapping a plurality of inter-dependent sub-tasks onto a plurality of physical CPUs
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F2111/00—Details relating to CAD techniques
- G06F2111/04—Constraint-based CAD
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F8/00—Arrangements for software engineering
- G06F8/30—Creation or generation of source code
- G06F8/34—Graphical or visual programming
Definitions
- each sub-schematic is compiled into binary code that is loaded and executed in the corresponding device.
- Fig. 12 is a block diagram of a graphical representation of a module in accordance with an embodiment of the present invention. This same graphical representation may be used for a module and instances of the module.
- the graphical representation (also referred to as a module symbol), is a rectangle block with square-shaped input and output pins positioned at the edges. In other embodiments, the graphical representation and the pins can be presented as other shapes.
- Fig. 13 is a block diagram of a schematic 130 in accordance with an embodiment of the present invention.
- This schematic 130 is a system schematic representing the distributed heterogeneous computing and control system 10.
- the schematic 130 includes multiple module symbols, each graphically representing an instance of a module.
- a second process 182 the computer node parses every virtual wire in the system schematic. In parsing the virtual wires, each virtual wire in the system schematic is examined. If the virtual wire connects two module instances with the same device property (i.e., the two modules instances are parsed into the same sub-schematic), in a third process 183, the computer node preserves the virtual wire at the location between the two module instances in the sub-schematic. If the virtual wire connects two module instances with different device properties (i.e., the two modules instances are parsed into separate sub-schematics), in a fourth process 184, the computer node adds a comm module instance to each of the separate sub-schematics.
- An embodiment of an addressing method in the present invention addresses a component of a schematic as a combination of: (i) a device ID, (ii) a path to the component, and (iii) name of the component.
- the device ID is set to the simulation virtual device ID of Designer.
- the device ID identifies a device in the distributed heterogeneous system associated with the sub-schematic.
- the path of the component is defined as the hierarchical path, such that the path defines a name of each module instance to be traversed in hierarchical order within the system schematic or sub-schematic to reach the given component.
- Fig. 19 illustrates a system schematic that contains a module instance, Module l.
- Fig. 21 is a block diagram of components 211, 212, 213, 214 of a comm module 210 in accordance with an embodiment of the present invention.
- the components 211, 212, 213, 214 are module instances that form a functional schematic of the comm module 210.
- the functional schematic enables communication and data flow over a network between two instances of the comm module 210 executed in different devices.
- the design software sets the receive address of the comm module instance 234 to“/device_A/*”, so that the comm module instance 234 receives any data packets with a destination address matching a component of the sub-schematic in“device A”, such as addresses
- control program locates such a sub- schematic, in a third process 273, the control program executes the sub-schematic. If the control program does not locate such a sub-schematic, in a fourth process 274, the control program takes no additional action. The control program then continues execution.
- the design software also adds comm module instances 303, 304, such as described in Fig. 18, to replace the virtual wires to which to the probe and the plot module instances 301, 302 are connected.
- the design software couples the probe module instance 301 to the added comm module instance 303 and couples the chart module instance to the added comm module instance 304.
- the source code may define and use various data structures and communication messages.
- the source code may be in a computer executable form (e.g., via an interpreter), or the source code may be converted (e.g., via a translator, assembler, or compiler) into a computer executable form.
- Hardware logic including programmable logic for use with a programmable logic device
- implementing all or part of the functionality previously described herein may be designed using traditional manual methods, or may be designed, captured, simulated, or documented electronically using various tools, such as Computer Aided Design (CAD), a hardware description language (e.g., VHDL or AHDL), or a PLD programming language (e.g., PALASM, ABEL, or CUPL).
- CAD Computer Aided Design
- a hardware description language e.g., VHDL or AHDL
- PLD programming language e.g., PALASM, ABEL, or CUPL
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Software Systems (AREA)
- General Engineering & Computer Science (AREA)
- Physics & Mathematics (AREA)
- General Physics & Mathematics (AREA)
- Computer Hardware Design (AREA)
- Evolutionary Computation (AREA)
- Geometry (AREA)
- Stored Programmes (AREA)
- Computer And Data Communications (AREA)
Priority Applications (3)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| JP2020567518A JP7381502B2 (ja) | 2018-06-06 | 2019-06-05 | 分散型異種コンピューティングおよび制御システムを設計する方法およびシステム |
| CN201980037005.2A CN112292664B (zh) | 2018-06-06 | 2019-06-05 | 用于设计分布式异构计算和控制系统的方法和系统 |
| EP19733279.4A EP3803569A1 (en) | 2018-06-06 | 2019-06-05 | Method and system for designing a distributed heterogeneous computing and control system |
Applications Claiming Priority (4)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| US201862681397P | 2018-06-06 | 2018-06-06 | |
| US62/681,397 | 2018-06-06 | ||
| US201862741326P | 2018-10-04 | 2018-10-04 | |
| US62/741,326 | 2018-10-04 |
Publications (1)
| Publication Number | Publication Date |
|---|---|
| WO2019236657A1 true WO2019236657A1 (en) | 2019-12-12 |
Family
ID=67003688
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| PCT/US2019/035502 Ceased WO2019236657A1 (en) | 2018-06-06 | 2019-06-05 | Method and system for designing a distributed heterogeneous computing and control system |
Country Status (5)
| Country | Link |
|---|---|
| US (1) | US10685155B2 (https=) |
| EP (1) | EP3803569A1 (https=) |
| JP (1) | JP7381502B2 (https=) |
| CN (1) | CN112292664B (https=) |
| WO (1) | WO2019236657A1 (https=) |
Cited By (1)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| JP2022135290A (ja) * | 2021-03-05 | 2022-09-15 | 日本電気株式会社 | 通信システム、通信制御方法、およびプログラム |
Families Citing this family (13)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US8671352B1 (en) | 2013-05-07 | 2014-03-11 | Axure Software Solutions, Inc. | Variable dimension version editing for graphical designs |
| US11003850B2 (en) | 2018-06-06 | 2021-05-11 | Prescient Devices, Inc. | Method and system for designing distributed dashboards |
| US10592589B1 (en) * | 2018-08-21 | 2020-03-17 | Axure Software Solutions, Inc. | Multi-view masters for graphical designs |
| WO2020243367A1 (en) * | 2019-05-29 | 2020-12-03 | Lattice Semiconductor Corporation | Remote programming systems and methods for programmable logic devices |
| US11645047B2 (en) | 2019-09-13 | 2023-05-09 | Axure Software Solutions, Inc. | Focused specification generation for interactive designs |
| US11316757B1 (en) | 2020-06-23 | 2022-04-26 | Amdocs Development Limited | System, method, and computer program for consumer requirement based management for physical edge deployment of an application |
| US11762531B2 (en) | 2020-10-28 | 2023-09-19 | Axure Software Solutions, Inc. | Stateful widget container management for interactive designs |
| CN113553118A (zh) * | 2021-06-29 | 2021-10-26 | 通号城市轨道交通技术有限公司 | 信号系统一体化数据配置方法及装置 |
| CN115795868A (zh) * | 2022-11-30 | 2023-03-14 | 北京机电工程研究所 | 一种异构联合仿真系统 |
| CN115617533B (zh) * | 2022-12-14 | 2023-03-10 | 上海登临科技有限公司 | 异构计算中进程切换管理方法及计算装置 |
| WO2024218885A1 (ja) * | 2023-04-19 | 2024-10-24 | 三菱電機株式会社 | 設定装置、設定プログラム及び設定方法 |
| CN117707026B (zh) * | 2024-02-05 | 2024-06-07 | 中铁四局集团有限公司 | 基于多源异构系统的场景联动平台及其构建方法 |
| US20250365193A1 (en) * | 2024-05-27 | 2025-11-27 | Roku, Inc. | Dynamic Configuration of an IoT Control Application to Support New Controlled Device Type |
Citations (1)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US20070294074A1 (en) * | 2005-05-31 | 2007-12-20 | The Mathworks, Inc. | Modeling of a multiprocessor system |
Family Cites Families (43)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US5640546A (en) * | 1993-02-23 | 1997-06-17 | Network Programs, Inc. | Composition of systems of objects by interlocking coordination, projection, and distribution |
| US5870588A (en) * | 1995-10-23 | 1999-02-09 | Interuniversitair Micro-Elektronica Centrum(Imec Vzw) | Design environment and a design method for hardware/software co-design |
| CA2165893C (en) * | 1995-12-21 | 2001-03-13 | Richard Denison Mcdonald | Visual application partitioning for creating distributed object oriented applications |
| US5878408A (en) * | 1996-12-06 | 1999-03-02 | International Business Machines Corporation | Data management system and process |
| US6161051A (en) * | 1998-05-08 | 2000-12-12 | Rockwell Technologies, Llc | System, method and article of manufacture for utilizing external models for enterprise wide control |
| US6961690B1 (en) * | 1998-05-19 | 2005-11-01 | Altera Corporation | Behaviorial digital simulation using hybrid control and data flow representations |
| US6339836B1 (en) * | 1998-08-24 | 2002-01-15 | Mentor Graphics Corporation | Automated design partitioning |
| US20060117274A1 (en) * | 1998-08-31 | 2006-06-01 | Tseng Ping-Sheng | Behavior processor system and method |
| US6993456B2 (en) * | 1999-09-30 | 2006-01-31 | Rockwell Automation Technologies, Inc. | Mechanical-electrical template based method and apparatus |
| US7168059B2 (en) * | 2001-04-20 | 2007-01-23 | Bryan Darrell Bowyer | Graphical loop profile analysis |
| US7013232B2 (en) * | 2001-08-15 | 2006-03-14 | National Insurance Corporation | Network-based system for configuring a measurement system using configuration information generated based on a user specification |
| US7143341B1 (en) * | 2002-06-20 | 2006-11-28 | Cadence Design Systems | Method and apparatus for concurrent engineering and design synchronization of multiple tools |
| US7392255B1 (en) * | 2002-07-31 | 2008-06-24 | Cadence Design Systems, Inc. | Federated system and methods and mechanisms of implementing and using such a system |
| US6978435B2 (en) * | 2002-08-29 | 2005-12-20 | Anadigm, Inc. | Apparatus for programming a programmable device, and method |
| US9521209B2 (en) * | 2002-11-06 | 2016-12-13 | Code Valley Corp Pty Ltd | Code generation |
| US20050076327A1 (en) * | 2003-01-15 | 2005-04-07 | University Of Florida | Server-side wireless development tool |
| US7546571B2 (en) * | 2004-09-08 | 2009-06-09 | Mentor Graphics Corporation | Distributed electronic design automation environment |
| US20060214947A1 (en) * | 2005-03-23 | 2006-09-28 | The Boeing Company | System, method, and computer program product for animating drawings |
| US9557723B2 (en) * | 2006-07-19 | 2017-01-31 | Power Analytics Corporation | Real-time predictive systems for intelligent energy monitoring and management of electrical power networks |
| US7689582B2 (en) * | 2006-03-10 | 2010-03-30 | International Business Machines Corporation | Data flow system and method for heterogeneous data integration environments |
| US8117537B1 (en) * | 2007-02-02 | 2012-02-14 | The United States Of America As Represented By The United States Department Of Energy | Platform-independent method for computer aided schematic drawings |
| US8219374B1 (en) * | 2007-02-21 | 2012-07-10 | University Of Central Florida Research Foundation, Inc. | Symbolic switch/linear circuit simulator systems and methods |
| US7805698B1 (en) * | 2007-09-19 | 2010-09-28 | Cadence Design Systems, Inc. | Methods and systems for physical hierarchy configuration engine and graphical editor |
| US9182948B1 (en) * | 2010-04-08 | 2015-11-10 | Cadence Design Systems, Inc. | Method and system for navigating hierarchical levels using graphical previews |
| US8548992B2 (en) * | 2010-10-28 | 2013-10-01 | Cary Scott Abramoff | User interface for a digital content management system |
| US8619090B2 (en) * | 2011-09-23 | 2013-12-31 | The Mathworks, Inc. | Text import tool for a technical computing environment |
| US9335977B2 (en) * | 2011-07-28 | 2016-05-10 | National Instruments Corporation | Optimization of a data flow program based on access pattern information |
| US9846694B1 (en) * | 2011-08-11 | 2017-12-19 | IVP Holdings III LLC | Patent related literature assisted user profiling, matching, and classification |
| US8601412B1 (en) * | 2011-11-18 | 2013-12-03 | Cadence Design Systems, Inc. | Netlisting analog/mixed-signal schematics to VAMS |
| CN102902620B (zh) * | 2011-12-23 | 2015-06-03 | 同济大学 | 基于gdb的异构计算调试环境的实现系统 |
| US10068054B2 (en) * | 2013-01-17 | 2018-09-04 | Edico Genome, Corp. | Bioinformatics systems, apparatuses, and methods executed on an integrated circuit processing platform |
| US9201994B1 (en) * | 2013-03-13 | 2015-12-01 | Calypto Design Systems, Inc. | Flexible power query interfaces and infrastructures |
| US20160048936A1 (en) * | 2013-03-15 | 2016-02-18 | Search For Yeti, LLC | Computer-Implemented Methods of and Systems for Analyzing Patent Claims |
| US9705736B2 (en) * | 2014-03-14 | 2017-07-11 | Ray Wang | Method and system for a personal network |
| US20150268936A1 (en) * | 2014-03-21 | 2015-09-24 | Ptc Inc. | System and method for testing computing devices in a heterogeneous environment |
| US10313361B2 (en) * | 2014-10-14 | 2019-06-04 | Reservoir Labs, Inc. | Systems and methods for multiresolution parsing |
| CN105120008B (zh) * | 2015-09-14 | 2018-05-04 | 南京邮电大学 | 一种基于分层的分布式云计算中心负载平衡方法 |
| US10176283B2 (en) * | 2015-09-18 | 2019-01-08 | Synopsys, Inc. | Equivalence checking of analog models |
| US20170109933A1 (en) * | 2015-10-14 | 2017-04-20 | Prime Software Systems, Inc. | Visualizing the structure and execution of a program |
| US10776080B2 (en) * | 2015-12-14 | 2020-09-15 | Afero, Inc. | Integrated development tool for an internet of things (IOT) system |
| US11080435B2 (en) * | 2016-04-29 | 2021-08-03 | Accenture Global Solutions Limited | System architecture with visual modeling tool for designing and deploying complex models to distributed computing clusters |
| US10452802B2 (en) * | 2016-07-08 | 2019-10-22 | efabless corporation | Methods for engineering integrated circuit design and development |
| US11115293B2 (en) * | 2016-11-17 | 2021-09-07 | Amazon Technologies, Inc. | Networked programmable logic service provider |
-
2019
- 2019-06-05 US US16/431,966 patent/US10685155B2/en active Active
- 2019-06-05 EP EP19733279.4A patent/EP3803569A1/en active Pending
- 2019-06-05 JP JP2020567518A patent/JP7381502B2/ja active Active
- 2019-06-05 CN CN201980037005.2A patent/CN112292664B/zh active Active
- 2019-06-05 WO PCT/US2019/035502 patent/WO2019236657A1/en not_active Ceased
Patent Citations (1)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US20070294074A1 (en) * | 2005-05-31 | 2007-12-20 | The Mathworks, Inc. | Modeling of a multiprocessor system |
Cited By (2)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| JP2022135290A (ja) * | 2021-03-05 | 2022-09-15 | 日本電気株式会社 | 通信システム、通信制御方法、およびプログラム |
| JP7184108B2 (ja) | 2021-03-05 | 2022-12-06 | 日本電気株式会社 | 通信システム、通信制御方法、およびプログラム |
Also Published As
| Publication number | Publication date |
|---|---|
| JP7381502B2 (ja) | 2023-11-15 |
| CN112292664B (zh) | 2024-05-24 |
| US20190377838A1 (en) | 2019-12-12 |
| EP3803569A1 (en) | 2021-04-14 |
| CN112292664A (zh) | 2021-01-29 |
| US10685155B2 (en) | 2020-06-16 |
| JP2021526688A (ja) | 2021-10-07 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| US10685155B2 (en) | Method and system for designing a distributed heterogeneous computing and control system | |
| CN113190225B (zh) | 为机器视觉系统提供可视化程序的装置、系统和方法 | |
| US10833928B1 (en) | Exchanging information among system middleware and models | |
| CN110914818B (zh) | 数据流图配置 | |
| KR102126099B1 (ko) | 데이터에 규칙 지정 및 적용 | |
| US10338895B2 (en) | Integrated developer environment for internet of things applications | |
| EP4006662A1 (en) | System and method supporting graphical programming based on neuron blocks, and storage medium | |
| JP2016511894A (ja) | プロセスを構成するためのアプリケーションの構築 | |
| US20160292306A1 (en) | Simulator customization tool and method for the generation and maintenance of simulation configuration | |
| US9785412B1 (en) | Methods and systems for object-oriented modeling of networks | |
| Prehofer et al. | From internet of things mashups to model-based development | |
| US9985845B2 (en) | Generic user interface client for software logistics processes | |
| US10102110B1 (en) | Simulation process for interface behavior | |
| CN117827310A (zh) | 一种基于Vue的复合组件及其动态加载系统和方法 | |
| Parsons et al. | An architectural pattern for designing component‐based application frameworks | |
| US11809821B2 (en) | Method and system for designing distributed dashboards | |
| Hennig et al. | User driven evolution of user interface models–the FLEPR approach | |
| US12273430B2 (en) | Protocol driver creating device | |
| EP4597311A1 (en) | Software configuration method and apparatus | |
| CN121814585A (zh) | 云网场景拓扑图生成方法、装置及非易失性存储介质 | |
| WO2021113603A1 (en) | Method and system for designing distributed dashboards | |
| CN120257491A (zh) | 一种航天器仿真模型的界面编辑与数据驱动方法和装置 | |
| Tapcı et al. | An Engineering Tool Suite for Enhanced Smart Environments: GAMMA | |
| Kuusijärvi | Interactive visualization of quality variability at runtime | |
| Waspe et al. | Location based alteration of simulation models for multi screen VR applications |
Legal Events
| Date | Code | Title | Description |
|---|---|---|---|
| 121 | Ep: the epo has been informed by wipo that ep was designated in this application |
Ref document number: 19733279 Country of ref document: EP Kind code of ref document: A1 |
|
| ENP | Entry into the national phase |
Ref document number: 2020567518 Country of ref document: JP Kind code of ref document: A |
|
| NENP | Non-entry into the national phase |
Ref country code: DE |
|
| ENP | Entry into the national phase |
Ref document number: 2019733279 Country of ref document: EP Effective date: 20210111 |