CN109684672B - System-level verification system and method for SOC (System on chip) - Google Patents

System-level verification system and method for SOC (System on chip) Download PDF

Info

Publication number
CN109684672B
CN109684672B CN201811458436.XA CN201811458436A CN109684672B CN 109684672 B CN109684672 B CN 109684672B CN 201811458436 A CN201811458436 A CN 201811458436A CN 109684672 B CN109684672 B CN 109684672B
Authority
CN
China
Prior art keywords
verification
module
cpu
verified
excitation
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
CN201811458436.XA
Other languages
Chinese (zh)
Other versions
CN109684672A (en
Inventor
高攀
冯华
李澜涛
林宗芳
蒋晓倩
李佐
钟伟
熊民权
赵宗盛
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.)
Shanghai Thinktech Information Technology Co ltd
Original Assignee
Shanghai Thinktech Information Technology Co 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 Shanghai Thinktech Information Technology Co ltd filed Critical Shanghai Thinktech Information Technology Co ltd
Priority to CN201811458436.XA priority Critical patent/CN109684672B/en
Publication of CN109684672A publication Critical patent/CN109684672A/en
Application granted granted Critical
Publication of CN109684672B publication Critical patent/CN109684672B/en
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/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
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F30/00Computer-aided design [CAD]
    • G06F30/30Circuit design
    • G06F30/39Circuit design at the physical level
    • 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]

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)
  • Microelectronics & Electronic Packaging (AREA)
  • Test And Diagnosis Of Digital Computers (AREA)

Abstract

The invention discloses a system-level verification system and a method of an SOC chip, wherein the system comprises a simulation platform and the SOC chip; the chip comprises a CPU, a debugging interface, a module to be verified and an excitation sending interface; the simulation platform comprises: the control CPU model is connected with the module to be verified through a debugging interface according to an interface protocol; receiving an indication signal of starting verification and controlling a CPU to enter a debugging mode, receiving an indication signal of finishing verification and controlling the CPU to exit the debugging mode, wherein the CPU acts according to an instruction of controlling a CPU model in the debugging mode; the excitation sending model is connected with the module to be verified through the excitation sending interface according to an interface protocol, and is used for generating excitation data, sending the excitation data to the module to be verified and collecting or receiving response data of the module to be verified; and the result analysis model is used for analyzing and judging the response data of the verification module, outputting a verification result and outputting an indication signal of verification end according to the verification result. The scheme solves the problem of low verification efficiency caused by complex and complicated code maintenance, simplifies code maintenance and improves verification efficiency.

Description

