WO2022110578A1 - 一种片上仿真信息实时提取方法 - Google Patents

一种片上仿真信息实时提取方法 Download PDF

Info

Publication number
WO2022110578A1
WO2022110578A1 PCT/CN2021/081277 CN2021081277W WO2022110578A1 WO 2022110578 A1 WO2022110578 A1 WO 2022110578A1 CN 2021081277 W CN2021081277 W CN 2021081277W WO 2022110578 A1 WO2022110578 A1 WO 2022110578A1
Authority
WO
WIPO (PCT)
Prior art keywords
information
simulation
job
parameter
real
Prior art date
Application number
PCT/CN2021/081277
Other languages
English (en)
French (fr)
Inventor
蒋历国
凌峰
唐叶亮
代文亮
Original Assignee
芯和半导体科技(上海)有限公司
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 芯和半导体科技(上海)有限公司 filed Critical 芯和半导体科技(上海)有限公司
Priority to US18/251,749 priority Critical patent/US20230409531A1/en
Publication of WO2022110578A1 publication Critical patent/WO2022110578A1/zh

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
    • 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/398Design verification or optimisation, e.g. using design rule check [DRC], layout versus schematics [LVS] or finite element methods [FEM]
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/10File systems; File servers
    • G06F16/13File access structures, e.g. distributed indices
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/10File systems; File servers
    • G06F16/17Details of further file system functions
    • G06F16/1734Details of monitoring file system events, e.g. by the use of hooks, filter drivers, logs
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F30/00Computer-aided design [CAD]
    • G06F30/30Circuit design
    • G06F30/36Circuit design at the analogue level
    • G06F30/367Design verification, e.g. using simulation, simulation program with integrated circuit emphasis [SPICE], direct methods or relaxation methods

Definitions

  • step S900 the data obtained in steps S500-S800 are uniformly divided into blocks and sent to the front end, and the front end performs formatted display according to the data format.
  • the simulation job information in step S100 includes job name, data directory, project file, and job type.
  • the options and parameter information in the step S200 include parameters required for engineering operations and analysis results.
  • scanning and pattern analysis of the result log file in the step S500 includes:
  • Pattern analysis using pattern matching to analyze and extract key information from the results of the analysis.
  • the obtaining of the intermediate frequency points and the convergence information in the S600 is specifically to group the information output from the frequency points one by one in the operation result log according to the frequency points, analyze the convergence information in each frequency point, and finally form a frequency point by frequency point.
  • a real-time extraction method for on-chip simulation information of the present invention acquires simulation job information and analyzes the simulation job information to obtain option and parameter information; obtains index information from a simulation project according to the option and parameter information, and formats the index information to obtain Simulation results.
  • This method extracts the key information of the simulation results in real time from the log file through text scanning and pattern analysis during the simulation process, so that the user can easily understand the progress of the current simulation task at any time, and can decide to continue or To terminate the task, it is more flexible to control the process according to the actual situation, which simplifies the operation, improves the design efficiency, and makes up for the lack of efficiency and flexibility of the traditional simulation method.
  • FIG. 1 is a flow chart of a real-time extraction method of on-chip simulation information according to the present invention.
  • a real-time extraction method for on-chip simulation information of the present embodiment obtains simulation job information and analyzes the simulation job information to obtain option and parameter information; obtains index information from a simulation project according to the option and parameter information, The information is formatted to obtain simulation results.
  • the method specifically includes the following steps:
  • the formatting processing in the steps S500-S700 is specifically to remove meaningless words from the original information output by the job, and then organize it into texts in a unified format according to display needs, so that the front end can display the information in a unified format.
  • the simulation job information in the step S100 includes job name, data directory, project file, and job type.
  • the options and parameter information in the step S200 includes parameters required for engineering operations and analysis results.
  • Pattern analysis using pattern matching to analyze and extract key information from the results of the analysis.
  • the obtaining of the intermediate frequency points and the convergence information in the S600 is specifically to group the information output from the frequency points one by one in the operation result log according to the frequency points, and analyze the convergence information in each frequency point, and finally form a frequency point-by-frequency convergence. list of information.
  • the method is performed as follows:
  • the information obtained here is mainly used to provide users with options and group data, but depending on the type and content of the project, not all jobs need to provide options for users to choose from. As shown in Figure 4 and Figure 5, the final effect is that there is no option, mainly because the result of the project type and content analysis is only one set of results, and no selection is required.
  • the parameter item contains options, otherwise, the parameter item only contains the parameters required for the job project and the analysis result, including whether to use the cache, whether to draw the curve, etc.
  • the index information includes log file paths, result paths, etc.
  • the parameter information includes frequency settings, parameter templates, and so on.
  • the result log analysis is the key to the method, mainly obtaining the result log file according to the index, and then scanning and pattern analysis of the result. Scanning mainly adopts the line-by-line scanning method. Pattern analysis is based on the information writing method of the job result log, using pattern matching to analyze, and then extracting key information from the analysis results.
  • the grouping information obtained after analysis and sorting will vary depending on the type of job.
  • the results include the summary information of the task log, convergence information, grid information, and possibly network data and S-parameters.
  • the result analysis part uses JAVA's text scanning and pattern analysis. This support allows us to analyze the results easily and efficiently.

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • Computer Hardware Design (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Evolutionary Computation (AREA)
  • Geometry (AREA)
  • Data Mining & Analysis (AREA)
  • Databases & Information Systems (AREA)
  • Microelectronics & Electronic Packaging (AREA)
  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)

