WO2021164170A1 - Multi-path high-speed protocol interface dynamic reconfiguration system and implementation method therefor - Google Patents

Multi-path high-speed protocol interface dynamic reconfiguration system and implementation method therefor Download PDF

Info

Publication number
WO2021164170A1
WO2021164170A1 PCT/CN2020/098652 CN2020098652W WO2021164170A1 WO 2021164170 A1 WO2021164170 A1 WO 2021164170A1 CN 2020098652 W CN2020098652 W CN 2020098652W WO 2021164170 A1 WO2021164170 A1 WO 2021164170A1
Authority
WO
WIPO (PCT)
Prior art keywords
module
reconstruction
speed
speed protocol
interface
Prior art date
Application number
PCT/CN2020/098652
Other languages
French (fr)
Chinese (zh)
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 山东超越数控电子股份有限公司
Publication of WO2021164170A1 publication Critical patent/WO2021164170A1/en

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F13/00Interconnection of, or transfer of information or other signals between, memories, input/output devices or central processing units
    • G06F13/38Information transfer, e.g. on bus
    • G06F13/40Bus structure
    • G06F13/4004Coupling between buses
    • G06F13/4009Coupling between buses with data restructuring
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F13/00Interconnection of, or transfer of information or other signals between, memories, input/output devices or central processing units
    • G06F13/38Information transfer, e.g. on bus
    • G06F13/42Bus transfer protocol, e.g. handshake; Synchronisation