System-level verification system and method for SOC (System on chip)
Technical Field
The invention relates to the technical field of integrated circuit design, in particular to a System On Chip (SOC) Chip System level verification System and a method.
Background
With the development of the integrated circuit industry, the presented SOC chip is more and more complex, the requirement for verification is higher and higher overall, and the verification working time occupies about 80% of the whole cycle in the development cycle of chip design, so the research on how to improve the verification working efficiency under such a large background is significant.
At present, for SOC verification, a C-language-based driving program needs to be written, a driving instruction program is compiled through a proper compiler, and finally the driving instruction program is written into a memory in a simulation platform for a CPU to take out an instruction and execute, meanwhile, the verification simulation platform needs to start control excitation sending, the pre-compiled program cannot interact with the simulation platform, and the idea of randomness verification cannot be well applied to simulation.
Referring to fig. 1, in the conventional SOC verification method, a C code (C language driver) is compiled in advance in a C language environment to drive a CPU to perform behavior control, and a simulation is implemented in cooperation with an excitation generation and transmission component in a simulation environment; the behavior of a CPU in the SOC is controlled according to a pre-compiled C language driver, so that the configuration of related functions of the chip is realized, a simulation platform excitation sending component applies related excitation signals to the SOC design to realize SOC system verification, and development, compilation and simulation environments of the driver are two completely separated systems. When simulation is carried out, a verifier cannot flexibly schedule a CPU, the behavior of the CPU is completely controlled by a precompiled driver, friendly interaction cannot be formed with a simulation environment, the verifier needs to modify the driver of a C code and the component of Systemverilog language of the simulation environment in a modification verification scene, and the work load is undoubtedly increased for the verifier with more and more complex verification tasks by maintaining two sets of verification codes, so that the work efficiency is not high.
Disclosure of Invention
The invention provides a system-level verification method and system of an SOC chip, which are used for overcoming the defects of low verification efficiency and the like caused by insufficient flexibility of CPU control in the simulation test process in the prior art, improving the flexibility of CPU control in the simulation test process, simplifying code maintenance and improving the verification efficiency.
In order to achieve the above object, the present invention provides a system-on-a-chip (SOC) verification system, which includes a simulation platform and an SOC chip;
the SOC chip comprises a CPU, a debugging interface connected with the CPU, a module to be verified and an excitation sending interface connected with the module to be verified;
the simulation platform comprises:
the control CPU model is connected with the module to be verified through the debugging interface according to an interface protocol; receiving an indication signal of starting verification when the verification is started and controlling a CPU to enter a debugging mode, receiving an indication signal of finishing the verification when the verification is finished and controlling the CPU to exit the debugging mode, wherein the CPU acts according to an instruction of controlling a CPU model in the debugging mode;
the excitation sending model is connected with the module to be verified through the excitation sending interface according to an interface protocol, and is used for generating excitation data, sending the excitation data to the module to be verified, and collecting or receiving response data of the module to be verified;
and the result analysis model is used for analyzing and judging the response data of the verification module, outputting a verification result and outputting an indication signal of verification end according to the verification result.
In order to achieve the above object, the present invention further provides an SOC chip system level verification simulation platform, which includes the simulation platform in the SOC chip system level verification system.
In order to achieve the above object, the present invention further provides a system-level verification method for an SOC chip, wherein the SOC chip includes a CPU, a debug interface connected to the CPU, a module to be verified, and an excitation sending interface connected to the module to be verified; the method comprises the following steps:
compiling and compiling a software program in a simulation platform;
the simulation platform generates an indication signal for starting verification, outputs the indication signal through the debugging interface and controls the CPU of the SOC chip to enter a debugging mode;
controlling a CPU to configure related functions of a module to be verified according to a working mode required by a verification scene;
generating and transmitting random stimulus data to a stimulus transmission interface according to the configuration of the function;
receiving or collecting response data of a module to be verified and judging whether the response data is overtime or not;
finishing verification and reporting errors when the response data is overtime, and checking whether the response data is correct when the response data is not overtime;
finishing verification and reporting errors when the response data are wrong, and judging whether other excitation data exist or not when the response data are correct;
and ending the verification when no other excitation data exists, and returning to the step of controlling the CPU to configure the related functions of the module to be verified according to the working mode required by the verification scene when other excitation data exists.
The SOC chip system level verification system and the method provided by the invention have the advantages that an SOC chip CPU driver platform is integrated in a simulation platform and unified in the same compiling language environment, a unified verification platform is adopted, the verification environment is completely used for controlling CPU behaviors and driving excitation, the work of maintaining codes is simplified, meanwhile, a random verification method can be fully utilized to participate in the driving control of a CPU, the interaction with the simulation platform can be well carried out, the verification is more flexible and efficient, the maintenance and the expansion are convenient, so that a verifier can concentrate on the development of scenes and the coverage of functions, the rapid convergence of the verification work is accelerated, and the overall working efficiency of the verifier can be improved.
Drawings
In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the drawings used in the description of the embodiments or the prior art will be briefly described below, it is obvious that the drawings in the following description are only some embodiments of the present invention, and for those skilled in the art, other drawings can be obtained according to the structures shown in the drawings without creative efforts.
FIG. 1 is a schematic diagram illustrating a simulation of an SOC chip implemented in the prior art;
fig. 2 is a schematic diagram of a frame of an SOC chip system-level verification system according to an embodiment of the present invention;
FIG. 3 is a block diagram of a system-on-chip system-in-a-chip verification system according to a second embodiment of the present invention
Fig. 4 is a flowchart illustrating an SOC chip system-level verification method according to an embodiment of the present invention.
The implementation, functional features and advantages of the objects of the present invention will be further explained with reference to the accompanying drawings.
Detailed Description
The technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are only a part of the embodiments of the present invention, and not all of the embodiments. All other embodiments, which can be obtained by a person skilled in the art without inventive step based on the embodiments of the present invention, are within the scope of protection of the present invention.
It should be noted that all directional indicators (such as up, down, left, right, front, back \8230;) in the embodiments of the present invention are only used to explain the relative positional relationship between the components, the motion situation, etc. in a specific posture (as shown in the attached drawings), and if the specific posture is changed, the directional indicator is changed accordingly.
In addition, the descriptions related to "first", "second", etc. in the present invention are only for descriptive purposes and are not to be construed as indicating or implying relative importance or implicitly indicating the number of technical features indicated. Thus, a feature defined as "first" or "second" may explicitly or implicitly include at least one such feature. In the description of the present invention, "a plurality" means at least two, e.g., two, three, etc., unless specifically limited otherwise.
In the present invention, unless otherwise expressly stated or limited, the terms "connected," "secured," and the like are to be construed broadly, and for example, "secured" may be a fixed connection, a removable connection, or an integral part; the connection can be mechanical connection, electrical connection, physical connection or wireless communication connection; they may be directly connected or indirectly connected through intervening media, or they may be interconnected within two elements or in a relationship where two elements interact with each other unless otherwise specifically limited. The specific meanings of the above terms in the present invention can be understood by those skilled in the art according to specific situations.
In addition, the technical solutions in the embodiments of the present invention may be combined with each other, but it must be based on the realization of those skilled in the art, and when the technical solutions are contradictory or cannot be realized, such a combination of technical solutions should not be considered to exist, and is not within the protection scope of the present invention.
The invention provides a system-level verification system of an SOC chip.
Example one
Referring to fig. 2, the present invention provides a system-on-chip verification system of SOC, which includes an SOC chip 1 and a simulation platform 2;
the SOC chip 1 comprises a CPU11, a debugging interface 14 connected with the CPU11, a module 12 to be verified, and an excitation sending interface 15 connected with the other design logics 13 and the module 12 to be verified;
the simulation platform 2 comprises a control CPU model 21, an excitation sending model 22 and a result analysis model 23; wherein:
the control CPU model 21 is connected with the module to be verified 12 through the debugging interface 14 according to an interface protocol; receiving an indication signal of starting verification when the verification is started and controlling the CPU11 to enter a debugging mode, receiving an indication signal of finishing the verification when the verification is finished and controlling the CPU11 to exit the debugging mode, wherein the CPU11 acts according to an instruction of controlling the CPU model 21 in the debugging mode;
preferably, the control CPU model is built based on a UVM verification methodology; and controlling the CPU to configure the related functions of the module to be verified according to the working mode required by the verification scene, and scheduling the peripheral equipment (other design logic 13).
The excitation sending model 22 is connected with the module to be verified 12 through the excitation sending interface 15 according to an interface protocol, and is used for generating excitation data, sending the excitation data to the module to be verified 12, and collecting or receiving response data of the module to be verified 12;
preferably, the excitation sending model is built based on a UVM verification methodology, generates excitation data according to a working mode, and sends the excitation data to the excitation sending interface 15.
And the result analysis model 23 is used for analyzing and judging the response data of the verification module 12, outputting a verification result and outputting an indication signal of verification end according to the verification result.
Based on UVM verification methodology establishment, the automatic function (automatic comparison and automatic simulation ending) of the verification environment is mainly realized. And the result analysis model outputs an indication signal of verification end when at least one of response data feedback time of the module to be verified is overtime or no response, response data is wrong and excitation data is sent completely.
The action of each internal component of the module 12 to be verified is controlled by the CPU, the whole module to be verified can be flexibly controlled in a simulation environment and is matched with excitation to achieve the aim of verifying certain functions, an effective method is explored to improve verification efficiency in a chip development period, a debug interface of a CPU can be used for more flexibly and effectively controlling the CPU in the simulation environment, the excitation of the simulation environment is combined, the specific randomness principle of a systemverilog language is fully utilized, the whole work efficiency of verification can be improved, the maintenance of codes can be simplified, and further the verification efficiency is improved.
Preferably, the simulation platform 1 is connected to the excitation sending interface 15 and the debugging interface 14 on the SOC chip 1 through a plurality of interfaces (interfaces defined in the system design language, connecting the simulation platform and the design to be tested), executable model codes for controlling the CPU model 21 and the excitation sending model 22 are written by using the UVM methodology, and the excitation sending interface 15 includes but is not limited to I2C, SPI, UART and other interfaces; debug interface 14 includes, but is not limited to, a jtag, serial wire, etc. interface. The debugging interface 14 and the excitation sending interface 15 are bridges for connecting the simulation platform 2 and the SOC chip 1 to be tested, and the implementation mode is that an interface method in the systemverilog is adopted.
Preferably, a circulation mechanism is arranged inside the control CPU model 21 and the excitation sending model 22, and any function in the module to be verified 12 is repeatedly verified by generating multiple times of random excitation data in the excitation sending model 22 according to the configuration in the control CPU model 21 in the verification process.
Aiming at the problems that the development of the SOC chip is more and more complex, the verification complexity is further improved, effective methods and schemes are explored to improve the verification efficiency, more flexible simulation environment development and more efficient verification scene coverage can be provided for verification personnel, and the method is a modern integrated circuit testing technology combining CPU control, simulation platform control and verification methods.
The invention is a novel verification method mainly composed of a design to be tested (DUT, namely a module to be verified 12), a debugging interface 14 and a verification environment generated by conventional excitation, and combines a simulation EDA tool to freely control various behaviors of a CPU11 at each simulated node, manages the behavior of the design to be tested by using a very convenient control CPU under a specific functional scene, and inputs the behavior into the design to be tested by combining an excitation sequence of the verification environment, thereby fully verifying whether the design to be tested accords with the requirement of the design specification under the specific scene. Meanwhile, as the control of the CPU is realized in a verification environment, the chip verification can be more robust by combining the characteristic of randomness verification, and the interactivity of CPU control and excitation transmission can be realized.
Example two
Referring to fig. 3, to implement the application of the present invention to the I2C interface:
the verification environment mainly comprises:
1. the excitation generating and sending component (excitation sending model 22) is mainly connected to the corresponding pin of the SOC design to be tested (SOC chip 1) through I2C _ interface according to the I2C interface protocol, and can sample the response or return data of the design to be tested through the component.
2. The control CPU component (control CPU model 21) is mainly connected to the corresponding supervisor of the SOC design to be tested through jtag _ interface according to the jtag interface protocol, the CPU enters a debugging mode by accessing the register of the CPU, the CPU enters a halt state in the debugging mode, and the behavior of the CPU is completely taken over by the jtag.
3. The other components (result analysis model 23) mainly perform automatic comparison and judgment on the simulation in the verification environment, and can control the end of the whole simulation.
The SOC design to be tested mainly comprises: CPU, I2C controller, other logic; the CPU is mainly used for scheduling various complex work in the chip, the I2C controller analyzes and responds to corresponding commands when being configured to be in a working mode of the slave device, and initiates access commands to the slave device externally connected with the chip when being configured to be in a working mode of the master device. Other logic refers to components such as buses and memory that are present in the chip.
The control CPU part mainly flexibly controls the CPU to be designed in the simulation platform, can flexibly control the execution action of the CPU in the simulation environment, and is the greatest advantage of the invention compared with the current simulation technology. The excitation generating and sending component is mainly used for applying excitation to the design to be tested in the simulation platform, observing whether the work and response of the design to be tested are normal or not, and controlling the CPU behavior by controlling the CPU component at any time in the excitation applying process. Controlling the interaction mechanism between the CPU component and the stimulus generation and transmission component: in the simulation platform, a control CPU part and an excitation generation and transmission part can interact with each other, random data generated by excitation random can be controlled by certain configuration of the control CPU part, and certain behavior control can be performed on the part of the control CPU by certain values generated by the excitation random; the CPU can be controlled by the simulation environment at any time in the excitation sending process, so that the processing of some chip abnormal conditions can be verified more flexibly.
EXAMPLE III
The embodiment of the invention also provides an SOC system-level verification simulation platform, which comprises the simulation platform in the SOC system-level verification system of any embodiment.
Example four
Referring to fig. 4, an embodiment of the present invention provides a system-on-chip verification method for an SOC chip corresponding to the embodiment, including the following steps:
s1, starting simulation operation, and compiling a software program in a simulation platform; compiling codes by using a simulation tool (VCS, IRUN) commonly used by a chip, and compiling a simulation platform and an SOC design to be tested; running the compiled code, and starting simulation by using simulation work;
s2, controlling the CPU to enter a debugging mode, generating an indication signal for starting verification by the simulation platform, outputting the indication signal through a debugging interface, and controlling the CPU of the SOC chip to enter the debugging mode;
the CPU loads instructions to run in a default power-on state, and because the CPU is not controlled by compiled instructions, the CPU is controlled to enter a debugging mode by using a control CPU component in the simulation environment through a debugging interface, so that the CPU can generate corresponding actions according to behaviors given by the simulation environment. The method is realized by utilizing a control CPU component in a simulation environment;
s3, controlling the CPU to configure related functions of the design to be tested according to the verification scene: controlling a CPU to configure related functions of a module to be verified according to a working mode required by a verification scene;
the working mode scheduling of the design to be tested needs a CPU to control and schedule, the design to be tested needs to enter a working mode required by a verification scene during simulation, and whether the function meets the design index is verified by matching with excitation. The method is realized by utilizing a control CPU component in a simulation environment;
s4, excitation generation and transmission: generating and transmitting random excitation data to the excitation transmitting interface according to the configuration of the function; in order to verify a certain function repeatedly, the CPU can be controlled to configure the certain function of the module to be verified for multiple times, and the excitation data is used for generating multiple excitation data for verifying the same function;
in the simulation environment, excited data are generated according to random with constraint, and the data are sent to an interface to be tested through an excitation sending interface in a driver (driver) according to the time sequence requirement of the corresponding interface. Controlled by a stimulus generation and transmission component in the verification environment.
Other stimuli send: in simulation, multiple random excitations are often needed for a certain function to more fully verify the function, so that a circulation mechanism is needed. This is achieved by using excitation generation and transmission components in a simulation environment.
S5, overtime of the design to be tested: receiving or collecting response data of a module to be verified and judging whether the response data is overtime or not;
and setting an overtime mechanism in the verification environment, wherein the design is not expected or does not respond to the design to be tested due to other reasons, and the simulation runs overtime and reports errors. The design under test of the SOC chip is monitored by other components in the verification environment.
S6, finishing verification and reporting errors when the response data is overtime, and checking whether the response data is correct when the response data is not overtime;
s7, finishing simulation and reporting errors: finishing verification and reporting errors when the response data are wrong, and judging whether other excitation data exist or not when the response data are correct;
when obvious errors occur in the simulation, the corresponding errors are reported at the moment, and the simulation is finished to carry out subsequent error checking work. Implemented with other components in the simulation environment.
S8, finishing simulation: the verification is ended when there is no other stimulus data, and S3 is returned when there is other stimulus data.
And after all the excitation transmission is simulated, normally ending the simulation. Implemented with other components in the simulation environment.
The novel SOC verification method provided by the invention can carry out SOC simulation work without compiling C codes by software, is of great significance for improving code maintenance and development of verification personnel, and simultaneously improves the overall verification efficiency.
The above description is only a preferred embodiment of the present invention, and is not intended to limit the scope of the present invention, and all modifications and equivalents of the present invention, which are made by the contents of the present specification and the accompanying drawings, or directly/indirectly applied to other related technical fields, are included in the scope of the present invention.

