CN109522194B - Automatic pressure test system and method for AXI protocol slave equipment interface - Google Patents

Automatic pressure test system and method for AXI protocol slave equipment interface Download PDF

Info

Publication number
CN109522194B
CN109522194B CN201811351732.XA CN201811351732A CN109522194B CN 109522194 B CN109522194 B CN 109522194B CN 201811351732 A CN201811351732 A CN 201811351732A CN 109522194 B CN109522194 B CN 109522194B
Authority
CN
China
Prior art keywords
module
data
read
tested
write
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
CN201811351732.XA
Other languages
Chinese (zh)
Other versions
CN109522194A (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.)
Beijing Institute of Remote Sensing Equipment
Original Assignee
Beijing Institute of Remote Sensing Equipment
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 Beijing Institute of Remote Sensing Equipment filed Critical Beijing Institute of Remote Sensing Equipment
Priority to CN201811351732.XA priority Critical patent/CN109522194B/en
Publication of CN109522194A publication Critical patent/CN109522194A/en
Application granted granted Critical
Publication of CN109522194B publication Critical patent/CN109522194B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/30Monitoring
    • G06F11/34Recording or statistical evaluation of computer activity, e.g. of down time, of input/output operation ; Recording or statistical evaluation of user activity, e.g. usability assessment
    • G06F11/3457Performance evaluation by simulation
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/22Detection or location of defective computer hardware by testing during standby operation or during idle time, e.g. start-up testing
    • G06F11/2205Detection or location of defective computer hardware by testing during standby operation or during idle time, e.g. start-up testing using arrangements specific to the hardware being tested
    • G06F11/221Detection or location of defective computer hardware by testing during standby operation or during idle time, e.g. start-up testing using arrangements specific to the hardware being tested to test buses, lines or interfaces, e.g. stuck-at or open line faults

Landscapes

  • Engineering & Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Computer Hardware Design (AREA)
  • Quality & Reliability (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Test And Diagnosis Of Digital Computers (AREA)

Abstract

The invention discloses an automatic pressure test system for an AXI protocol slave device interface, which comprises an excitation generation module, a cache queue module, a data receiving module, an excitation and result storage module, a result comparison module and a module to be tested. The technical scheme of the invention directly simulates the extreme condition that a plurality of main devices access simultaneously at one end of the interface of the slave device, and has the advantages of high configurability and sufficient verification coverage rate.

Description

Automatic pressure test system and method for AXI protocol slave equipment interface
Technical Field
The invention belongs to the field of simulation test, and particularly relates to an automatic pressure test system and method for an AXI protocol slave device interface.
Background
AXI is the most widely used on-chip bus protocol with high performance, high bandwidth and low delay in SoC chips at present, and it realizes the mutual separation of address/control and data signals, forms five mutually independent channels of write address, write data, write receipt, read address and read data, and can meet the requirements of high-performance and high-complexity on-chip system design.
In practical application, devices mounted on an AXI bus are divided into two types, namely a master device and a slave device, where the master device is responsible for initiating a read/write request, and the slave device is responsible for receiving the read/write request and responding. The two devices realize communication between the internal and the bus through a master device interface and a slave device interface respectively. Because the current SoC chip has a larger and larger scale and more complex functions, there may be a plurality of master devices and slave devices on the chip, and if a plurality of master devices such as a processor and a DMA perform read-write access to a certain slave device at the same time, the bus interface of the slave device is in a high-voltage state at this time. The high-voltage state has several characteristics from the equipment side, firstly, the read-write requests are very dense, and valid signals of different requests do not have intervals; secondly, the type of the read-write request is irregular; thirdly, the requests of different main devices correspond to different IDs; fourth, the ready signal from the master may not always be active because the interface of the master itself may also be busy. In such extreme cases, the slave interface may affect the functionality of the entire chip if it is malfunctioning.
At present, a conventional test method for an AXI protocol slave device interface only aims at a basic transmission function, and can ensure that a single master device and a single slave device can normally communicate with each other, but cannot verify whether the slave device interface can normally work in a high-voltage environment. If a real verification environment comprising a plurality of master devices and one slave device is adopted, the defects of poor configurability, long simulation time and the like exist.
Disclosure of Invention
Aiming at the technical problem, the invention provides an automatic pressure test system and method for an AXI protocol slave device interface, which solve the problem that the conventional verification method cannot prove whether the AXI slave device interface can normally work in a high-pressure environment.
An automatic pressure test system aiming at an AXI protocol slave equipment interface comprises an excitation generating module, a buffer queue module, a data receiving module, an excitation and result storage module, a result comparison module and a module to be tested,
the excitation generating module is used for generating excitation signals of three channels of a write address, write data and a read address;
the buffer queue module is used for simulating outranging buffer in a slave device interface and receiving generated excitation signals, and the generated excitation signals comprise a first write address buffer queue, a second write address buffer queue and a read address buffer queue;
the data receiving module is used for communicating with a write receipt and a read data channel of the module to be tested and receiving a write request receipt and read data sent by the module to be tested according to the requirements of an AXI protocol;
the excitation and result storage module is used for storing the data written into the module to be tested by the excitation generation module and the data read out from the module to be tested and transmitting the data written into the module to be tested and the data read out from the module to be tested to the result comparison module;
the result comparison module is used for comparing the data written into the module to be tested with the data read out from the module to be tested and judging whether the module to be tested works normally or not;
and the module to be tested is provided with a functional module of the AXI interface and is used for simulating the data reading and writing conditions of the slave equipment.
Further, the excitation generation module continuously sends read-write requests, a valid signal of a channel is continuously effective in each request, the next request is sent until a ready signal of the module to be tested is high, the valid between two adjacent requests is not pulled down under the condition of continuously sending the requests, and the valid of the corresponding channel is pulled down only when the cache queue in the cache queue module is in a full state, so that the requests are stopped being sent;
the ID and burst _ type signals of the write address channel and the read address channel generated by the excitation generation module are random values.
Further, the read enable of the first write address cache queue in the cache queue module is controlled by valid and ready signals of a write-back execution channel;
the read enable of the read address buffer queue is controlled by valid and ready signals of a read data channel;
the read enabling of the second write address buffer queue is controlled by valid and ready signals of a data writing channel;
the empty and full signals are generated by combinational logic, and data writing and reading adopt asynchronous logic.
Further, the break and rread signals sent by the data receiving module are random values.
Further, before comparing the data written into the module to be tested with the data read out from the module to be tested, the result comparison module compares whether the number of read-write requests sent by the excitation generation module is the same as the number of received read-write responses of the module to be tested.
The invention also provides an automatic pressure test method for the slave equipment interface of the AXI protocol, which comprises the following steps:
s1, an excitation generating step, wherein an excitation generating module generates excitation signals of three channels of a write address, write data and a read address;
s2, a data caching step, wherein a caching queue module simulates outranging caching in a slave device interface, and receives generated excitation signals, wherein the excitation signals comprise a first writing address caching queue, a second writing address caching queue and a reading address caching queue;
s3, a data receiving step, in which a data receiving module communicates with a write receipt and a read data channel of a module to be tested and receives a write request receipt and read data sent by the module to be tested according to the requirements of an AXI protocol;
s4, an excitation and result storage step, wherein the excitation and result storage module stores the data written into the module to be tested and the data read out from the module to be tested, and transmits the data written into the module to be tested and the data read out from the module to be tested to the result comparison module;
and S5, comparing the result, wherein the result comparing module compares the data written into the module to be tested with the data read out from the module to be tested, and judges whether the module to be tested works normally.
Further, in step S1, the excitation generation module continuously sends read/write requests, and in each request, the valid signal of the channel is continuously valid, and the next request is sent until the ready signal of the module to be tested is high, and in the case of continuously sending requests, the valid between two adjacent requests is not pulled down, and only when the cache queue in the cache queue module is in a "full" state, the valid of the corresponding channel is pulled down, and the request sending is stopped;
the ID and burst _ type signals of the write address channel and the read address channel generated by the excitation generation module are random values.
Further, in step S2, the read enable of the first write address cache queue in the cache queue module is controlled by the valid and ready signals of the write-back execution channel;
the read enable of the read address buffer queue is controlled by valid and ready signals of a read data channel;
the read enabling of the second write address buffer queue is controlled by valid and ready signals of a data writing channel;
the empty and full signals are generated by combinational logic, and data writing and reading adopt asynchronous logic.
Further, the break and rread signals sent by the data receiving module are random values.
Further, in step S5, before the result comparison module compares the data written into the module to be tested with the data read from the module to be tested, it first compares whether the number of read-write requests sent by the excitation generation module is the same as the number of read-write responses received from the module to be tested.
The technical scheme of the invention directly simulates the extreme condition that a plurality of main devices access simultaneously at one end of the interface of the slave device, and has the advantages of high configurability and sufficient verification coverage rate.
Drawings
FIG. 1 is a schematic block diagram of an automated stress testing system for an AXI protocol slave interface of the present invention;
FIG. 2 is an exemplary timing diagram of a write address channel in the present invention;
FIG. 3A is a diagram illustrating a first write address buffer queue connection according to the present invention;
FIG. 3B is a diagram illustrating a second write address buffer queue connection according to the present invention;
FIG. 3C is a diagram illustrating a read address buffer queue connection according to the present invention;
FIG. 4 illustrates the logic for generating a buffered empty/full signal according to the present invention;
FIG. 5 illustrates the asynchronous write logic of the cache of the present invention;
FIG. 6 is a flow chart of a method of the present invention using an automated pressure testing system.
Detailed Description
The technical solutions of the present invention will be described clearly and completely with reference to the accompanying drawings, and it should be understood that the described embodiments are some, but not all embodiments of the present invention. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
As shown in fig. 1, the automatic pressure test system for an AXI protocol slave device interface includes an excitation generating module 1, a buffer queue module 2, a data receiving module 3, an excitation and result storing module 4, a result comparing module 5 and a module to be tested 6, where the module to be tested 6 includes a functional module with an AXI interface for simulating data read-write conditions of a slave device
(1) Excitation generating module 1
The module is responsible for generating excitation signals of three channels of a write address, a write data and a read address. The module can continuously send read-write requests, the valid signal of a channel can be continuously effective in each request, the next request can not be sent until the ready signal of the slave device is high, the valid between two adjacent requests can not be pulled down under the condition of continuously sending the requests, only when the cache queue module 2 is in a full state, the outranging capability of the slave device interface is shown to reach the limit, at the moment, the valid of the corresponding channel can be pulled down, and the request sending is stopped. As shown in fig. 2, a buffer queue module continues to send requests as long as the module is not full. The ID and burst _ type signals of the writing address channel and the reading address channel are random values, different IDs simulate different main devices, and random burst _ type indicates that access of single read-write and burst read-write types occurs randomly. Addresses issued by these two channels will guarantee traversal from the device address space. And the data writing channel sends out data according to the writing address, the data is a random value, and the ID of the data writing channel is consistent with the ID of the writing address channel.
(2) Buffer queue module 2
The module is responsible for emulating the outranging cache in the slave interface, which is configurable in depth. The device comprises three buffer queues, namely a first write address buffer queue, a second write address buffer queue and a read address buffer queue. The specific connection is shown in fig. 3A-3C.
The read enable of the first write address cache queue is controlled by the valid and ready signals of the write-back execution channel, which means that the number of requests in the first write address cache queue is reduced by one every time a write request is received from the device. If the write address cache 1 is in a "full" state, the excitation generation module 1 stops sending the write address request.
Similarly, the read enable of the read address buffer queue is controlled by the valid and ready signals of the read data channel, which means that the number of requests in the read address buffer is reduced by one every time a read request is received from the device. If the read address buffer is in a "full" state, the excitation generation module 1 stops sending the read address request.
The read enable of the second write address buffer queue is controlled by valid and ready signals of the write data channel, which means that the excitation generating module 1 will read the request and update the signals in the write data channel as long as there is a request in the buffer, and if the second write address buffer queue is in an "empty" state, the excitation generating module 1 will stop sending write data.
To implement the timing shown in fig. 2, the cache employed in the present invention is based on the conventional design method and is modified in a series of ways, including: firstly, the empty and full signals are generated by changing the combined logic; and secondly, asynchronous logic is adopted for data writing and reading. FIG. 4 shows the logic for generating the empty-full signal, and the reason why no sequential logic is used is that if the empty-full signal is output from the register, the stimulus generation module 1 will pull valid low in the next cycle when the "full" state is detected, which corresponds to a request being issued. Using combinational logic, which is equivalent to advancing the generation of the empty-full signal by one cycle, ensures that valid is pulled low immediately after the last request is issued. FIG. 5 shows data write logic employing latches. In the cache applied by the invention, the write data is asynchronously written into the latch, while the read data does not pass through the register and is directly output by the combinational logic, so that the valid and the data of the write data channel in the excitation generating module 1 need to be synchronously updated, and the read data is directly output by the combinational logic, so that the read port data of the cache can be ensured to be the next request to be read all the time; and the asynchronous writing function ensures that the written data can be reflected to the read port without delay when the cache is written for the first time.
(3) Data receiving module 3
The module is responsible for communicating with a write receipt and a read data channel of the module to be tested and receiving a write request receipt and read data sent by the module to be tested according to the requirements of an AXI protocol. The break and the rread signals sent by the module are random values and are mostly 0, which means that the master device is mostly in a busy state and cannot receive data. Therefore, whether the slave device interface can work normally under the condition that the ready signal feedback of the master device is not obtained at a later time can be verified.
(4) Excitation and result storage module 4
The module is responsible for storing the data written into the module to be tested 6 by the excitation generating module 1 and the data read out from the module to be tested 6 and outputting the data to the result comparison module 5 for comparison.
(5) Result comparison module 5
The module is responsible for comparing the written data with the read data and judging whether the module to be tested 6 works normally or not. Before the consistency of the write-in data and the read-out data is compared, whether the number of read-write requests sent by the excitation generating module 1 is the same as the number of read-write responses received by the module to be tested needs to be compared, the overall test results of the five channels are preliminarily judged according to the results, and the debugging efficiency is improved.
In addition, the invention can also set up a timeout exit mechanism for the three channels of the write address, the write data and the read address respectively, so that even if the slave device interface has a problem, for example, a ready signal is not given late, the whole verification environment can be normally ended without continuing waiting. The time limit for the timeout exit may be matched.
The present invention also provides a method of using an automated pressure testing system, as shown in FIG. 6, comprising the steps of:
s1, an excitation generating step, wherein an excitation generating module generates excitation signals of three channels of a write address, write data and a read address;
s2, a data caching step, wherein a caching queue module simulates outranging caching in a slave device interface, and receives generated excitation signals, wherein the excitation signals comprise a first writing address caching queue, a second writing address caching queue and a reading address caching queue;
s3, a data receiving step, in which a data receiving module communicates with a write receipt and a read data channel of a module to be tested and receives a write request receipt and read data sent by the module to be tested according to the requirements of an AXI protocol;
s4, an excitation and result storage step, wherein the excitation and result storage module stores the data written into the module to be tested and the data read out from the module to be tested, and transmits the data written into the module to be tested and the data read out from the module to be tested to the result comparison module;
and S5, comparing the result, wherein the result comparing module compares the data written into the module to be tested with the data read out from the module to be tested, and judges whether the module to be tested works normally.
It is to be understood that the above examples are illustrative only for the purpose of clarity of description and are not intended to limit the embodiments. Other variations and modifications will be apparent to persons skilled in the art in light of the above description. And are neither required nor exhaustive of all embodiments. And obvious variations or modifications therefrom are intended to be within the scope of the invention.

Claims (10)

1. An automatic pressure test system aiming at an AXI protocol slave device interface is characterized by comprising an excitation generating module, a buffer queue module, a data receiving module, an excitation and result storage module, a result comparison module and a module to be tested, wherein,
the excitation generating module is used for generating excitation signals of three channels of a write address, write data and a read address;
the buffer queue module is used for simulating outranging buffer in a slave device interface and receiving generated excitation signals, and the generated excitation signals comprise a first write address buffer queue, a second write address buffer queue and a read address buffer queue;
the data receiving module is used for communicating with a write receipt and a read data channel of the module to be tested and receiving a write request receipt and read data sent by the module to be tested according to the requirements of an AXI protocol;
the excitation and result storage module is used for storing the data written into the module to be tested by the excitation generation module and the data read out from the module to be tested and transmitting the data written into the module to be tested and the data read out from the module to be tested to the result comparison module;
the result comparison module is used for comparing the data written into the module to be tested with the data read out from the module to be tested and judging whether the module to be tested works normally or not;
and the module to be tested is provided with a functional module of the AXI interface and is used for simulating the data reading and writing conditions of the slave equipment.
2. The automated pressure testing system of claim 1, wherein the excitation generating module continuously sends read and write requests, and in each request, the valid signal of a channel is continuously valid until the ready signal of the module to be tested is high, and then sends the next request, and in the case of continuously sending requests, the valid between two adjacent requests is not pulled down, and only when the cache queue in the cache queue module is in a "full" state, the valid of the corresponding channel is pulled down, and the request sending is stopped;
the ID and burst _ type signals of the write address channel and the read address channel generated by the excitation generation module are random values.
3. The automated pressure test system of claim 1, wherein read enable of the first write address cache queue in the cache queue module is controlled by valid and ready signals of a write back execution channel;
the read enable of the read address buffer queue is controlled by valid and ready signals of a read data channel;
the read enabling of the second write address buffer queue is controlled by valid and ready signals of a data writing channel;
the empty and full signals are generated by combinational logic, and data writing and reading adopt asynchronous logic.
4. The automated pressure testing system of claim 1, wherein the break and rread signals emitted by the data receiving module are random values.
5. The automated pressure testing system of claim 1, wherein the result comparison module compares whether the number of read/write requests issued by the excitation generation module is the same as the number of read/write responses received from the module under test before comparing the data written to the module under test with the data read from the module under test.
6. An automated stress testing method for an AXI protocol slave interface using the automated stress testing system of any of claims 1-5, comprising the steps of:
s1, an excitation generating step, wherein an excitation generating module generates excitation signals of three channels of a write address, write data and a read address;
s2, a data caching step, wherein a caching queue module simulates outranging caching in a slave device interface, and receives generated excitation signals, wherein the excitation signals comprise a first writing address caching queue, a second writing address caching queue and a reading address caching queue;
s3, a data receiving step, in which a data receiving module communicates with a write receipt and a read data channel of a module to be tested and receives a write request receipt and read data sent by the module to be tested according to the requirements of an AXI protocol;
s4, an excitation and result storage step, wherein the excitation and result storage module stores the data written into the module to be tested and the data read out from the module to be tested, and transmits the data written into the module to be tested and the data read out from the module to be tested to the result comparison module;
and S5, comparing the result, wherein the result comparing module compares the data written into the module to be tested with the data read out from the module to be tested, and judges whether the module to be tested works normally.
7. The method according to claim 6, wherein in step S1, the excitation generating module continuously sends read/write requests, and in each request, the valid signal of a channel is continuously valid until the ready signal of the module to be tested is high, and then sends the next request, and in the case of continuously sending requests, the valid signal between two adjacent requests is not pulled down, and only when the buffer queue in the buffer queue module is in "full" state, the valid signal of the corresponding channel is pulled down, and the sending of the request is stopped;
the ID and burst _ type signals of the write address channel and the read address channel generated by the excitation generation module are random values.
8. The automated stress testing method of claim 6, wherein the read enable of the first write address cache queue in the cache queue module in step S2 is controlled by valid and ready signals written back to the execution channel;
the read enable of the read address buffer queue is controlled by valid and ready signals of a read data channel;
the read enabling of the second write address buffer queue is controlled by valid and ready signals of a data writing channel;
the empty and full signals are generated by combinational logic, and data writing and reading adopt asynchronous logic.
9. The automated pressure testing method of claim 6, wherein the break and rread signals emitted by the data receiving module are random values.
10. The automated pressure testing method of claim 6, wherein in step S5, the result comparison module compares whether the number of read/write requests issued by the excitation generation module is the same as the number of read/write responses received by the module under test before comparing the data written into the module under test with the data read from the module under test.
CN201811351732.XA 2018-11-14 2018-11-14 Automatic pressure test system and method for AXI protocol slave equipment interface Active CN109522194B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201811351732.XA CN109522194B (en) 2018-11-14 2018-11-14 Automatic pressure test system and method for AXI protocol slave equipment interface

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201811351732.XA CN109522194B (en) 2018-11-14 2018-11-14 Automatic pressure test system and method for AXI protocol slave equipment interface

Publications (2)

Publication Number Publication Date
CN109522194A CN109522194A (en) 2019-03-26
CN109522194B true CN109522194B (en) 2022-02-25

Family

ID=65776680

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201811351732.XA Active CN109522194B (en) 2018-11-14 2018-11-14 Automatic pressure test system and method for AXI protocol slave equipment interface

Country Status (1)

Country Link
CN (1) CN109522194B (en)

Families Citing this family (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110209597B (en) 2019-05-24 2021-10-15 北京百度网讯科技有限公司 Method, device, equipment and storage medium for processing access request
CN110737552B (en) * 2019-08-29 2022-06-21 瑞芯微电子股份有限公司 SFC interface testing equipment and method based on FPGA
CN113533941B (en) * 2021-09-15 2022-03-01 北京国科天迅科技有限公司 Chip interface testing method and device, computer equipment and storage medium
CN118643776A (en) * 2024-08-12 2024-09-13 山东云海国创云计算装备产业创新中心有限公司 Pressure test method and device for target chip, storage medium and program product

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102681525A (en) * 2011-03-15 2012-09-19 安凯(广州)微电子技术有限公司 Verification method and system for converter controller
CN106708671A (en) * 2015-11-17 2017-05-24 深圳市中兴微电子技术有限公司 Method and device for detecting bus behavior of system on chip
CN106844271A (en) * 2017-03-13 2017-06-13 郑州云海信息技术有限公司 A kind of system verification platform and method
CN107577636A (en) * 2017-09-12 2018-01-12 天津津航技术物理研究所 A kind of AXI bus interface datas Transmission system and transmission method based on SOC

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102681525A (en) * 2011-03-15 2012-09-19 安凯(广州)微电子技术有限公司 Verification method and system for converter controller
CN106708671A (en) * 2015-11-17 2017-05-24 深圳市中兴微电子技术有限公司 Method and device for detecting bus behavior of system on chip
CN106844271A (en) * 2017-03-13 2017-06-13 郑州云海信息技术有限公司 A kind of system verification platform and method
CN107577636A (en) * 2017-09-12 2018-01-12 天津津航技术物理研究所 A kind of AXI bus interface datas Transmission system and transmission method based on SOC

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
众核处理器访存链路接口的FPGA验证;周宏伟等;《国防科技大学学报》;20180628(第03期);全文 *
基于AXI协议的DMA接口的设计与验证;张美迪等;《第二十一届计算机工程与工艺年会暨第七届微处理器技术论坛论文集》;20170817;全文 *

Also Published As

Publication number Publication date
CN109522194A (en) 2019-03-26

Similar Documents

Publication Publication Date Title
CN109522194B (en) Automatic pressure test system and method for AXI protocol slave equipment interface
CN110213143B (en) 1553B bus IP core and monitoring system
US9495492B1 (en) Implementing synchronous triggers for waveform capture in an FPGA prototyping system
US20160188778A1 (en) Implementing system irritator accelerator fpga unit (afu) residing behind a coherent attached processors interface (capi) unit
CN113297018B (en) Method for verifying out-of-order transmission of AXI slave machine
US5815509A (en) Method and system for testing memory
US9152524B2 (en) Bus monitor circuit and bus monitor method
US9612934B2 (en) Network processor with distributed trace buffers
US20130290594A1 (en) Core-driven translation and loopback test
CN103198001B (en) Storage system capable of self-testing peripheral component interface express (PCIE) interface and test method
CN113270137B (en) DDR2 testing method based on FPGA embedded soft core
CN116627877B (en) On-chip bus state recording system and method
CN116414767A (en) Reordering method and system for AXI protocol-based out-of-order response
CN115695234A (en) System-level verification platform for PCIe bus network interface card
CN113128144A (en) Prototype verification system and simulation platform for verifying logic system design
US6493647B1 (en) Method and apparatus for exercising external memory with a memory built-in self-test
US7168029B2 (en) Method for testing a universal serial bus host controller
CN107688515B (en) Method for verifying buffer mode
CN113177388B (en) Device, system and method for testing and verifying IP (Internet protocol) core
US6675335B1 (en) Method and apparatus for exercising external memory with a memory built-in self-test
CN210380890U (en) Communication system and SIS system of Modbus equipment
CN109582523B (en) Method and system for effectively analyzing performance of NVMe (network video recorder) module at front end of SSD (solid State drive)
CN115481078A (en) Master-slave communication system and method
Kavianipour et al. A high-reliability PCIe communication system for small FPGAs
CN115952074B (en) Performance verification method and device for system on chip

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