CN116841951A - LDPC coding and decoding computing system based on RISC-V architecture - Google Patents

LDPC coding and decoding computing system based on RISC-V architecture Download PDF

Info

Publication number
CN116841951A
CN116841951A CN202310808424.XA CN202310808424A CN116841951A CN 116841951 A CN116841951 A CN 116841951A CN 202310808424 A CN202310808424 A CN 202310808424A CN 116841951 A CN116841951 A CN 116841951A
Authority
CN
China
Prior art keywords
instruction
risc
decoding
processor
calculation
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.)
Pending
Application number
CN202310808424.XA
Other languages
Chinese (zh)
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.)
Central South University
Original Assignee
Central South University
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 Central South University filed Critical Central South University
Priority to CN202310808424.XA priority Critical patent/CN116841951A/en
Publication of CN116841951A publication Critical patent/CN116841951A/en
Pending legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F15/00Digital computers in general; Data processing equipment in general
    • G06F15/16Combinations of two or more digital computers each having at least an arithmetic unit, a program unit and a register, e.g. for a simultaneous processing of several programs
    • G06F15/163Interprocessor communication
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/30Arrangements for executing machine instructions, e.g. instruction decode
    • G06F9/38Concurrent instruction execution, e.g. pipeline or look ahead
    • G06F9/3867Concurrent instruction execution, e.g. pipeline or look ahead using instruction pipelines

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Software Systems (AREA)
  • Computer Hardware Design (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Advance Control (AREA)

Abstract

The invention discloses an LDPC coding and decoding computing system based on RISC-V architecture, which comprises a RISC-V processor and an LDPC coding and decoding computing coprocessor; the RISC-V processor is used for executing general calculation and instructions, performing software programming and realizing flexible function change; the LDPC encoding and decoding calculation coprocessor is used for receiving a self-defined instruction from the RISC-V processor, determining an instruction function according to instruction decoding, performing LDPC encoding and decoding operations on input information according to an input sequence by using different functional components and calculation units, and simultaneously, is provided with a complete verification module, obtains an encoded result, performs storage processing, returns a calculation result to the RISC-V processor according to a corresponding instruction, and waits for a user to use. The invention realizes the integration of the LDPC encoding and decoding calculation coprocessor and the RISC-V processor through the custom instruction. The system has high efficiency and low power consumption.

Description

LDPC coding and decoding computing system based on RISC-V architecture
Technical Field
The invention belongs to the technical field of integrated circuits and digital communication, and particularly relates to an LDPC coding and decoding computing system based on a RISC-V architecture.
Background
In the information age, digital communication is extremely important in the life of people, and the requirements of people on communication accuracy are also higher and higher; in recent years, LDPC codes have been increasingly sought in the industry and scientific circles, and have played an important role in the fields of 5G communication, internet of things, and the like.
Meanwhile, an open source instruction set architecture (RISC-V) based on a reduced instruction set principle attracts a large number of open source workers, and a plurality of technological companies in the introduction invest in RISC-V greatly, so that RISC-V instruction sets are developed better and better; RISC-V instruction sets eliminate unnecessary instructions compared to other instruction sets, RISC-V processors with a smaller number of transistors typically consume less power, and are therefore more suitable for consumer electronics devices.
Conventional digital communication devices, which want to implement digital communication based on some kind of ECC (such as low density check code, LDPC code), need to establish a path between a CPU and a dedicated chip supporting such ECC to operate, and the speed and efficiency of communication are greatly reduced.
Disclosure of Invention
The invention aims to provide an LDPC coding and decoding computing system based on RISC-V architecture, which has high efficiency and low power consumption.
The LDPC coding and decoding computing system based on RISC-V architecture comprises a RISC-V processor and an LDPC coding and decoding computing coprocessor; the RISC-V processor is used for executing general calculation and instructions, performing software programming, and controlling the LDPC encoding and decoding calculation coprocessor through the custom expansion assembly instructions; the LDPC encoding and decoding calculation coprocessor is used for receiving a self-defined instruction from the RISC-V processor, determining an instruction function according to instruction decoding, performing LDPC encoding and decoding operations on input information according to an input sequence by using different functional components and calculation units, and simultaneously, providing a complete verification module, obtaining an encoded result, performing storage processing, returning a calculation result to the RISC-V processor according to a corresponding instruction, and waiting for a user to use;
the LDPC encoding and decoding calculation coprocessor comprises an instruction unit and an LDPC encoding and decoding calculation unit;
the LDPC encoding and decoding calculation unit comprises a calculation module, a control module, a verification module and a storage module;
the computing module processes the information to be encoded and decoded, which is obtained through analysis, in the instruction sent by the RISC-V processor, and obtains an LDPC encoding and decoding result, processes the information to be encoded and decoded, which is obtained through analysis, in the instruction sent by the RISC-V processor, and sends the LDPC encoding and decoding result to the control module; different computing processing stages are designed on the basis of pipeline structures in the module; different structures are responsible for different kinds of computation, and meanwhile, in each computation stage, the computation module and the storage module perform data interaction, are controlled by the control module, and verify the result of each stage through the verification module;
the control module is used for carrying out time sequence control on each flow in the received LDPC coding and decoding pipeline, and simultaneously, when the checking module recognizes errors or the RISC-V processor sends out an interrupt instruction, the control module can timely pause the coding and decoding process of corresponding information and return a status code;
the verification module performs verification on the result obtained by each calculation stage in the LDPC encoding and decoding pipeline, and transmits the verification result to the control module, and the control module determines whether to perform LDPC encoding and decoding calculation of the next stage; if the verification is correct, transmitting the calculation result to a storage module for storage, and if the verification is correct, returning an error code to the RISC-V processor;
the storage module is used for storing the coding result obtained in each stage and the check matrix used in the current processing stage and waiting for the access of the next stage; the storage module releases the result stored in the previous stage after receiving the signal of the verification module for verifying the previous calculation stage; the final stored content of the module is a final coding and decoding result with a number, and meanwhile, a result return instruction is sent out by the RISC-V processor;
the instruction unit comprises an instruction receiving unit, an instruction analyzing unit, a number generating unit, a state returning unit and a result returning unit;
the instruction receiving unit is used for receiving custom instruction data from the RISC-V processor;
the instruction analysis unit is used for receiving the instruction from the instruction receiving unit, analyzing the instruction, converting the received instruction into enabling signals of each unit module, and sending the instruction information to the corresponding unit;
the number generating unit carries out number processing on the information to be LDPC coded or decoded, enables the information to carry corresponding numbers when the information is reported wrong or returned, and transmits the numbered information to a subsequent module for processing, so that the subsequent information can be conveniently called;
the state returning unit returns the state code to the RISC-V processor according to the state code returned by the control module, so that the RISC-V processor obtains the working state of the LDPC encoding and decoding unit;
the result returning unit searches the corresponding result when the RISC-V processor accesses the related result under the condition that the state codes returned by the control module all represent the normal state, and returns the corresponding result to the RISC-V processor;
the custom instruction of the RISC-V processor specifically comprises:
(1) A reset instruction: the REET is used for resetting the whole computing system, and the resetting comprises a resetting instruction unit, an LDPC encoding and decoding computing module, a control module, a storage module and a verification module; the operand reservation description includes:
RD: retaining; r1: retaining; r2: retaining;
(2) Calculation instructions: ACTY for setting input data and calculation modes; the operand reservation description includes:
RD: retaining; r1: inputting a start address of the data;
(3) Calculation instructions: COTE, which is used for numbering information and calculating; the operand reservation description includes:
RD: retaining; r1: numbering information of the data; r2: retaining;
(4) The result returns the instruction: RERN, is used for returning the structure, including returning LDPC encoding and decoding calculation result of the specific number; the operand reservation description includes:
RD: retaining; r1: information number of data to be read; r2: retaining;
(5) A check matrix setting initialization instruction: MAIT, is used for presuming the check matrix that the system uses, including presuming the check matrix row, column number and value of the concrete position that the system uses; the operand reservation description includes:
RD: retaining; r1: the number of the check matrix rows to be input; r2: the number of check matrix columns to be input;
(6) Check matrix setting input instruction: MAIN, which is used to input the check matrix used by the system; the operand reservation description includes:
RD: data; r1: inputting data of an nth row; r2: inputting data of an nth column;
the workflow of the LDPC coding and decoding computing system based on RISC-V architecture specifically comprises the following steps:
s1, an LDPC encoding and decoding operation is executed by a RISC-V processor;
s2, sending an initialization instruction;
s3, sending a calculation instruction;
s4, sending a result return instruction;
s5, the RISC-V processor executes LDPC encoding and decoding operation to finish;
the RISC-V processor in step S1 executes LDPC encoding and decoding operations, and specifically includes:
the RISC-V processor needs to execute LDPC encoding and decoding calculation work, and starts the LDPC encoding and decoding calculation coprocessor through a custom coprocessor interface;
the sending an initialization command in step S2 specifically includes:
the RISC-V processor sends a reset instruction through a self-defined coprocessor interface;
the sending a calculation instruction in step S3 specifically includes:
the RISC-V processor sequentially sends ACTY instructions, and sets input data and calculation modes; transmitting a COTE instruction, numbering the information and starting calculation;
the sending result return instruction in step S4 specifically includes:
the RISC-V processor sends a result return instruction through a self-defined coprocessor interface; and sending a RERN instruction and reading the operation result of the designated number.
The LDPC coding and decoding computing system based on RISC-V architecture realizes the integration of the LDPC coding and decoding computing coprocessor and the RISC-V processor through the custom instruction; the LDPC encoding and decoding calculation coprocessor has configurability, supports the configuration of the coprocessor through a user-defined instruction, and comprises a calculation mode and a check matrix; the system has high efficiency and low power consumption.
Drawings
FIG. 1 is a schematic diagram of functional modules of the system of the present invention.
FIG. 2 is a schematic diagram of an instruction unit module of the system of the present invention.
Fig. 3 is a schematic diagram of an LDPC codec calculation unit module of the system of the present invention.
Detailed Description
FIG. 1 is a schematic diagram of the functional modules of the system of the present invention: the LDPC coding and decoding computing system based on RISC-V architecture comprises a RISC-V processor and an LDPC coding and decoding computing coprocessor; the RISC-V processor is used for executing general calculation and instructions, performing software programming to realize flexible function change, and controlling the LDPC encoding and decoding calculation coprocessor through the custom expansion assembly instructions; the LDPC encoding and decoding calculation coprocessor is used for receiving a self-defined instruction from the RISC-V processor, determining an instruction function according to instruction decoding, performing LDPC encoding and decoding operations on input information according to an input sequence by using different functional components and calculation units, and simultaneously, providing a complete verification module, obtaining an encoded result, performing storage processing, returning a calculation result to the RISC-V processor according to a corresponding instruction, and waiting for a user to use;
the LDPC encoding and decoding calculation coprocessor comprises an instruction unit and an LDPC encoding and decoding calculation unit;
FIG. 2 is a schematic diagram of an LDPC codec calculation unit of the system according to the present invention: the LDPC encoding and decoding calculation unit comprises a calculation module, a control module, a verification module and a storage module;
the computing module processes the information to be encoded and decoded, which is obtained through analysis, in the instruction sent by the RISC-V processor, and obtains an LDPC encoding and decoding result, processes the information to be encoded and decoded, which is obtained through analysis, in the instruction sent by the RISC-V processor, and sends the LDPC encoding and decoding result to the control module; different computing processing stages are designed on the basis of pipeline structures in the module; different structures are responsible for different kinds of computation, and meanwhile, in each computation stage, the computation module and the storage module perform data interaction, are controlled by the control module, and verify the result of each stage through the verification module;
the control module is used for carrying out time sequence control on each flow in the received LDPC coding and decoding pipeline, and simultaneously, when the checking module recognizes errors or the RISC-V processor sends out an interrupt instruction, the control module can timely pause the coding and decoding process of corresponding information and return a status code;
the verification module performs verification on the result obtained by each calculation stage in the LDPC encoding and decoding pipeline, and transmits the verification result to the control module, and the control module determines whether to perform LDPC encoding and decoding calculation of the next stage; if the verification is correct, transmitting the calculation result to a storage module for storage, and if the verification is correct, returning an error code to the RISC-V processor;
the storage module is used for storing the coding result obtained in each stage and the check matrix used in the current processing stage and waiting for the access of the next stage; the storage module releases the result stored in the previous stage after receiving the signal of the verification module for verifying the previous calculation stage; the final stored content of the module is a final coding and decoding result with a number, and meanwhile, a result return instruction is sent out by the RISC-V processor;
FIG. 3 is a schematic diagram of the instruction unit modules of the system of the present invention: the instruction unit comprises an instruction receiving unit, an instruction analyzing unit, a number generating unit, a state returning unit and a result returning unit;
the instruction receiving unit is used for receiving custom instruction data from the RISC-V processor;
the instruction analysis unit is used for receiving the instruction from the instruction receiving unit, analyzing the instruction, converting the received instruction into enabling signals of each unit module, and sending the instruction information to the corresponding unit;
the number generating unit carries out number processing on the information to be LDPC coded or decoded, enables the information to carry corresponding numbers when the information is reported wrong or returned, and transmits the numbered information to a subsequent module for processing, so that the subsequent information can be conveniently called;
the state returning unit returns the state code to the RISC-V processor according to the state code returned by the control module, so that the RISC-V processor obtains the working state of the LDPC encoding and decoding unit;
the result returning unit searches the corresponding result when the RISC-V processor accesses the related result under the condition that the state codes returned by the control module all represent the normal state, and returns the corresponding result to the RISC-V processor;
the custom instruction of the RISC-V processor specifically comprises:
(1) A reset instruction: the REET is used for resetting the whole computing system, and the resetting comprises a resetting instruction unit, an LDPC encoding and decoding computing module, a control module, a storage module and a verification module; the operand reservation description includes:
RD: retaining; r1: retaining; r2: retaining;
(2) Calculation instructions: ACTY for setting input data and calculation modes; the operand reservation description includes:
RD: retaining; r1: inputting a start address of the data;
(3) Calculation instructions: COTE, which is used for numbering information and calculating; the operand reservation description includes:
RD: retaining; r1: numbering information of the data; r2: retaining;
(4) The result returns the instruction: RERN, is used for returning the structure, including returning LDPC encoding and decoding calculation result of the specific number; the operand reservation description includes:
RD: retaining; r1: information number of data to be read; r2: retaining;
(5) A check matrix setting initialization instruction: MAIT, is used for presuming the check matrix that the system uses, including presuming the check matrix row, column number and value of the concrete position that the system uses; the operand reservation description includes:
RD: retaining; r1: the number of the check matrix rows to be input; r2: the number of check matrix columns to be input;
(6) Check matrix setting input instruction: MAIN, which is used to input the check matrix used by the system; the operand reservation description includes:
RD: data; r1: inputting data of an nth row; r2: inputting data of an nth column;
the workflow of the LDPC coding and decoding computing system based on RISC-V architecture specifically comprises the following steps:
s1, an LDPC encoding and decoding operation is executed by a RISC-V processor;
s2, sending an initialization instruction;
s3, sending a calculation instruction;
s4, sending a result return instruction;
s5, the RISC-V processor executes LDPC encoding and decoding operation to finish;
the RISC-V processor in step S1 executes LDPC encoding and decoding operations, and specifically includes:
the RISC-V processor needs to execute LDPC encoding and decoding calculation work, and starts the LDPC encoding and decoding calculation coprocessor through a custom coprocessor interface;
the sending an initialization command in step S2 specifically includes:
the RISC-V processor sends a reset instruction through a self-defined coprocessor interface;
the sending a calculation instruction in step S3 specifically includes:
the RISC-V processor sequentially sends ACTY instructions, and sets input data and calculation modes; transmitting a COTE instruction, numbering the information and starting calculation;
the sending result return instruction in step S4 specifically includes:
the RISC-V processor sends a result return instruction through a self-defined coprocessor interface; and sending a RERN instruction and reading the operation result of the designated number.

Claims (10)

1. An LDPC coding and decoding computing system based on RISC-V architecture comprises a RISC-V processor and an LDPC coding and decoding computing coprocessor; the RISC-V processor is used for executing general calculation and instructions, performing software programming, and controlling the LDPC encoding and decoding calculation coprocessor through the custom expansion assembly instructions; the LDPC encoding and decoding calculation coprocessor is used for receiving a self-defined instruction from the RISC-V processor, determining an instruction function according to instruction decoding, performing LDPC encoding and decoding operations on input information according to an input sequence by using different functional components and calculation units, and simultaneously, is provided with a complete verification module, obtains an encoded result, performs storage processing, returns a calculation result to the RISC-V processor according to a corresponding instruction, and waits for a user to use.
2. The LDPC codec computing system based on RISC-V architecture as claimed in claim 1, wherein the LDPC codec computing coprocessor comprises an instruction unit and an LDPC codec computing unit;
the LDPC encoding and decoding calculation unit comprises a calculation module, a control module, a verification module and a storage module;
the instruction unit comprises an instruction receiving unit, an instruction analyzing unit, a number generating unit, a state returning unit and a result returning unit.
3. The LDPC coding and decoding computing system based on RISC-V architecture as recited in claim 2, wherein the LDPC coding and decoding computing unit comprises a computing module, a control module, a checking module and a storage module, and specifically comprises:
the computing module processes the information to be encoded and decoded, which is obtained through analysis, in the instruction sent by the RISC-V processor, and obtains an LDPC encoding and decoding result, processes the information to be encoded and decoded, which is obtained through analysis, in the instruction sent by the RISC-V processor, and sends the LDPC encoding and decoding result to the control module; different computing processing stages are designed on the basis of pipeline structures in the module; different structures are responsible for different kinds of computation, and meanwhile, in each computation stage, the computation module and the storage module perform data interaction, are controlled by the control module, and verify the result of each stage through the verification module;
the control module is used for carrying out time sequence control on each flow in the received LDPC coding and decoding pipeline, and simultaneously, when the checking module recognizes errors or the RISC-V processor sends out an interrupt instruction, the control module can timely pause the coding and decoding process of corresponding information and return a status code;
the verification module performs verification on the result obtained by each calculation stage in the LDPC encoding and decoding pipeline, and transmits the verification result to the control module, and the control module determines whether to perform LDPC encoding and decoding calculation of the next stage; if the verification is correct, transmitting the calculation result to a storage module for storage, and if the verification is correct, returning an error code to the RISC-V processor;
the storage module is used for storing the coding result obtained in each stage and the check matrix used in the current processing stage and waiting for the access of the next stage; the storage module releases the result stored in the previous stage after receiving the signal of the verification module for verifying the previous calculation stage; the final stored content of the module is the final coded and decoded result with the number, and meanwhile, the RISC-V processor waits for sending a result return instruction.
4. The LDPC codec computing system based on RISC-V architecture as claimed in claim 2, wherein the instruction unit comprises an instruction receiving unit, an instruction parsing unit, a number generating unit, a status returning unit, a result returning unit, specifically comprising:
the instruction receiving unit is used for receiving custom instruction data from the RISC-V processor;
the instruction analysis unit is used for receiving the instruction from the instruction receiving unit, analyzing the instruction, converting the received instruction into enabling signals of each unit module, and sending the instruction information to the corresponding unit;
the number generating unit carries out number processing on the information to be LDPC coded or decoded, enables the information to carry corresponding numbers when the information is reported wrong or returned, and transmits the numbered information to a subsequent module for processing, so that the subsequent information can be conveniently called;
the state returning unit returns the state code to the RISC-V processor according to the state code returned by the control module, so that the RISC-V processor obtains the working state of the LDPC encoding and decoding unit;
and the result return unit searches the corresponding result when the RISC-V processor accesses the related result under the condition that the state codes returned by the control module all represent the normal state, and returns the corresponding result to the RISC-V processor.
5. The LDPC codec computing system according to claim 4 wherein the RISC-V processor custom instruction comprises:
(1) A reset instruction: the REET is used for resetting the whole computing system, and the resetting comprises a resetting instruction unit, an LDPC encoding and decoding computing module, a control module, a storage module and a verification module; the operand reservation description includes:
RD: retaining; r1: retaining; r2: retaining;
(2) Calculation instructions: ACTY for setting input data and calculation modes; the operand reservation description includes:
RD: retaining; r1: inputting a start address of the data;
(3) Calculation instructions: COTE, which is used for numbering information and calculating; the operand reservation description includes:
RD: retaining; r1: numbering information of the data; r2: retaining;
(4) The result returns the instruction: RERN, is used for returning the structure, including returning LDPC encoding and decoding calculation result of the specific number; the operand reservation description includes:
RD: retaining; r1: information number of data to be read; r2: retaining;
(5) A check matrix setting initialization instruction: MAIT, is used for presuming the check matrix that the system uses, including presuming the check matrix row, column number and value of the concrete position that the system uses; the operand reservation description includes:
RD: retaining; r1: the number of the check matrix rows to be input; r2: the number of check matrix columns to be input;
(6) Check matrix setting input instruction: MAIN, which is used to input the check matrix used by the system; the operand reservation description includes:
RD: data; r1: inputting data of an nth row; r2: data of the nth column is input.
6. The LDPC codec computing system according to claim 5, wherein the workflow of the LDPC codec computing system based on RISC-V architecture comprises:
s1, an LDPC encoding and decoding operation is executed by a RISC-V processor;
s2, sending an initialization instruction;
s3, sending a calculation instruction;
s4, sending a result return instruction;
s5, the RISC-V processor executes LDPC encoding and decoding operation.
7. The LDPC codec computing system according to claim 6 wherein the RISC-V processor in step S1 performs LDPC codec operations, comprising:
RISC-V processor needs to execute LDPC coding and decoding calculation work, and starts LDPC coding and decoding calculation coprocessor through custom coprocessor interface.
8. The LDPC codec computing system based on RISC-V architecture according to claim 7, wherein the sending initialization instruction in step S2 specifically includes:
the RISC-V processor sends a reset instruction through a custom coprocessor interface.
9. The LDPC codec computing system based on RISC-V architecture according to claim 8, wherein the sending the computing instruction in step S3 specifically includes:
the RISC-V processor sequentially sends ACTY instructions, and sets input data and calculation modes; and sending a COTE instruction, numbering the information and starting calculation.
10. The LDPC codec computing system based on RISC-V architecture according to claim 9, wherein the sending result return instruction in step S4 specifically includes:
the RISC-V processor sends a result return instruction through a self-defined coprocessor interface; and sending a RERN instruction and reading the operation result of the designated number.
CN202310808424.XA 2023-07-04 2023-07-04 LDPC coding and decoding computing system based on RISC-V architecture Pending CN116841951A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202310808424.XA CN116841951A (en) 2023-07-04 2023-07-04 LDPC coding and decoding computing system based on RISC-V architecture

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202310808424.XA CN116841951A (en) 2023-07-04 2023-07-04 LDPC coding and decoding computing system based on RISC-V architecture

Publications (1)

Publication Number Publication Date
CN116841951A true CN116841951A (en) 2023-10-03

Family

ID=88173847

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202310808424.XA Pending CN116841951A (en) 2023-07-04 2023-07-04 LDPC coding and decoding computing system based on RISC-V architecture

Country Status (1)

Country Link
CN (1) CN116841951A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN117782079A (en) * 2024-01-08 2024-03-29 湖南工程学院 Combined navigation computing system based on RISC-V architecture

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN117782079A (en) * 2024-01-08 2024-03-29 湖南工程学院 Combined navigation computing system based on RISC-V architecture

Similar Documents

Publication Publication Date Title
Chen et al. Eyeriss: An energy-efficient reconfigurable accelerator for deep convolutional neural networks
US4918594A (en) Method and system for logical simulation of information processing system including logic circuit model and logic function model
CN112329465A (en) Named entity identification method and device and computer readable storage medium
CN116841951A (en) LDPC coding and decoding computing system based on RISC-V architecture
Cho et al. McDRAM v2: In-dynamic random access memory systolic array accelerator to address the large model problem in deep neural networks on the edge
CN101127015A (en) Method and system for controlling and processing data transmission of environment
MX2008014048A (en) Pre-decoding variable length instructions.
US20210400286A1 (en) Video Compression in Removable Storage Device having Deep Learning Accelerator and Random Access Memory
US8621335B2 (en) Optimized Viterbi decoder and GNSS receiver
CN100416496C (en) Scratch memory for updating instruction error state
TWI296773B (en) Apparatus and method for idetifying registers in a processor
TW591388B (en) Memory address decoding method and related apparatus by bit-pattern matching
US7840726B2 (en) System and method for identifying and transferring serial data to a programmable logic device
US10083080B2 (en) Ultra-low power processor-in-memory architecture
US8103889B2 (en) Reducing power consumption of a microprocessor
CN113467783B (en) Nuclear function compiling method and device of artificial intelligent accelerator
US20050278504A1 (en) System capable of dynamically arranging coprocessor number
CN113779755B (en) Design method of silicon-based multispectral integrated circuit chip and integrated circuit chip
CN102289363B (en) Method for controlling data stream and computer system
EP0012242B1 (en) Digital data processor for word and character oriented processing
CN108564983A (en) A kind of LDPC test platforms for NAND FLASH
US9720851B2 (en) Method and apparatus for managing access to a memory
US20220004436A1 (en) Hybrid Memory in a Dynamically Power Gated Hardware Accelerator
RU51428U1 (en) FAULT-RESISTANT PROCESSOR OF INCREASED FUNCTIONAL RELIABILITY
CN208298556U (en) A kind of LDPC test platform for NAND FLASH

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