Definitions

  • the invention relates to a multi-channel high-speed protocol interface dynamic reconfigurable system and implementation method, belonging to the field of FPGA dynamic reconfigurable technology.
  • the present invention provides a multi-channel high-speed protocol interface dynamic reconfigurable system and implementation method.
  • a multi-channel high-speed protocol interface dynamic reconfigurable system including a reconfiguration control module, a high-speed protocol interface dynamic reconfigurable module, a non-volatile memory and a system host, in which:
  • the reconstruction control module receives the external reconstruction command, reads the configuration file corresponding to the reconstruction command, and transmits it to the high-speed protocol interface dynamic reconfigurable module;
  • the high-speed protocol interface dynamically reconfigurable module receives the configuration file sent by the reconfiguration control module to complete its own reconfiguration work; non-volatile memory is used to cache important data in the intermediate state before reconfiguration;
  • the system host is connected to the dynamic reconfigurable module through the high-speed interface and the high-speed protocol interface, and is connected to the configuration file storage through the network to upgrade the local configuration file online.
  • the high-speed protocol interface dynamic reconfigurable module is an FPGA chip, including a high-speed protocol interface analysis module, a data processing module and a SelectMAP interface.
  • the SelectMAP interface is connected to the reconstruction control module and data processing The module realizes the data transmission and processing functions of the high-speed protocol interface dynamically reconfigurable module.
  • the high-speed protocol interface analysis module includes SRIO analysis module, PCIe analysis module and NVMe analysis module.
  • the reconstruction control module is an FPGA chip, including configure FSM module, network analysis module, reconstruction command control module and local serial port command analysis module.
  • the system host inputs the reconstruction command
  • the reconstruction instruction control module analyzes and outputs the reconstruction instruction data through the network analysis module.
  • the reconstruction instruction module performs instruction identification, and completes the corresponding reconstruction work according to the corresponding instruction.
  • the configure FSM module writes the corresponding configuration file in the configuration file memory Enter the high-speed protocol interface dynamic reconfigurable module; the serial port command outputs the reconstruction instruction through the local serial port command parsing module, specifies it to read the corresponding configuration file in the configuration file memory, and transmits it to the high-speed protocol interface dynamic reconfigurable module through the SelectMAP interface.
  • a method for dynamically reconfigurable multi-channel high-speed protocol interface includes the following steps:
  • the board is in normal working condition
  • the reconstruction control module parses the reconstruction command
  • step S6 Confirm whether the data caching is completed, if it is completed, proceed to step S7, if it is not completed, proceed to step S5;
  • the reconstruction control module reads the configuration file and transmits it to the high-speed protocol dynamic reconfigurable module
  • step S8 Confirm whether the reconstruction is completed, if it is completed, proceed to step S9, if it is not completed, proceed to step S7;
  • the high-speed interface link re-establishes the connection
  • step S11 to step S10 are executed again, and if the connection is not established, step S9 is executed.
  • the present invention can realize the dynamic reconfiguration of multiple high-speed protocol interfaces under different application scenarios, and effectively solves the time-sharing multiplexing problems of multiple high-speed protocol interfaces, online upgrade of configuration file versions, and real-time fault maintenance. Problems, etc., achieved the effect of "one machine with multiple uses", increased the flexibility of the storage device, greatly reduced the resource overhead of the FPGA, and lowered the material cost of the device.
  • Fig. 1 is a schematic diagram of a dynamic reconfigurable system for multiple high-speed protocol interfaces of the present invention.
  • Figure 2 is a classification diagram of FPGA reconfigurable technology.
  • Figure 3 is the implementation block diagram of the slave selectMap configuration module.
  • Figure 4 is the implementation diagram of the configure module.
  • Figure 5 is a block diagram of the remote control reconstruction mode.
  • FIG. 6 Block diagram of local control reconstruction mode implementation.
  • Figure 7 is a block diagram of the realization method of dynamic reconfigurable multi-channel high-speed protocol interface.
  • a multi-channel high-speed protocol interface dynamic reconfigurable system including a reconfiguration control module, a high-speed protocol interface dynamic reconfigurable module, a non-volatile memory, and a system host, in which:
  • the reconstruction control module receives the external reconstruction command, reads the configuration file corresponding to the reconstruction command, and transmits it to the high-speed protocol interface dynamic reconfigurable module to assist in the completion of the reconstruction work, and can also upgrade the version of the configuration file online;
  • the high-speed protocol interface dynamically reconfigurable module receives the configuration file sent by the reconfiguration control module to complete its own reconfiguration work; non-volatile memory is used to cache important data in the intermediate state before reconfiguration;
  • the system host is connected to the dynamic reconfigurable module through the high-speed interface and the high-speed protocol interface, and is connected to the configuration file storage through the network to upgrade the local configuration file online.
  • the reconfiguration control module and the high-speed protocol interface dynamic reconfigurable module are all implemented by the FPGA chip.
  • FPGA mainly has three programming techniques: based on SRAM structure, based on Flash structure, and based on antifuse structure.
  • the FPGA based on the SRAM structure should write the configuration data into its on-chip random access memory (RAM) when it is initialized and powered on. After the initial configuration of the FPGA is completed, it can start to work normally, but when the FPGA is powered off, it is stored in the on-chip RAM The configuration data in will be lost immediately.
  • the FPGA based on the SRAM structure supports repeated programming, which is the basis for realizing reconfigurable technology.
  • the FPGA based on the SRAM structure supports repeated programming, and the erasing speed is fast. Therefore, the FPGA reconfigurable technologies involved in the present invention are all carried out for FPGAs based on the SRAM structure.
  • the reconfigurable technology of FPGA is divided into static reconstruction and dynamic reconstruction. According to the different reconstruction area, dynamic reconstruction can be divided into dynamic global reconstruction and dynamic local reconstruction.
  • the main object that needs to be reconfigurable in the present invention is the high-speed interface analysis module.
  • the high-speed interface analysis module mainly includes the physical layer, link layer, protocol layer, etc.
  • the physical layer uses FPGA hardware structure high-speed serial controller (Tranceiver), only It can be dynamically configured and cannot be defined by software, nor can it be reconfigured dynamically.
  • the link layer and protocol layer are defined by software and can be dynamically reconfigured.
  • the present invention proposes a software-defined global dynamic reconfigurable mode, that is, before reconfiguration, the configuration files supporting various high-speed protocols are stored in the peripheral configuration file memory.
  • the reconfiguration control module When the reconfiguration command is received, the reconfiguration control module will The corresponding configuration file is unloaded to the high-speed protocol dynamic reconfigurable module to complete the reconfiguration of the high-speed storage interface.
  • Table 1 shows the configuration bandwidth of the FPGA configuration mode.
  • the same configuration file uses different configuration methods, and the configuration time is very different.
  • the Slave SelectMAP configuration interface provides 8-bit, 16-bit, and 32-bit bidirectional data bus interfaces, which can be used to configure and read back the FPGA.
  • the fastest SelectMAP configuration clock is 100MHz. If the data width is 32 bits, the maximum bandwidth is 3.2Gb/s, and it supports data compression and supports the dynamic reconstruction function of parallel configuration. Therefore, the present invention selects the Slave SelectMAP configuration mode as reconstruction FPGA configuration mode.
  • the high-speed protocol interface dynamic reconfigurable module is an FPGA chip, including the high-speed protocol interface analysis module, data processing module and SelectMAP interface.
  • the SelectMAP interface is connected to the reconstruction control module.
  • the data processing module realizes the data transmission and data transmission of the high-speed protocol interface dynamic reconfigurable module Processing function
  • high-speed protocol interface analysis module includes SRIO analysis module, PCIe analysis module and NVMe analysis module and other high-speed protocol analysis modules, which effectively solves the problem of time-sharing multiplexing of high-speed protocols such as SRIO, PCIe, NVMe, and online upgrade of configuration file versions , Real-time fault maintenance issues, etc., to achieve the effect of "one machine with multiple uses", increase the flexibility of storage devices, greatly reduce FPGA resource overhead, and reduce the material cost of storage devices.
  • the reconstruction control module includes the configure FSM module, the network analysis module, the reconstruction command control module and the local serial command analysis module.
  • the system host inputs the reconstruction command to the reconstruction command control module, and analyzes and outputs the reconstruction command data through the network analysis module.
  • the configuration instruction module performs instruction recognition, and completes the corresponding reconstruction work according to the corresponding instruction.
  • the configure FSM module writes the corresponding configuration file in the configuration file memory to the dynamic reconfigurable module of the high-speed protocol interface; the serial port command passes through the local serial port command analysis module Output the number of reconstruction instructions, specify it to read the corresponding configuration file in the configuration file memory, and transmit it to the high-speed protocol interface dynamic reconfigurable module through the SelectMAP interface.
  • Figure 3 is the connection diagram of the reconfiguration control module for power-on configuration and version update of the high-speed protocol dynamic reconfigurable module through the slave selectMap interface.
  • the high-speed protocol dynamic reconfigurable module is the slave device, and the configuration logic is controlled by the reconfiguration The module is complete.
  • the specific implementation process is: the reconstruction control module receives local or remote reconstruction instructions, reads the configuration file from the corresponding location of the configuration file memory, and implements the configuration of the dynamic reconfigurable module through the slaveSelectMAP interface.
  • the specific operation steps are shown in Figure 4.
  • Two reconfiguration control modes are proposed in the present invention, which are divided into a local control mode and a remote control mode.
  • the remote reconfiguration mode can also realize the online upgrade function of the configuration file version.
  • Figure 5 shows the block diagram of the remote control reconstruction mode.
  • the system host can realize the remote reconstruction control of the reconstruction control module and the online upgrade of the configuration file through the Gigabit Ethernet interface.
  • the system host sends the reconstruction command or the updated version of the configuration file to the reconstruction control module through the Gigabit Ethernet.
  • the network parses the command, that is, SGMII IP core analysis, outputs the reconstruction instruction data, and then passes the reconstruction instruction control module for instruction recognition , According to the corresponding instructions, complete the corresponding reconstruction work.
  • it is a reconstruction command
  • start the Configure FSM module write the corresponding configuration file in the configuration file memory into the dynamic reconfigurable hardware acceleration controller, and reconstruct the high-speed interface protocol.
  • Figure 6 shows the block diagram of the local control reconstruction mode.
  • the local control mode can be used to realize the reconfiguration of the high-speed interface.
  • the local operation can be completed through the serial port, through the serial port command, specify it to read the corresponding configuration file in the configuration file memory, and transmit it to the reconfigurable high-speed protocol controller through the SelectMAP interface.
  • the reconstruction control module of the present invention can accept the local serial port control reconstruction command or the network signal reconstruction command of the system host, and write the corresponding configuration file in the configuration file memory into the high-speed interface dynamic reconfigurable module. Realize the reconfigurable function of high-speed interface.
  • the system host can upgrade the local configuration file online through the network port to realize the software version upgrade and fault maintenance functions.
  • the non-volatile memory caches the state and intermediate results before the reconfiguration configuration, so that the system can perform data backup for multiple reconfiguration tasks and facilitate the system to perform redundant upgrades.
  • a method for dynamically reconfigurable multi-channel high-speed protocol interface includes the following steps:
  • the board is in normal working condition
  • the reconstruction control module parses the reconstruction command
  • step S6 Confirm whether the data caching is completed, if it is completed, proceed to step S7, if it is not completed, proceed to step S5;
  • the reconstruction control module reads the configuration file and transmits it to the high-speed protocol dynamic reconfigurable module
  • step S8 Confirm whether the reconstruction is completed, if it is completed, proceed to step S9, if it is not completed, proceed to step S7;
  • the high-speed interface link re-establishes the connection
  • step S11 to step S10 are executed again, and if the connection is not established, step S9 is executed.

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Computer Hardware Design (AREA)
  • Stored Programmes (AREA)

Abstract

In light of the fact that high-speed protocol interfaces commonly used in fields such as current communication systems, radar systems, general purpose computer systems and storage systems are not sufficiently uniform, the present invention provides a multi-path high-speed protocol interface dynamic reconfiguration system and an implementation method therefor, which mainly solve the problem that a same interface may be configured into various high-speed protocol interfaces. The system comprises a reconfiguration control module, a high-speed protocol interface dynamic reconfiguration module, a non-volatile memory and a system main machine. The reconfiguration control module receives a remote or local reconfiguration command, reads a configuration file corresponding to the reconfiguration command, and transmits to the high-speed protocol interface dynamic reconfiguration module. The high-speed protocol interface dynamic reconfiguration module receives the configuration file sent by the reconfiguration control module, completes a reconfiguration operation, and reconfigures a protocol type of a high-speed interface. The non-volatile memory is used for caching important data in an intermediate state before the reconfiguration. The system main machine is connected to the high-speed protocol interface dynamic reconfiguration module via the high-speed interface.

Description

多路高速协议接口动态可重构系统及实现方法Multi-channel high-speed protocol interface dynamic reconfigurable system and realization method 技术领域Technical field
本发明涉及一种多路高速协议接口动态可重构系统及实现方法,属于FPGA的动态可重构技术领域。The invention relates to a multi-channel high-speed protocol interface dynamic reconfigurable system and implementation method, belonging to the field of FPGA dynamic reconfigurable technology.
背景技术Background technique
随着科学技术的发展,产生的数据量正在呈指数型增长,高速接口的使用也越来越普遍。但市场上的标准高速接口众多,各种领域采用的主要的高速协议接口不够统一,如通信系统的高速接口常用网络协议,雷达系统中高速接口常用SRIO协议,通用计算机系统中高速接口常用PCIe协议,而大容量存储设备高速接口常采用PCIe协议、NVMe协议。With the development of science and technology, the amount of data generated is increasing exponentially, and the use of high-speed interfaces is becoming more and more common. However, there are many standard high-speed interfaces on the market, and the main high-speed protocol interfaces used in various fields are not unified enough, such as the common network protocol for high-speed interfaces in communication systems, the SRIO protocol for high-speed interfaces in radar systems, and the PCIe protocol for high-speed interfaces in general computer systems. , And high-speed interfaces of mass storage devices often use PCIe protocol and NVMe protocol.
发明内容Summary of the invention
针对当前通信系统、雷达系统、通用计算机系统、存储系统等领域中常用的高速协议接口不够统一的情形,本发明提供了一种多路高速协议接口动态可重构系统及实现方法。Aiming at the situation that the commonly used high-speed protocol interfaces in the current communication systems, radar systems, general-purpose computer systems, storage systems and other fields are not uniform enough, the present invention provides a multi-channel high-speed protocol interface dynamic reconfigurable system and implementation method.
本发明为实现上述目的,通过以下技术方案实现:In order to achieve the above objectives, the present invention is achieved through the following technical solutions:
一种多路高速协议接口动态可重构系统,包括重构控制模块、高速协议接口动态可重构模块、非易失存储器和系统主机,其中:A multi-channel high-speed protocol interface dynamic reconfigurable system, including a reconfiguration control module, a high-speed protocol interface dynamic reconfigurable module, a non-volatile memory and a system host, in which:
重构控制模块,接收外部的重构命令,读取与重构命令对应的配置文件,再传输给高速协议接口动态可重构模块;The reconstruction control module receives the external reconstruction command, reads the configuration file corresponding to the reconstruction command, and transmits it to the high-speed protocol interface dynamic reconfigurable module;
高速协议接口动态可重构模块,收到重构控制模块发送的配置文件,完成自身的重构工作;非易失存储器,用于缓存重构之前的中间状态的重要数据;The high-speed protocol interface dynamically reconfigurable module receives the configuration file sent by the reconfiguration control module to complete its own reconfiguration work; non-volatile memory is used to cache important data in the intermediate state before reconfiguration;
系统主机,通过高速接口与高速协议接口动态可重构模块连接,并通过网络连接配置文件存储器,以在线升级本地的配置文件。The system host is connected to the dynamic reconfigurable module through the high-speed interface and the high-speed protocol interface, and is connected to the configuration file storage through the network to upgrade the local configuration file online.
上述多路高速协议接口动态可重构系统基础上,高速协议接口动态可重构模块为FPGA芯片,包括高速协议接口解析模块、数据处理模块和SelectMAP接口,SelectMAP接口连接重构控制模块,数据处理模块实现高速协议接口动态可重构模块的数据传输和处理功能,高速协议接口解析模块包括SRIO解析模块、PCIe解析模块和NVMe解析模块。Based on the above-mentioned multi-channel high-speed protocol interface dynamic reconfigurable system, the high-speed protocol interface dynamic reconfigurable module is an FPGA chip, including a high-speed protocol interface analysis module, a data processing module and a SelectMAP interface. The SelectMAP interface is connected to the reconstruction control module and data processing The module realizes the data transmission and processing functions of the high-speed protocol interface dynamically reconfigurable module. The high-speed protocol interface analysis module includes SRIO analysis module, PCIe analysis module and NVMe analysis module.
上述多路高速协议接口动态可重构系统基础上,重构控制模块为FPGA芯片,包括configure FSM模块、网络解析模块、重构指令控制模块和本地串口命令解析模块,系统主机将重构指令输入重构指令控制模块,通过网络解析模块解析输出重构指令数据,重构指令模块进行指令识别,根据相应的指令,完成对应的重构工作,configure FSM模块将配置文 件存储器中相应的配置文件写入高速协议接口动态可重构模块;串口命令通过本地串口命令解析模块输出重构指令,指定其读取配置文件存储器中相应的配置文件,通过SelectMAP接口传输给高速协议接口动态可重构模块。Based on the above-mentioned multi-channel high-speed protocol interface dynamic reconfigurable system, the reconstruction control module is an FPGA chip, including configure FSM module, network analysis module, reconstruction command control module and local serial port command analysis module. The system host inputs the reconstruction command The reconstruction instruction control module analyzes and outputs the reconstruction instruction data through the network analysis module. The reconstruction instruction module performs instruction identification, and completes the corresponding reconstruction work according to the corresponding instruction. The configure FSM module writes the corresponding configuration file in the configuration file memory Enter the high-speed protocol interface dynamic reconfigurable module; the serial port command outputs the reconstruction instruction through the local serial port command parsing module, specifies it to read the corresponding configuration file in the configuration file memory, and transmits it to the high-speed protocol interface dynamic reconfigurable module through the SelectMAP interface.
一种多路高速协议接口动态可重构实现方法,包括如下步骤:A method for dynamically reconfigurable multi-channel high-speed protocol interface includes the following steps:
S1.板卡处于正常工作状态;S1. The board is in normal working condition;
S2.等待接收本地的串口控制重构指令或者系统主机的网络信号重构指令;S2. Waiting to receive the local serial port control reconstruction command or the network signal reconstruction command of the system host;
S3.接收到重构命令,重构控制模块解析重构指令;S3. After receiving the reconstruction command, the reconstruction control module parses the reconstruction command;
S4.向高速协议动态可重构模块发送停止工作指令,高速协议动态可重构模块停止工作并把当前的重要数据打包;S4. Send a stop working instruction to the high-speed protocol dynamic reconfigurable module, and the high-speed protocol dynamic reconfigurable module stops working and packs the current important data;
S5.打包的重要数据缓存到非易失存储器;S5. The packaged important data is cached to the non-volatile memory;
S6.确认数据缓存是否完成,如果完成则执行步骤S7,如果没有完成执行步骤S5;S6. Confirm whether the data caching is completed, if it is completed, proceed to step S7, if it is not completed, proceed to step S5;
S7.重构控制模块读取配置文件,传输给高速协议动态可重构模块;S7. The reconstruction control module reads the configuration file and transmits it to the high-speed protocol dynamic reconfigurable module;
S8.确认重构是否完成,如果完成则执行步骤S9,如果没有完成继续执行步骤S7;S8. Confirm whether the reconstruction is completed, if it is completed, proceed to step S9, if it is not completed, proceed to step S7;
S9.高速接口链路重新建立连接;S9. The high-speed interface link re-establishes the connection;
S10.确认高速接口是否建立连接;S10. Confirm whether the high-speed interface establishes a connection;
S11.如果建立连接则重新执行步骤S1至步骤S10,如果没有建立连接则执行步骤S9。S11. If the connection is established, step S1 to step S10 are executed again, and if the connection is not established, step S9 is executed.
本发明的优点在于:本发明可以实现不同应用场景下,多种高速协议接口的动态可重构,有效解决了多种高速协议接口分时复用问题、配置文件版本在线升级问题、实时故障维修问题等,达到了“一机多用”的效果,增加了存储设备的灵活性,大大降低FPGA的资源开销,降低了设备的物料成本。The advantages of the present invention are: the present invention can realize the dynamic reconfiguration of multiple high-speed protocol interfaces under different application scenarios, and effectively solves the time-sharing multiplexing problems of multiple high-speed protocol interfaces, online upgrade of configuration file versions, and real-time fault maintenance. Problems, etc., achieved the effect of "one machine with multiple uses", increased the flexibility of the storage device, greatly reduced the resource overhead of the FPGA, and lowered the material cost of the device.
附图说明Description of the drawings
附图用来提供对本发明的进一步理解,并且构成说明书的一部分,与本发明的实施例一起用于解释本发明,并不构成对本发明的限制。The accompanying drawings are used to provide a further understanding of the present invention and constitute a part of the specification. Together with the embodiments of the present invention, they are used to explain the present invention, and do not constitute a limitation to the present invention.
图1为本发明多路高速协议接口动态可重构系统的示意图。Fig. 1 is a schematic diagram of a dynamic reconfigurable system for multiple high-speed protocol interfaces of the present invention.
图2为FPGA可重构技术分类图。Figure 2 is a classification diagram of FPGA reconfigurable technology.
图3为slave selectMap配置模块实现框图。Figure 3 is the implementation block diagram of the slave selectMap configuration module.
图4为configure模块实现图。Figure 4 is the implementation diagram of the configure module.
图5为远程控制重构模式实现框图。Figure 5 is a block diagram of the remote control reconstruction mode.
图6本地控制重构模式实现框图。Figure 6 Block diagram of local control reconstruction mode implementation.
图7为多路高速协议接口动态可重构实现方法实现框图。Figure 7 is a block diagram of the realization method of dynamic reconfigurable multi-channel high-speed protocol interface.
具体实施方式Detailed ways
下面将结合本发明实施例中的附图,对本发明实施例中的技术方案进行清楚、完整地描述,显然,所描述的实施例仅仅是本发明一部分实施例,而不是全部的实施例。基于本发明中的实施例,本领域普通技术人员在没有做出创造性劳动前提下所获得的所有其他实施例,都属于本发明保护的范围。The technical solutions in the embodiments of the present invention will be clearly and completely described below in conjunction with the accompanying drawings in the embodiments of the present invention. Obviously, the described embodiments are only a part of the embodiments of the present invention, rather than all the embodiments. Based on the embodiments of the present invention, all other embodiments obtained by those of ordinary skill in the art without creative work shall fall within the protection scope of the present invention.
参考图1,一种多路高速协议接口动态可重构系统,包括重构控制模块、高速协议接口动态可重构模块、非易失存储器和系统主机,其中:Referring to Figure 1, a multi-channel high-speed protocol interface dynamic reconfigurable system, including a reconfiguration control module, a high-speed protocol interface dynamic reconfigurable module, a non-volatile memory, and a system host, in which:
重构控制模块,接收外部的重构命令,读取与重构命令对应的配置文件,再传输给高速协议接口动态可重构模块,协助完成重构工作,还可以在线升级配置文件的版本;The reconstruction control module receives the external reconstruction command, reads the configuration file corresponding to the reconstruction command, and transmits it to the high-speed protocol interface dynamic reconfigurable module to assist in the completion of the reconstruction work, and can also upgrade the version of the configuration file online;
高速协议接口动态可重构模块,收到重构控制模块发送的配置文件,完成自身的重构工作;非易失存储器,用于缓存重构之前的中间状态的重要数据;The high-speed protocol interface dynamically reconfigurable module receives the configuration file sent by the reconfiguration control module to complete its own reconfiguration work; non-volatile memory is used to cache important data in the intermediate state before reconfiguration;
系统主机,通过高速接口与高速协议接口动态可重构模块连接,并通过网络连接配置文件存储器,以在线升级本地的配置文件。The system host is connected to the dynamic reconfigurable module through the high-speed interface and the high-speed protocol interface, and is connected to the configuration file storage through the network to upgrade the local configuration file online.
本实施例中,重构控制模块、高速协议接口动态可重构模块均由FPGA芯片实现,目前FPGA主要有三种编程工艺:基于SRAM结构、基于Flash结构和基于反熔丝结构。其中基于SRAM结构的FPGA在初始化上电时要将配置数据写入其片内随机存储器(RAM)中,当FPGA初始化配置完成后即可开始正常工作,但是当FPGA掉电后存储在片内RAM中的配置数据会立刻丢失。基于SRAM结构的FPGA支持重复编程,这是实现可重构技术的基础。基于SRAM结构的FPGA支持重复编程,且擦除速度快。因此,本发明涉及的FPGA可重构技术均是针对基于SRAM结构的FPGA进行的。In this embodiment, the reconfiguration control module and the high-speed protocol interface dynamic reconfigurable module are all implemented by the FPGA chip. At present, FPGA mainly has three programming techniques: based on SRAM structure, based on Flash structure, and based on antifuse structure. Among them, the FPGA based on the SRAM structure should write the configuration data into its on-chip random access memory (RAM) when it is initialized and powered on. After the initial configuration of the FPGA is completed, it can start to work normally, but when the FPGA is powered off, it is stored in the on-chip RAM The configuration data in will be lost immediately. The FPGA based on the SRAM structure supports repeated programming, which is the basis for realizing reconfigurable technology. The FPGA based on the SRAM structure supports repeated programming, and the erasing speed is fast. Therefore, the FPGA reconfigurable technologies involved in the present invention are all carried out for FPGAs based on the SRAM structure.
如图2所示,FPGA的可重构技术分为静态重构和动态重构,根据重构面积的不同,动态重构可以划分为动态全局重构与动态局部重构。本发明中需要可重构的主要对象是高速接口解析模块,高速接口解析模块主要包括物理层、链路层、协议层等,物理层使用FPGA的硬件结构高速串行控制器(Tranceiver),只可以动态配置无法软件定义,也无法动态重构。链路层和协议层由软件定义,可实现动态重构。由于FPGA内部单元布局时物理层和链路层、协议层位置紧邻,路径最短才能实现高速协议的高速传输,所以划分局部可重构区域比较困难。本发明提出了软件定义的全局动态可重构方式,即在重构之前将分别支持各种高速协议的配置文件存在外围的配置文件存储器中,当接收到重构命令后,重构控制模块将相应的配置文件卸载到高速协议动态可重构模块中,完成高速存储接口的重构工作。As shown in Figure 2, the reconfigurable technology of FPGA is divided into static reconstruction and dynamic reconstruction. According to the different reconstruction area, dynamic reconstruction can be divided into dynamic global reconstruction and dynamic local reconstruction. The main object that needs to be reconfigurable in the present invention is the high-speed interface analysis module. The high-speed interface analysis module mainly includes the physical layer, link layer, protocol layer, etc. The physical layer uses FPGA hardware structure high-speed serial controller (Tranceiver), only It can be dynamically configured and cannot be defined by software, nor can it be reconfigured dynamically. The link layer and protocol layer are defined by software and can be dynamically reconfigured. Because the physical layer and the link layer and the protocol layer are in close proximity during the layout of the internal units of the FPGA, and the shortest path can realize the high-speed transmission of the high-speed protocol, it is difficult to divide the local reconfigurable area. The present invention proposes a software-defined global dynamic reconfigurable mode, that is, before reconfiguration, the configuration files supporting various high-speed protocols are stored in the peripheral configuration file memory. When the reconfiguration command is received, the reconfiguration control module will The corresponding configuration file is unloaded to the high-speed protocol dynamic reconfigurable module to complete the reconfiguration of the high-speed storage interface.
表1FPGA配置模式的配置带宽Table 1 Configuration bandwidth of FPGA configuration mode
Figure PCTCN2020098652-appb-000001
Figure PCTCN2020098652-appb-000001
表1所示为FPGA配置模式的配置带宽,相同的配置文件使用不同的配置方式,配置时间也就大不相同。其中Slave SelectMAP配置接口提供了8位、16位、32位的双向数据总线接口,可以用于配置和回读FPGA。SelectMAP配置时钟最快为100MHz,如果数据宽度选择32位,则最大带宽为3.2Gb/s,且支持数据压缩功能,支持并行配置的动态重构功能,所以本发明选用Slave SelectMAP配置模式为重构FPGA的配置模式。Table 1 shows the configuration bandwidth of the FPGA configuration mode. The same configuration file uses different configuration methods, and the configuration time is very different. Among them, the Slave SelectMAP configuration interface provides 8-bit, 16-bit, and 32-bit bidirectional data bus interfaces, which can be used to configure and read back the FPGA. The fastest SelectMAP configuration clock is 100MHz. If the data width is 32 bits, the maximum bandwidth is 3.2Gb/s, and it supports data compression and supports the dynamic reconstruction function of parallel configuration. Therefore, the present invention selects the Slave SelectMAP configuration mode as reconstruction FPGA configuration mode.
高速协议接口动态可重构模块为FPGA芯片,包括高速协议接口解析模块、数据处理模块和SelectMAP接口,SelectMAP接口连接重构控制模块,数据处理模块实现高速协议接口动态可重构模块的数据传输和处理功能,高速协议接口解析模块包括SRIO解析模块、PCIe解析模块和NVMe解析模块等高速协议解析模块,有效解决了SRIO、PCIe、NVMe等高速协议分时复用问题、配置文件的版本在线升级问题、实时故障维修问题等,达到了“一机多用”的效果,增加了存储设备的灵活性,大大降低FPGA的资源开销,降低了存储设备的物料成本。The high-speed protocol interface dynamic reconfigurable module is an FPGA chip, including the high-speed protocol interface analysis module, data processing module and SelectMAP interface. The SelectMAP interface is connected to the reconstruction control module. The data processing module realizes the data transmission and data transmission of the high-speed protocol interface dynamic reconfigurable module Processing function, high-speed protocol interface analysis module includes SRIO analysis module, PCIe analysis module and NVMe analysis module and other high-speed protocol analysis modules, which effectively solves the problem of time-sharing multiplexing of high-speed protocols such as SRIO, PCIe, NVMe, and online upgrade of configuration file versions , Real-time fault maintenance issues, etc., to achieve the effect of "one machine with multiple uses", increase the flexibility of storage devices, greatly reduce FPGA resource overhead, and reduce the material cost of storage devices.
重构控制模块包括configure FSM模块、网络解析模块、重构指令控制模块和本地串口命令解析模块,系统主机将重构指令输入重构指令控制模块,通过网络解析模块解析输出重构指令数据,重构指令模块进行指令识别,根据相应的指令,完成对应的重构工作,configure FSM模块将配置文件存储器中相应的配置文件写入高速协议接口动态可重构模块;串口命令通过本地串口命令解析模块输出重构指令数,指定其读取配置文件存储器中相应的配置文件,通过SelectMAP接口传输给高速协议接口动态可重构模块。图3为重构控制 模块通过slave selectMap接口对高速协议动态可重构模块进行上电配置与版本更新操作的连接图,其中高速协议动态可重构模块为从设备端,配置逻辑由重构控制模块完成。具体实现过程为:重构控制模块收本地或远程的重构指令,从配置文件存储器的对应位置读取配置文件,通过slaveSelectMAP接口实现对动态可重构模块的配置。具体的操作步骤如图4所示。The reconstruction control module includes the configure FSM module, the network analysis module, the reconstruction command control module and the local serial command analysis module. The system host inputs the reconstruction command to the reconstruction command control module, and analyzes and outputs the reconstruction command data through the network analysis module. The configuration instruction module performs instruction recognition, and completes the corresponding reconstruction work according to the corresponding instruction. The configure FSM module writes the corresponding configuration file in the configuration file memory to the dynamic reconfigurable module of the high-speed protocol interface; the serial port command passes through the local serial port command analysis module Output the number of reconstruction instructions, specify it to read the corresponding configuration file in the configuration file memory, and transmit it to the high-speed protocol interface dynamic reconfigurable module through the SelectMAP interface. Figure 3 is the connection diagram of the reconfiguration control module for power-on configuration and version update of the high-speed protocol dynamic reconfigurable module through the slave selectMap interface. The high-speed protocol dynamic reconfigurable module is the slave device, and the configuration logic is controlled by the reconfiguration The module is complete. The specific implementation process is: the reconstruction control module receives local or remote reconstruction instructions, reads the configuration file from the corresponding location of the configuration file memory, and implements the configuration of the dynamic reconfigurable module through the slaveSelectMAP interface. The specific operation steps are shown in Figure 4.
本发明中提出了2种重构控制模式,分为本地控制模式和远程控制模式,其中远程重构模式还可以实现配置文件版本在线升级功能。Two reconfiguration control modes are proposed in the present invention, which are divided into a local control mode and a remote control mode. The remote reconfiguration mode can also realize the online upgrade function of the configuration file version.
如图5所示为远程控制重构模式实现框图。系统主机可以通过千兆以太网接口实现重构控制模块的远程重构控制和配置文件的在线升级。系统主机通过千兆以太网发送重构命令或者更新版本的配置文件到重构控制模块中,经过网络解析命令即SGMII IP核解析,输出重构指令数据,再经过重构指令控制模块进行指令识别,根据相应的指令,完成对应的重构工作。当是重构命令时,启动Configure FSM模块,将配置文件存储器中相应的配置文件写入动态可重构硬件加速控制器中,重构高速接口协议。当是新版本的配置文件时,写入配置文件存储器中相应的地址中,替换之前的旧版本文件。通过远程控制重构模式的方法,可以实时重构高速接口协议,又可以在线升级配置文件的版本,是实现安全故障维修的有效方法。Figure 5 shows the block diagram of the remote control reconstruction mode. The system host can realize the remote reconstruction control of the reconstruction control module and the online upgrade of the configuration file through the Gigabit Ethernet interface. The system host sends the reconstruction command or the updated version of the configuration file to the reconstruction control module through the Gigabit Ethernet. The network parses the command, that is, SGMII IP core analysis, outputs the reconstruction instruction data, and then passes the reconstruction instruction control module for instruction recognition , According to the corresponding instructions, complete the corresponding reconstruction work. When it is a reconstruction command, start the Configure FSM module, write the corresponding configuration file in the configuration file memory into the dynamic reconfigurable hardware acceleration controller, and reconstruct the high-speed interface protocol. When it is a new version of the configuration file, it is written into the corresponding address in the configuration file storage to replace the previous version of the file. By remotely controlling the reconstruction mode, the high-speed interface protocol can be reconstructed in real time, and the version of the configuration file can be upgraded online, which is an effective method to realize safe fault maintenance.
图6所示,为本地控制重构模式实现框图。在系统主机不具备自定义软件可以远程控制重构命令的条件下,可以采用本地控制的模式来实现高速接口的重构。在本地的操作可以通过串口完成,通过串口命令,指定其读取配置文件存储器中相应的配置文件,通过SelectMAP接口传输给可重构高速协议控制器。Figure 6 shows the block diagram of the local control reconstruction mode. Under the condition that the system host does not have custom software to remotely control the reconfiguration command, the local control mode can be used to realize the reconfiguration of the high-speed interface. The local operation can be completed through the serial port, through the serial port command, specify it to read the corresponding configuration file in the configuration file memory, and transmit it to the reconfigurable high-speed protocol controller through the SelectMAP interface.
在进行全局动态重构时,将特定高速接口的全局比特流配置文件加载到动态可重构硬件加速控制器中,重构前的FPGA逻辑资源所有逻辑全部被擦掉,因此一些状态指示和计算的中间结果等重要数据在重构前需要保存到一定的存储区域中。When performing global dynamic reconstruction, load the global bitstream configuration file of a specific high-speed interface into the dynamic reconfigurable hardware acceleration controller. All logic of the FPGA logic resources before reconstruction is erased, so some status indications and calculations Important data such as the intermediate results of the software need to be saved in a certain storage area before reconstruction.
综上所述,本发明重构控制模块可以接受本地的串口控制重构指令或者系统主机的网络信号重构指令,将配置文件存储器中相应的配置文件写入高速接口动态可重构模块中,实现高速接口的可重构功能。系统主机可以通过网口在线升级本地的配置文件,实现软件版本升级及故障维修功能。非易失存储器中缓存重构配置之前的状态和中间结果,以便系统进行多次重构任务的数据备份,方便系统进行冗余升级。In summary, the reconstruction control module of the present invention can accept the local serial port control reconstruction command or the network signal reconstruction command of the system host, and write the corresponding configuration file in the configuration file memory into the high-speed interface dynamic reconfigurable module. Realize the reconfigurable function of high-speed interface. The system host can upgrade the local configuration file online through the network port to realize the software version upgrade and fault maintenance functions. The non-volatile memory caches the state and intermediate results before the reconfiguration configuration, so that the system can perform data backup for multiple reconfiguration tasks and facilitate the system to perform redundant upgrades.
参考图7,一种多路高速协议接口动态可重构实现方法,包括如下步骤:Referring to Fig. 7, a method for dynamically reconfigurable multi-channel high-speed protocol interface includes the following steps:
S1.板卡处于正常工作状态;S1. The board is in normal working condition;
S2.等待接收本地的串口控制重构指令或者系统主机的网络信号重构指令;S2. Waiting to receive the local serial port control reconstruction command or the network signal reconstruction command of the system host;
S3.接收到重构命令,重构控制模块解析重构指令;S3. After receiving the reconstruction command, the reconstruction control module parses the reconstruction command;
S4.向高速协议动态可重构模块发送停止工作指令,高速协议动态可重构模块停止工作并把当前的重要数据打包;S4. Send a stop working instruction to the high-speed protocol dynamic reconfigurable module, and the high-speed protocol dynamic reconfigurable module stops working and packs the current important data;
S5.打包的重要数据缓存到非易失存储器;S5. The packaged important data is cached to the non-volatile memory;
S6.确认数据缓存是否完成,如果完成则执行步骤S7,如果没有完成执行步骤S5;S6. Confirm whether the data caching is completed, if it is completed, proceed to step S7, if it is not completed, proceed to step S5;
S7.重构控制模块读取配置文件,传输给高速协议动态可重构模块;S7. The reconstruction control module reads the configuration file and transmits it to the high-speed protocol dynamic reconfigurable module;
S8.确认重构是否完成,如果完成则执行步骤S9,如果没有完成继续执行步骤S7;S8. Confirm whether the reconstruction is completed, if it is completed, proceed to step S9, if it is not completed, proceed to step S7;
S9.高速接口链路重新建立连接;S9. The high-speed interface link re-establishes the connection;
S10.确认高速接口是否建立连接;S10. Confirm whether the high-speed interface establishes a connection;
S11.如果建立连接则重新执行步骤S1至步骤S10,如果没有建立连接则执行步骤S9。S11. If the connection is established, step S1 to step S10 are executed again, and if the connection is not established, step S9 is executed.
最后应说明的是:以上所述仅为本发明的优选实施例而已,并不用于限制本发明,尽管参照前述实施例对本发明进行了详细的说明,对于本领域的技术人员来说,其依然可以对前述各实施例所记载的技术方案进行修改,或者对其中部分技术特征进行等同替换。凡在本发明的精神和原则之内,所作的任何修改、等同替换、改进等,均应包含在本发明的保护范围之内。Finally, it should be noted that the above descriptions are only preferred embodiments of the present invention and are not intended to limit the present invention. Although the present invention has been described in detail with reference to the foregoing embodiments, it is still for those skilled in the art. The technical solutions described in the foregoing embodiments may be modified, or some of the technical features may be equivalently replaced. Any modification, equivalent replacement, improvement, etc. made within the spirit and principle of the present invention should be included in the protection scope of the present invention.