Abstract

一种片上仿真信息实时提取方法,属于仿真软件技术领域,包括:获取仿真作业信息并对仿真作业信息进行分析得到选项及参数信息;根据选项及参数信息从仿真工程中获取索引信息,对索引信息进行格式化处理得到仿真结果。该方法通过在仿真的过程中从日志文件中进行文本扫描和模式分析实时提取仿真结果的关键信息,从而方便用户随时了解当前仿真任务的进展情况,并能随时根据当前状态和结果情况决定继续或终止任务,从而更灵活根据实际情况控制流程,简化了操作,提高了设计效率,弥补了传统仿真方式效率和灵活性的不足。

Description

一种片上仿真信息实时提取方法 技术领域
本发明属于仿真软件技术领域,具体来说是一种片上仿真信息实时提取方法。
背景技术
仿真是电子设计自动化的重要组成部分,是电子设计中利用计算机的计算能力进行模拟验证的重要手段。电子设计自动化(EDA)是利用计算机辅助设计软件,来完成超大规模集成电路芯片的功能设计、综合、验证、物理设计(包括布局、布线、版图、设计规则检查等)等流程的设计方式。在电子产业中,由于半导体产业的规模日益扩大,EDA扮演越来越重要的角色。
仿真在发展过程中形成几种方式,最初是设计师完成设计后直接在本机运行仿真,由于资源有限,且用户只能等待仿真结束或者终止仿真才能继续使用设计软件进行下一步工作,设计效率较低。随着集群和分布式技术的发展,用户可以在设计后将仿真提交到集群中进行仿真,由集群运算管理工具管理仿真作业,但由于集群运算基本是不可见的,用户只能等到仿真任务结束,才能打开结果查看设计是否符合要求。虽然集群计算大幅提高了计算的效率,但中间无法获知状态导致用户仍需等待结束才能获知结果,这就使得对于有大量仿真需求的用户来说,这样的流程仍然效率不高。
发明内容
1.发明要解决的技术问题
本发明的目的在于解决现有的仿真流程只能到仿真结束才能查询结果,难以方便快速的获取结果的问题。
2.技术方案
为达到上述目的,本发明提供的技术方案为:
本发明的一种片上仿真信息实时提取方法,获取仿真作业信息并对仿真作业信息进行分析得到选项及参数信息;根据选项及参数信息从仿真工程中获取索引信息,对索引信息进行格式化处理得到仿真结果。
优选的,所述方法具体包括如下步骤:
S100、获取仿真作业信息;
S200、根据仿真作业信息获取选项及参数信息;
S300、检查参数信息并从仿真工程中获取索引信息;
S400、根据参数信息和索引信息进行仿真参数设置;
S500、根据设置检测缓存,从缓存中加载日志信息;
或当未从缓存中获取日志信息时,根据索引信息获取结果日志文件;
对结果日志文件进行扫描和模式分析获取摘要信息并进行格式化处理;
S600、获取结果中频点和收敛信息,并进行格式化处理;
S700、获取网格统计信息,并进行格式化处理;
S800、分析数据并生成S参数文件,并结合步骤S200和步骤S400的参数数据进行参数曲线绘制;
S900、将步骤S500-S800得到的数据统一分块后送给前端,前端根据数据格式进行格式化显示。
优选的,所述步骤S500-S700中的格式化处理具体为将作业输出的原始信息剔除无意义的文字后按照显示的需要整理成统一格式的文本,以便于前端按照统一的格式将信息进行显示。
优选的,所述步骤S100中的仿真作业信息包括作业名称、数据目录、工程文件、作业类型。
优选的,所述步骤S200中的选项及参数信息包含用于工程作业和分析结果所需的参数。
优选的,所述步骤S500中对结果日志文件进行扫描和模式分析包括
扫描,对日志文件进行逐行扫描;
模式分析,使用模式匹配方式进行分析,并从分析的结果中提取关键信息。
优选的,所述S600中获取结果中频点和收敛信息具体为将作业结果日志中逐个频点输出的信息按照频点进行分组,并将每个频点中的收敛信息进行解析,最后形成逐个频点的收敛信息列表。
3.有益效果
采用本发明提供的技术方案,与现有技术相比,具有如下有益效果:
本发明的一种片上仿真信息实时提取方法,获取仿真作业信息并对仿真作业信息进行分析得到选项及参数信息;根据选项及参数信息从仿真工程中获取索引信息,对索引信息进行格式化处理得到仿真结果。本方法通过在仿真的过程中从日志文件中通过文本扫描和模式分析实时提取仿真结果的关键信息,从而方便用户随时了解当前仿真任务的进展情况,并能随时根据当前状态和结果情况决定继续或终止任务,从而更灵活根据实际情况控制流程,简化了操作,提高了设计效率,弥补了传统仿真方式效率和灵活性的不足。
附图说明
图1为本发明的一种片上仿真信息实时提取方法的流程框图。
具体实施方式
为了便于理解本发明,下面将参照相关附图对本发明进行更全面的描述,附图中给出了本发明的若干实施例,但是,本发明可以以许多不同的形式来实现,并不限于本文所描述的实施例,相反地,提供这些实施例的目的是使对本 发明的公开内容更加透彻全面。
需要说明的是,当元件被称为“固设于”另一个元件,它可以直接在另一个元件上或者也可以存在居中的元件;当一个元件被认为是“连接”另一个元件,它可以是直接连接到另一个元件或者可能同时存在居中元件;本文所使用的术语“垂直的”、“水平的”、“左”、“右”以及类似的表述只是为了说明的目的。
除非另有定义,本文所使用的所有的技术和科学术语与属于本发明的技术领域的技术人员通常理解的含义相同;本文中在本发明的说明书中所使用的术语只是为了描述具体的实施例的目的,不是旨在于限制本发明;本文所使用的术语“及/或”包括一个或多个相关的所列项目的任意的和所有的组合。
实施例1
参照附图1,本实施例的一种片上仿真信息实时提取方法,获取仿真作业信息并对仿真作业信息进行分析得到选项及参数信息;根据选项及参数信息从仿真工程中获取索引信息,对索引信息进行格式化处理得到仿真结果。通过在仿真的过程中从日志文件中通过文本扫描和模式分析实时提取仿真结果的关键信息,从而方便用户随时了解当前仿真任务的进展情况,并能随时根据当前状态和结果情况决定继续或终止任务,从而更灵活根据实际情况控制流程,简化了操作,提高了设计效率,弥补了传统仿真方式效率和灵活性的不足。
所述方法具体包括如下步骤:
S100、获取仿真作业信息;
S200、根据仿真作业信息获取选项及参数信息;
S300、检查参数信息并从仿真工程中获取索引信息;
S400、根据参数信息和索引信息进行仿真参数设置;
S500、根据设置检测缓存,从缓存中加载日志信息;
或当未从缓存中获取日志信息时,根据索引信息获取结果日志文件;
对结果日志文件进行扫描和模式分析获取摘要信息并进行格式化处理;
S600、获取结果中频点和收敛信息,并进行格式化处理;
S700、获取网格统计信息,并进行格式化处理;
S800、分析数据并生成S参数文件,并结合步骤S200和步骤S400的参数数据进行参数曲线绘制;
S900、将步骤S500-S800得到的数据统一分块后送给前端,前端根据数据格式进行格式化显示。
所述步骤S500-S700中的格式化处理具体为将作业输出的原始信息剔除无意义的文字后按照显示的需要整理成统一格式的文本,以便于前端按照统一的格式将信息进行显示。
所述步骤S100中的仿真作业信息包括作业名称、数据目录、工程文件、作业类型。
所述步骤S200中的选项及参数信息包含用于工程作业和分析结果所需的参数。
所述步骤S500中对结果日志文件进行扫描和模式分析包括
扫描,对日志文件进行逐行扫描;
模式分析,使用模式匹配方式进行分析,并从分析的结果中提取关键信息。
所述S600中获取结果中频点和收敛信息具体为将作业结果日志中逐个频点输出的信息按照频点进行分组,并将每个频点中的收敛信息进行解析,最后形成逐个频点的收敛信息列表。
实施例2
该方法按照如下步骤进行执行:
(1)在仿真作业管理中选择一个作业并打开专有信息;
(2)根据选择的作业,获取相应的信息,包括作业的ID、数据目录、工程文件等;
(3)根据对工程文件的分析,获取选项和参数信息;
此处获取的信息主要用于为用户提供选项和对数据进行分组,但根据工程的类型和内容,并不是所有作业都需要提供选项给用户选择。像图4和图5最后展现出来的效果就是没有选择项的,主要是因为该工程类型和内容分析的结果是只有一组结果,无需选择。
(4)检查参数项;
结合(3)的说明,对于有选项的作业,参数项中包含了选项,否则,参数项只包含作业工程以及分析结果所需的参数,其中包含诸如是否使用缓存、是否描画曲线等。
(5)分析工程,获取索引和工程参数信息;
索引信息包含日志文件路径、结果路径等,参数信息包含频率设置、参数模板等。
(6)根据设置检查缓存;
如果允许使用缓存并存在缓存,则尝试从缓存中加载日志和状态信息。
(7)如果未从缓存获取信息,则分析结果日志,提取日志中的信息;
结果日志分析是方法的关键,主要根据索引获取结果日志文件,然后对结果进行扫描和模式分析。扫描主要采用逐行扫描方式,模式分析是根据作业结果日志的信息写入方式,使用模式匹配方式进行分析,然后从分析的结果中提取关键信息。
举例来说,如果扫描到如下信息:
*Information*2020/08/13 22:32:28Number of unknowns:1266
通过模式匹配,可以将信息进行分段,通过已知的模式从中提取到上述加粗的信息,然后根据信息格式得到这条信息所提示的时间和数量。
(8)通过上述分析得到结果信息的关键数据,然后对数据进一步分析和整理,从而得到最终的分类数据;
分析整理后得到的分组信息根据作业类型的不同会有所差异,一般的,结果包含任务日志的摘要信息、收敛信息、网格信息,可能还包含网路数据和S参数。
(9)如果系统支持描画模块,还可以调用描画模块生成参数曲线。
(10)最后,将上述所有生成的数据进行统一分块后送给前端,前端根据数据格式进行格式化显示。
其中的结果分析部分用到了JAVA的文本扫描和模式分析,这种支持使得我们能方便得对结果进行分析,并且十分高效。
以上所述实施例仅表达了本发明的某种实施方式,其描述较为具体和详细,但并不能因此而理解为对本发明专利范围的限制;应当指出的是,对于本领域的普通技术人员来说,在不脱离本发明构思的前提下,还可以做出若干变形和改进,这些都属于本发明的保护范围;因此,本发明专利的保护范围应以所附权利要求为准。