Claims (10)

1. A system-level verification system of an SOC chip is characterized by comprising a simulation platform and the SOC chip;
the SOC chip comprises a CPU, a debugging interface connected with the CPU, a module to be verified and an excitation sending interface connected with the module to be verified;
the simulation platform comprises:
the control CPU model is connected with the module to be verified through the debugging interface according to an interface protocol; receiving an indication signal of starting verification when the verification is started and controlling a CPU to enter a debugging mode, receiving an indication signal of finishing the verification when the verification is finished and controlling the CPU to exit the debugging mode, wherein the CPU acts according to an instruction of controlling a CPU model in the debugging mode;
the excitation sending model is connected with the module to be verified through the excitation sending interface according to an interface protocol, and is used for generating excitation data, sending the excitation data to the module to be verified and collecting or receiving response data of the module to be verified;
and the result analysis model is used for analyzing and judging the response data of the verification module, outputting a verification result and outputting an indication signal of verification end according to the verification result.
2. The SOC chip system-on-a-chip verification system of claim 1, wherein the control CPU model is built based on UVM verification methodology; and controlling the CPU to configure the related functions of the module to be verified according to the working mode required by the verification scene, and scheduling the peripheral equipment.
3. The SOC chip system-on-a-chip verification system of claim 2, wherein the excitation sending model is built based on a UVM verification methodology, generates excitation data according to a working mode and sends the excitation data to the excitation sending interface.
4. The SOC chip system-on-chip verification system according to claim 3, wherein a loop mechanism is arranged inside the control CPU model and the stimulus transmission model, and any function in the module to be verified repeatedly verifies the function by generating multiple times of random stimulus data in the stimulus transmission model according to the configuration in the control CPU model during verification.
5. The SOC chip system-on-chip verification system according to claim 1, wherein the result analysis model outputs a verification end indication signal when at least one of response data feedback time of the module to be verified is overtime or no response occurs, response data is incorrect, and excitation data is sent out.
6. The SOC chip system-on-chip verification system of claim 5, wherein the result analysis model initiates an error checking procedure to query for the type of the response data error and output an error checking result after sending an indication signal of end of verification due to the response data error of the module to be verified.
7. The SOC chip system-on-a-chip verification system according to any one of claims 1 to 6, wherein the debug interface and the stimulus interface both adopt the interface method in the systemverilog to realize the connection between the simulation platform and the module to be verified.
8. An SOC chip system-level verification simulation platform, comprising the simulation platform in the SOC chip system-level verification system of any one of claims 1 to 7.
9. A system-level verification method of an SOC chip is characterized in that the SOC chip comprises a CPU, a debugging interface connected with the CPU, a module to be verified and an excitation sending interface connected with the module to be verified; the method comprises the following steps:
step 1, compiling a simulation platform and an SOC design to be tested by using a chip simulation tool;
step 2, starting the whole simulation program according to the setting of the simulation platform, outputting the simulation program through a debugging interface, and controlling a CPU (central processing unit) of the SOC chip to enter a debugging mode;
step 3, controlling the CPU to configure the related functions of the module to be verified according to the working mode required by the verification scene;
step 4, generating and sending random excitation data to an excitation sending interface according to the configuration of the function;
step 5, receiving or collecting response data of the module to be verified and judging whether the response data is overtime or not;
step 6, finishing verification and reporting errors when the response data is overtime, and checking whether the response data is correct when the response data is not overtime;
step 7, finishing verification and reporting errors when the response data are wrong, and judging whether other excitation data exist when the response data are correct;
and 8, finishing the verification when no other stimulus data exists, and returning to the step 3 when other stimulus data exists.
10. The SOC chip system-in-verification method as claimed in claim 9, wherein in the generating and transmitting random stimulus data to the stimulus transmission interface according to the configuration of the function, the stimulus data includes a plurality of stimulus data verifying the same function.
CN201811458436.XA 2018-11-30 2018-11-30 System-level verification system and method for SOC (System on chip) Active CN109684672B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201811458436.XA CN109684672B (en) 2018-11-30 2018-11-30 System-level verification system and method for SOC (System on chip)

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201811458436.XA CN109684672B (en) 2018-11-30 2018-11-30 System-level verification system and method for SOC (System on chip)