Claims (4)

  1. 一种多路高速协议接口动态可重构系统,其特征在于:包括重构控制模块、高速协议接口动态可重构模块、非易失存储器和系统主机,其中:A multi-channel high-speed protocol interface dynamic reconfigurable system, which is characterized in that it includes a reconfiguration control module, a high-speed protocol interface dynamic reconfigurable module, a non-volatile memory and a system host, wherein:
    重构控制模块,接收外部的重构命令,读取与重构命令对应的配置文件,再传输给高速协议接口动态可重构模块;The reconstruction control module receives the external reconstruction command, reads the configuration file corresponding to the reconstruction command, and transmits it to the high-speed protocol interface dynamic reconfigurable module;
    高速协议接口动态可重构模块,收到重构控制模块发送的配置文件,完成自身的重构工作,重新配置高速接口的协议类型;The high-speed protocol interface dynamically reconfigurable module receives the configuration file sent by the reconstruction control module, completes its own reconstruction work, and reconfigures the protocol type of the high-speed interface;
    非易失存储器,用于缓存重构之前的中间状态的重要数据;Non-volatile memory, used to cache important data in the intermediate state before reconstruction;
    系统主机,通过高速接口与高速协议接口动态可重构模块连接,并通过网络连接配置文件存储器,以在线升级本地的配置文件。The system host is connected to the dynamic reconfigurable module through the high-speed interface and the high-speed protocol interface, and is connected to the configuration file storage through the network to upgrade the local configuration file online.
  2. 根据权利要求1所述多路高速协议接口动态可重构系统,其特征在于:高速协议接口动态可重构模块为FPGA芯片,包括高速协议接口解析模块、数据处理模块和SelectMAP接口,SelectMAP接口连接重构控制模块,数据处理模块实现高速协议接口动态可重构模块的数据传输和处理功能,高速协议接口解析模块包括SRIO解析模块、PCIe解析模块和NVMe解析模块。The multi-channel high-speed protocol interface dynamic reconfigurable system according to claim 1, characterized in that: the high-speed protocol interface dynamic reconfigurable module is an FPGA chip, including a high-speed protocol interface analysis module, a data processing module and a SelectMAP interface, and the SelectMAP interface is connected The reconfiguration control module, the data processing module realizes the data transmission and processing functions of the high-speed protocol interface dynamically reconfigurable module. The high-speed protocol interface analysis module includes the SRIO analysis module, the PCIe analysis module and the NVMe analysis module.
  3. 根据权利要求1所述多路高速协议接口动态可重构系统,其特征在于:重构控制模块为FPGA芯片,包括configure FSM模块、网络解析模块、重构指令控制模块和本地串口命令解析模块,系统主机将重构指令输入重构指令控制模块,通过网络解析模块解析出重构指令数据,重构指令模块进行指令识别,根据相应的指令,完成对应的重构工作,configure FSM模块将配置文件存储器中相应的配置文件写入高速协议接口动态可重构模块;串口命令通过本地串口命令解析模块输出重构指令,指定其读取配置文件存储器中相应的配置文件,通过SelectMAP接口传输给高速协议接口动态可重构模块。The multi-channel high-speed protocol interface dynamic reconfigurable system according to claim 1, wherein the reconfiguration control module is an FPGA chip, including a configure FSM module, a network analysis module, a reconfiguration instruction control module and a local serial port command analysis module, The system host inputs the reconstruction instruction to the reconstruction instruction control module, and analyzes the reconstruction instruction data through the network analysis module. The reconstruction instruction module performs instruction recognition, and completes the corresponding reconstruction work according to the corresponding instruction. The configure FSM module configures the file The corresponding configuration file in the memory is written into the dynamic reconfigurable module of the high-speed protocol interface; the serial port command outputs the reconstruction instruction through the local serial port command parsing module, specifies it to read the corresponding configuration file in the configuration file memory, and transmits it to the high-speed protocol through the SelectMAP interface Dynamically reconfigurable interface module.
  4. 一种多路高速协议接口动态可重构实现方法,其特征在于,包括如下步骤:A method for dynamically reconfigurable multi-channel high-speed protocol interface is characterized in that it comprises the following steps:
    S1.板卡处于正常工作状态;S1. The board is in normal working condition;
    S2.等待接收本地的串口控制重构指令或者系统主机的网络信号重构指令;S2. Waiting to receive the local serial port control reconstruction command or the network signal reconstruction command of the system host;
    S3.接收到重构命令,重构控制模块解析重构指令;S3. After receiving the reconstruction command, the reconstruction control module parses the reconstruction command;
    S4.向高速协议动态可重构模块发送停止工作指令,高速协议动态可重构模块停止工作并把当前的重要数据打包;S4. Send a stop working instruction to the high-speed protocol dynamic reconfigurable module, and the high-speed protocol dynamic reconfigurable module stops working and packs the current important data;
    S5.打包的重要数据缓存到非易失存储器;S5. The packaged important data is cached to the non-volatile memory;
    S6.确认数据缓存是否完成,如果完成则执行步骤S7,如果没有完成执行步骤S5;S6. Confirm whether the data caching is completed, if it is completed, proceed to step S7, if it is not completed, proceed to step S5;
    S7.重构控制模块读取配置文件,传输给高速协议动态可重构模块;S7. The reconstruction control module reads the configuration file and transmits it to the high-speed protocol dynamic reconfigurable module;
    S8.确认重构是否完成,如果完成则执行步骤S9,如果没有完成继续执行步骤S7;S8. Confirm whether the reconstruction is completed, if it is completed, proceed to step S9, if it is not completed, proceed to step S7;
    S9.高速接口链路重新建立连接;S9. The high-speed interface link re-establishes the connection;
    S10.确认高速接口是否建立连接;S10. Confirm whether the high-speed interface establishes a connection;
    S11.如果建立连接则重新执行步骤S1至步骤S10,如果没有建立连接则执行步骤S9。S11. If the connection is established, step S1 to step S10 are executed again, and if the connection is not established, step S9 is executed.