Claims (7)

  1. 一种片上仿真信息实时提取方法,其特征在于:获取仿真作业信息并对仿真作业信息进行分析得到选项及参数信息;根据选项及参数信息从仿真工程中获取索引信息,对索引信息进行格式化处理得到仿真结果。
  2. 根据权利要求1所述的一种片上仿真信息实时提取方法,其特征在于,所述方法具体包括如下步骤:
    S100、获取仿真作业信息;
    S200、根据仿真作业信息获取选项及参数信息;
    S300、检查参数信息并从仿真工程中获取索引信息;
    S400、根据参数信息和索引信息进行仿真参数设置;
    S500、根据设置检测缓存,从缓存中加载日志信息;
    或当未从缓存中获取日志信息时,根据索引信息获取结果日志文件;
    对结果日志文件进行扫描和模式分析获取摘要信息并进行格式化处理;
    S600、获取结果中频点和收敛信息,并进行格式化处理;
    S700、获取网格统计信息,并进行格式化处理;
    S800、分析数据并生成S参数文件,并结合步骤S200和步骤S400的参数数据进行参数曲线绘制;
    S900、将步骤S500-S800得到的数据统一分块后送给前端,前端根据数据格式进行格式化显示。
  3. 根据权利要求2所述的一种片上仿真信息实时提取方法,其特征在于:所述步骤S500-S700中的格式化处理具体为将作业输出的原始信息剔除无意义的文字后按照显示的需要整理成统一格式的文本,以便于前端按照统一的格式将信息进行显示。
  4. 根据权利要求2所述的一种片上仿真信息实时提取方法,其特征在于: 所述步骤S100中的仿真作业信息包括作业名称、数据目录、工程文件、作业类型。
  5. 根据权利要求2所述的一种片上仿真信息实时提取方法,其特征在于:所述步骤S200中的选项及参数信息包含用于工程作业和分析结果所需的参数。
  6. 根据权利要求2所述的一种片上仿真信息实时提取方法,其特征在于:所述步骤S500中对结果日志文件进行扫描和模式分析包括
    扫描,对日志文件进行逐行扫描;
    模式分析,使用模式匹配方式进行分析,并从分析的结果中提取关键信息。
  7. 根据权利要求2所述的一种片上仿真信息实时提取方法,其特征在于:所述S600中获取结果中频点和收敛信息具体为将作业结果日志中逐个频点输出的信息按照频点进行分组,并将每个频点中的收敛信息进行解析,最后形成逐个频点的收敛信息列表。
PCT/CN2021/081277 2020-11-24 2021-03-17 一种片上仿真信息实时提取方法 WO2022110578A1 (zh)

Priority Applications (1)

Application Number Priority Date Filing Date Title
US18/251,749 US20230409531A1 (en) 2020-11-24 2021-03-17 Method for real-time extraction of on-chip simulation information

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN202011334151.2A CN112906344B (zh) 2020-11-24 2020-11-24 一种片上仿真信息实时提取方法
CN202011334151.2 2020-11-24

Publications (1)

Publication Number Publication Date
WO2022110578A1 true WO2022110578A1 (zh) 2022-06-02

Family

ID=76111333

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2021/081277 WO2022110578A1 (zh) 2020-11-24 2021-03-17 一种片上仿真信息实时提取方法

Country Status (3)

Country Link
US (1) US20230409531A1 (zh)
CN (1) CN112906344B (zh)
WO (1) WO2022110578A1 (zh)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN115630537B (zh) * 2022-12-21 2023-03-28 长沙北斗产业安全技术研究院股份有限公司 一种基于片上仿真的导航信号仿真方法与系统

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20040034857A1 (en) * 2002-08-19 2004-02-19 Mangino Kimberley Marie System and method for simulating a discrete event process using business system data
CN106027406A (zh) * 2016-05-23 2016-10-12 电子科技大学 基于Netflow的NS3仿真系统流量导入方法
CN111488314A (zh) * 2020-03-30 2020-08-04 北京中电华大电子设计有限责任公司 一种基于Python的仿真日志分析方法
CN111611302A (zh) * 2020-06-19 2020-09-01 中国人民解放军国防科技大学 一种飞行器试验数据与仿真数据的数据对准方法及装置
CN111680078A (zh) * 2020-06-19 2020-09-18 中国人民解放军国防科技大学 飞行器飞行仿真演示过程中多屏数据控制方法和系统

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20040034857A1 (en) * 2002-08-19 2004-02-19 Mangino Kimberley Marie System and method for simulating a discrete event process using business system data
CN106027406A (zh) * 2016-05-23 2016-10-12 电子科技大学 基于Netflow的NS3仿真系统流量导入方法
CN111488314A (zh) * 2020-03-30 2020-08-04 北京中电华大电子设计有限责任公司 一种基于Python的仿真日志分析方法
CN111611302A (zh) * 2020-06-19 2020-09-01 中国人民解放军国防科技大学 一种飞行器试验数据与仿真数据的数据对准方法及装置
CN111680078A (zh) * 2020-06-19 2020-09-18 中国人民解放军国防科技大学 飞行器飞行仿真演示过程中多屏数据控制方法和系统

Also Published As

Publication number Publication date
US20230409531A1 (en) 2023-12-21
CN112906344A (zh) 2021-06-04
CN112906344B (zh) 2022-02-01

Similar Documents

Publication Publication Date Title
US6289254B1 (en) Parts selection apparatus and parts selection system with CAD function
CN104881285B (zh) 基于本体的代码片段标注与重用系统
CN110852065A (zh) 一种文档审核方法、装置、系统、设备及存储介质
CN102087597A (zh) 一种基于j2ee和构件集的可视化开发平台
CN110737689B (zh) 数据标准符合性检测方法、装置、系统及存储介质
WO2022110578A1 (zh) 一种片上仿真信息实时提取方法
CN106294937B (zh) 一种基于数字样机模型的卫星布局方法
JP2724082B2 (ja) Vlsiプロセスのデータ解析支援システム
CN114036183A (zh) 一种数据etl处理方法、装置、设备及介质
KR100982527B1 (ko) 통합 블록정도 관리 시스템 및 방법
CN106547765A (zh) 基于sql的数据库管理方法及装置
US6272665B1 (en) Method and tool for automatically generating engineering change order
CN109086985B (zh) 面向航天器总装的专业测试信息管理系统
CN115131007B (zh) 异构集成微系统工艺库开发平台的过程管理方法及装置
CN103810243A (zh) 创新热点预警识别系统及方法
JP2006277127A (ja) 修正プログラムの比較方法
JP5407727B2 (ja) テストデータ生成プログラム、方法及び装置
CN114090611A (zh) 一种端子接线表生成电缆清册的方法、装置及电子设备
US6877140B1 (en) Method and system for generating a schematic representing bus structures
JP6496078B2 (ja) 分析支援装置、分析支援方法、および分析支援プログラム
TWI459313B (zh) High resolution information management classification method and system
CN103810242A (zh) 创新经纬网及文献位置自动识别系统及方法
Cheng et al. Research on recognition method of interface elements based on machine learning
CN111353335A (zh) 一种将控制层逻辑图转换为仿真系统组态文件的方法
KR100656559B1 (ko) Bibd 방법론을 이용하는 프로그램 자동 개발 장치

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

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 21896097

Country of ref document: EP

Kind code of ref document: A1