Publications (2)

Publication Number Publication Date
CN109684672A CN109684672A (en) 2019-04-26
CN109684672B true CN109684672B (en) 2022-12-02

Family

ID=66185534

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201811458436.XA Active CN109684672B (en) 2018-11-30 2018-11-30 System-level verification system and method for SOC (System on chip)

Country Status (1)

Country Link
CN (1) CN109684672B (en)

Families Citing this family (19)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110691004B (en) * 2019-09-11 2022-11-04 上海高性能集成电路设计中心 Maintenance protocol message transmitting and receiving method based on hardware simulation accelerator
CN110688811B (en) * 2019-09-12 2023-05-02 山东华芯半导体有限公司 Random weight controllable method for accelerating design verification of SOC module
CN110865971B (en) * 2019-10-30 2023-04-07 南京杰思微电子技术有限公司 System and method for verifying SOC chip
CN112986806A (en) * 2019-12-16 2021-06-18 合肥杰发科技有限公司 Interface test method, test system and computer storage medium
CN111210014B (en) * 2020-01-06 2023-06-02 清华大学 Control method and device of neural network accelerator and neural network accelerator
CN111737933A (en) * 2020-06-19 2020-10-02 浪潮(北京)电子信息产业有限公司 SOC prototype verification method, system, equipment and medium
CN113866586B (en) 2020-06-30 2024-04-12 澜至电子科技(成都)有限公司 Verification platform and verification method for system-on-chip
CN111858207B (en) * 2020-06-30 2022-03-22 浪潮(北京)电子信息产业有限公司 SoC chip verification test system and method
CN113868987A (en) 2020-06-30 2021-12-31 澜至电子科技(成都)有限公司 System-level chip verification platform and verification method thereof
CN111858211B (en) * 2020-07-13 2022-06-17 山东云海国创云计算装备产业创新中心有限公司 Verification method, device and equipment of acceleration equipment
CN111983429B (en) * 2020-08-19 2023-07-18 Oppo广东移动通信有限公司 Chip verification system, chip verification method, terminal and storage medium
CN111967209A (en) * 2020-08-21 2020-11-20 广芯微电子(广州)股份有限公司 SOC simulation verification method and device and storage medium
CN112131109A (en) * 2020-09-21 2020-12-25 上海华虹集成电路有限责任公司 Python-based chip automatic verification test system and method
CN112199911B (en) * 2020-10-16 2023-07-04 飞腾信息技术有限公司 Excitation generation method of SOC system-level verification environment
CN112559267B (en) * 2020-12-11 2022-08-23 海光信息技术股份有限公司 Inter-integrated circuit bus I2C slave and I2C controller test method
CN113032195B (en) * 2021-03-24 2023-05-23 上海西井信息科技有限公司 Chip simulation verification method, system, equipment and storage medium
CN113157269B (en) * 2021-06-10 2023-11-17 上海齐感电子信息科技有限公司 Verification system and verification method thereof
CN115293080B (en) * 2022-09-22 2023-01-31 沐曦科技(北京)有限公司 Chip debugging system based on trace file
CN115685785B (en) * 2022-12-29 2023-05-12 摩尔线程智能科技(北京)有限责任公司 Universal bus model and simulation test method

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2016197768A1 (en) * 2016-01-04 2016-12-15 中兴通讯股份有限公司 Chip verification method, device, and system
CN107797846A (en) * 2017-09-26 2018-03-13 记忆科技(深圳)有限公司 A kind of Soc chip verification methods

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2016197768A1 (en) * 2016-01-04 2016-12-15 中兴通讯股份有限公司 Chip verification method, device, and system
CN107797846A (en) * 2017-09-26 2018-03-13 记忆科技(深圳)有限公司 A kind of Soc chip verification methods

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
复杂SOC的软硬件协同验证解决方案;游余新;《中国集成电路》;20130228;全文 *