PCT/CN2020/098652 2020-02-21 2020-06-29 Multi-path high-speed protocol interface dynamic reconfiguration system and implementation method therefor WO2021164170A1 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN202010106764.4A CN111274183A (en) 2020-02-21 2020-02-21 Multi-path high-speed protocol interface dynamic reconfigurable system and implementation method
CN202010106764.4 2020-02-21

Publications (1)

Publication Number Publication Date
WO2021164170A1 true WO2021164170A1 (en) 2021-08-26

Family

ID=70997897

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2020/098652 WO2021164170A1 (en) 2020-02-21 2020-06-29 Multi-path high-speed protocol interface dynamic reconfiguration system and implementation method therefor

Country Status (2)

Country Link
CN (1) CN111274183A (en)
WO (1) WO2021164170A1 (en)

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114296650A (en) * 2021-12-27 2022-04-08 中国航天科工集团八五一一研究所 Intermediate-frequency large-capacity acquired data file processing method based on FPGA
CN114443170A (en) * 2022-01-29 2022-05-06 中国航空无线电电子研究所 FPGA dynamic parallel loading and unloading system
CN116521614A (en) * 2023-07-05 2023-08-01 西安智多晶微电子有限公司 FPGA dynamic local reconfiguration method
CN117453462A (en) * 2023-12-26 2024-01-26 中国人民解放军国防科技大学 Reliable reconstruction and loading operation method for satellite-borne equipment software
CN117811644A (en) * 2024-02-29 2024-04-02 中国电子科技集团公司第五十四研究所 Satellite integrated electronic device with definable protocol reconfigurable function

Families Citing this family (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111274183A (en) * 2020-02-21 2020-06-12 山东超越数控电子股份有限公司 Multi-path high-speed protocol interface dynamic reconfigurable system and implementation method
CN111857866B (en) * 2020-06-29 2022-06-17 浪潮电子信息产业股份有限公司 Loading method and device of multiple dynamic cores and computer readable storage medium
CN111797042B (en) * 2020-06-29 2022-02-22 西安微电子技术研究所 Unified interface architecture based on microsystem integration and working method
CN111858415B (en) * 2020-07-30 2024-03-15 超越科技股份有限公司 Multi-channel multi-protocol hardware acceleration method for data receiving and storing
US20230306169A1 (en) * 2020-08-20 2023-09-28 Siemens Industry Software Inc. Hybrid Switching Architecture For SerDes Communication Channels In Reconfigurable Hardware Modeling Circuits
CN112000360A (en) * 2020-08-25 2020-11-27 山东超越数控电子股份有限公司 FPGA (field programmable Gate array) online upgrading method based on dynamic local reconstruction
CN111984199A (en) * 2020-08-26 2020-11-24 山东超越数控电子股份有限公司 Concurrent large-capacity storage method and system
CN112181891B (en) * 2020-10-23 2022-07-12 北京大地信合信息技术有限公司 NVMe (network video recorder) -based storage board card and data processing method
CN112291237A (en) * 2020-10-28 2021-01-29 山东超越数控电子股份有限公司 Reconfigurable symmetric encryption method for realizing software definition based on domestic FPGA
CN114253891A (en) * 2021-12-15 2022-03-29 北京云迹科技股份有限公司 Configuration method, device, equipment and storage medium
CN114398304A (en) * 2022-03-01 2022-04-26 山西银河电子设备厂 Method for solving SRIO interface blocking
US20240143518A1 (en) * 2022-10-26 2024-05-02 Western Digital Technologies, Inc. Using Control Bus Communication to Accelerate Link Negotiation

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104219121A (en) * 2014-09-16 2014-12-17 西南大学 Serial bus communication online reconstruction method based on FPGA (field programmable gate array)
CN110287141A (en) * 2019-06-27 2019-09-27 天津津航计算技术研究所 A kind of FPGA reconstructing method and system based on multiple interfaces
CN111274183A (en) * 2020-02-21 2020-06-12 山东超越数控电子股份有限公司 Multi-path high-speed protocol interface dynamic reconfigurable system and implementation method

Family Cites Families (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101964448A (en) * 2010-08-27 2011-02-02 中国科学院上海微系统与信息技术研究所 Satellite-borne multi-beam phased-array antenna capable of realizing on-track reconstruction
CN103561116B (en) * 2013-11-20 2016-09-21 哈尔滨工业大学 Use the method that restructural PXI serial communication card realizes remote reconstruction
CN103647560A (en) * 2013-11-25 2014-03-19 成都九华圆通科技发展有限公司 Dynamically reconfigurable direct digital synthesis jammer and dynamic configuration method
CN104572213B (en) * 2015-01-23 2017-11-07 北京控制工程研究所 A kind of reconstructing method of spaceborne control computer
CN106027510B (en) * 2016-05-13 2019-07-26 西南大学 The dynamic reconfiguration method and system of the communication network of Industrial Ethernet
CN107807902B (en) * 2017-10-25 2021-05-14 电子科技大学 FPGA dynamic reconfiguration controller resisting single event effect
CN109460383A (en) * 2018-12-29 2019-03-12 中科院计算技术研究所南京移动通信与计算创新研究院 Static restructural Digital Down Convert device, system and method
CN109858195B (en) * 2019-03-22 2022-11-08 中国科学院光电技术研究所 Online simulation system for necessary bit single-particle upset fault on SRAM (static random Access memory) type FPGA (field programmable Gate array)
CN110278380A (en) * 2019-07-18 2019-09-24 成都甄识科技有限公司 A kind of restructural super more mesh cameras and its multiplexing method

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104219121A (en) * 2014-09-16 2014-12-17 西南大学 Serial bus communication online reconstruction method based on FPGA (field programmable gate array)
CN110287141A (en) * 2019-06-27 2019-09-27 天津津航计算技术研究所 A kind of FPGA reconstructing method and system based on multiple interfaces
CN111274183A (en) * 2020-02-21 2020-06-12 山东超越数控电子股份有限公司 Multi-path high-speed protocol interface dynamic reconfigurable system and implementation method

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
LI, KUNJI: "Research on Dynamically Reconfigurable Technology and its Application Based on FPGA", CHINESE MASTER'S THESES FULL-TEXT DATABASE, no. 03, 1 July 2012 (2012-07-01), CN, pages 1 - 95, XP009529922, ISSN: 1674-0246 *

Cited By (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114296650A (en) * 2021-12-27 2022-04-08 中国航天科工集团八五一一研究所 Intermediate-frequency large-capacity acquired data file processing method based on FPGA
CN114296650B (en) * 2021-12-27 2023-09-26 中国航天科工集团八五一一研究所 Intermediate frequency high-capacity acquisition data file processing method based on FPGA
CN114443170A (en) * 2022-01-29 2022-05-06 中国航空无线电电子研究所 FPGA dynamic parallel loading and unloading system
CN114443170B (en) * 2022-01-29 2023-10-24 中国航空无线电电子研究所 FPGA dynamic parallel loading and unloading system
CN116521614A (en) * 2023-07-05 2023-08-01 西安智多晶微电子有限公司 FPGA dynamic local reconfiguration method
CN116521614B (en) * 2023-07-05 2023-09-15 西安智多晶微电子有限公司 FPGA dynamic local reconfiguration method
CN117453462A (en) * 2023-12-26 2024-01-26 中国人民解放军国防科技大学 Reliable reconstruction and loading operation method for satellite-borne equipment software
CN117453462B (en) * 2023-12-26 2024-03-08 中国人民解放军国防科技大学 Reliable reconstruction and loading operation method for satellite-borne equipment software
CN117811644A (en) * 2024-02-29 2024-04-02 中国电子科技集团公司第五十四研究所 Satellite integrated electronic device with definable protocol reconfigurable function
CN117811644B (en) * 2024-02-29 2024-05-03 中国电子科技集团公司第五十四研究所 Satellite integrated electronic device with definable protocol reconfigurable function

Also Published As

Publication number Publication date
CN111274183A (en) 2020-06-12

Similar Documents

Publication Publication Date Title
WO2021164170A1 (en) Multi-path high-speed protocol interface dynamic reconfiguration system and implementation method therefor
KR102513924B1 (en) SYSTEM AND Method for PROVIDING IN-Storage Acceleration(ISA) in DATA STORAGE Devices
US10893005B2 (en) Partial reconfiguration for Network-on-Chip (NoC)
CN107977217B (en) Method for online loading XILINX-FPGA multi-version updating program
EP3916566B1 (en) System and method for managing memory resources
US9829962B2 (en) Hardware and software enabled implementation of power profile management instructions in system on chip
WO2017041567A1 (en) Fpga multi-mirror upgrade loading method and device based on soft core processor
CN109656593B (en) Method for realizing remote upgrading of FPGA (field programmable Gate array) program based on ZYNQ (z-YNQ) chip
JP6453971B2 (en) Dynamic reconfiguration of applications on multiprocessor embedded systems
CA3021969A1 (en) System and method for tcp offload for nvme over tcp-ip
US20230053968A1 (en) Memory data migration method and apparatus
CN109547367B (en) Software radio platform based on SCA
US9934175B2 (en) Direct memory access for programmable logic device configuration
CN114238187B (en) FPGA-based full-stack network card task processing system
CN113010470A (en) Edge node remote control system, method, device and storage medium
CN110427206B (en) ZYNQ-based algorithm dynamic updating method
US20230328008A1 (en) Network interface and buffer control method thereof
CN113127144B (en) Processing method, processing device and storage medium
CN110417581A (en) A kind of RapidIO exchange network Configuration Online and upgrade method based on Ethernet
KR20050073384A (en) Apparatus and method for downloading scheme using remotely cpld(complex programmable logic device) in fpga(field programmable gate array)
EP4131003A1 (en) Systems, methods, and apparatus for associating computational device functions with compute engines
CN116049071A (en) Multi-channel CANFD bus communication device and method
CN117041389A (en) Data message management system and method for PCIE equipment
CN112882966A (en) Arithmetic device
CN112835603A (en) FPGA remote upgrading device and method based on WebServer

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

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

Country of ref document: EP

Kind code of ref document: A1