Also Published As

Publication number Publication date
CN109684672A (en) 2019-04-26

Similar Documents

Publication Publication Date Title
CN109684672B (en) System-level verification system and method for SOC (System on chip)
CN107463473B (en) Chip software and hardware simulation environment based on UVM and FPGA
CN107491061B (en) A kind of the network automatically test macro and its method of commercial vehicle OBD diagnostic device
US8443336B2 (en) System and method for applying model-based testing to train control systems
CA3035176A1 (en) System and method for safety-critical software automated requirements-based test case generation
CN109472061B (en) Reusable simulation verification platform and simulation verification method
Aichernig et al. Model-based mutation testing of an industrial measurement device
CN107729233B (en) Simulation method and device for controller software
CN109726061B (en) SoC chip verification method
CN104484248A (en) Diagnosis method and device for electrifying fault of computer motherboard
CN104486169A (en) Reusable automatic detection and random verification system and method
CN102591327A (en) Virtual-real combined test method developed for automobile body control
CN114325333A (en) High-efficiency normalized SOC (system on chip) system level verification method and device
CN103376340A (en) Adapter plate, a multi-platform serial test system and method
CN114757135A (en) Programmable logic device verification method and system based on demand-driven verification
CN117422025A (en) RISC-V architecture-based random interrupt debugging verification system
CN102902852A (en) Automatic generation system and automatic generation method of electronic control unit (ECU) diagnosis software model of automobile
CN109597389A (en) A kind of test macro of embedded control system
KR20210046390A (en) AUTOSAR BSW testing automation system and testing method thereof
CN204347152U (en) A kind of Multi-bus circuit board test diagnosis system
Formica et al. Simulation-based Testing of Simulink Models with Test Sequence and Test Assessment Blocks
US20110087922A1 (en) Test method and tool for master-slave systems on multicore processors
CN113688039B (en) Digital twinning-based simulation verification method for automatic test system
US20140041465A1 (en) Equipment test method and associated test tool and test system
Herpel et al. Model based testing of satellite on-board software—an industrial use case

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant