CN111628846A - Method for improving data transmission efficiency - Google Patents

Method for improving data transmission efficiency Download PDF

Info

Publication number
CN111628846A
CN111628846A CN202010362128.8A CN202010362128A CN111628846A CN 111628846 A CN111628846 A CN 111628846A CN 202010362128 A CN202010362128 A CN 202010362128A CN 111628846 A CN111628846 A CN 111628846A
Authority
CN
China
Prior art keywords
command
sent
format
data
commands
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.)
Granted
Application number
CN202010362128.8A
Other languages
Chinese (zh)
Other versions
CN111628846B (en
Inventor
方加强
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Huizhou Desay SV Automotive Co Ltd
Original Assignee
Huizhou Desay SV Automotive Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Huizhou Desay SV Automotive Co Ltd filed Critical Huizhou Desay SV Automotive Co Ltd
Priority to CN202010362128.8A priority Critical patent/CN111628846B/en
Publication of CN111628846A publication Critical patent/CN111628846A/en
Application granted granted Critical
Publication of CN111628846B publication Critical patent/CN111628846B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L1/00Arrangements for detecting or preventing errors in the information received
    • H04L1/0001Systems modifying transmission characteristics according to link quality, e.g. power backoff
    • H04L1/0006Systems modifying transmission characteristics according to link quality, e.g. power backoff by adapting the transmission format
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L69/00Network arrangements, protocols or services independent of the application payload and not provided for in the other groups of this subclass
    • H04L69/04Protocols for data compression, e.g. ROHC

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Quality & Reliability (AREA)
  • Computer Security & Cryptography (AREA)
  • Data Exchanges In Wide-Area Networks (AREA)
  • Information Transfer Between Computers (AREA)

Abstract

The invention relates to a method for improving data transmission efficiency, which comprises the following steps: s1, acquiring the information of the number, length or type of the commands to be sent; s2, packaging the command to be sent according to the acquired information and a preset program to obtain a sending package; the format of the sending packet comprises one of a common format or an efficient format, wherein the common format comprises a command ID and n data segments; the efficient format includes a command ID, n data segments, and valid identification bits. The invention can be compatible with the existing communication mode and supports the transmission of a single command compression mode and a compound command mode; for a single communication command, a compression mode can be adopted for transmission, only the changed parameters are transmitted, and the transmission efficiency is improved; for a plurality of communication commands, the plurality of commands can be combined into one command transmission to reduce the number of communication times.

Description

Method for improving data transmission efficiency
Technical Field
The invention relates to the technical field of electronics, in particular to a method for improving data transmission efficiency.
Background
As embedded products become powerful, product requirements can be met only by adopting a multi-chip scheme, cooperation among multiple chips is completed through exchange of a large amount of data (commands), and each data transmission needs to be started, transmitted and finished. Therefore, if a plurality of commands need to be sent, the sending end corresponding to the chip needs to be started and ended frequently, which affects the efficiency of data exchange, and the size of the data volume also affects the efficiency of data exchange during sending, which has a large influence on the operation load capacity of the whole system, and the improvement of the efficiency of data exchange has great significance for improving the operation efficiency of the system, the reliability of the system and the performance of the product.
Disclosure of Invention
In order to solve the above technical problems, the present invention provides a method for improving data transmission efficiency, which comprises the following steps:
s1, acquiring the information of the number, length or type of the commands to be sent;
s2, packaging the command to be sent according to the acquired information and a preset program to obtain a sending package;
the format of the sending packet comprises one of a common format or an efficient format, wherein the common format comprises a command ID and n data segments; the efficient format comprises a command ID, n data segments and a valid identification bit; and n is a positive integer greater than 2.
Further, the steps S1 and S2 specifically include:
SA1, acquiring the number p' of commands to be sent;
SA2, when the number P 'is greater than the preset value P, the ID of the command to be sent is represented by the command ID in high efficiency format and the effective identification bit, and the data segment of P' commands to be sent is assigned to the data segment in high efficiency format to obtain the sending packet.
Further, in the step SA2, the ID of the command to be sent is represented by the command ID in the efficient format and the valid identification bit, and the data segment of the command to be sent is assigned to the data segment in the efficient format, which specifically includes:
SA21, selecting one command ID to be sent, assigning the ID to the command ID in efficient format, and sending the command ID to be sentThe sending command is a reference command, other commands to be sent are represented as the ID + i commands, and then the corresponding valid identification bit x is usediSetting to a valid position;
SA22, according to command ID and valid identification bit xmAnd assigning the data segments of the commands to be sent to the data segments in the efficient format in sequence.
Further, the steps S1 and S2 specifically include:
SB1, acquiring the type of the command to be sent;
SB2, if the type of the command to be sent is different from the type of the command to be sent, directly using the command to be sent as a sending packet, otherwise assigning the ID of the command to be sent to the command ID in the efficient format;
SB3, comparing the data segment of the command to be sent with the data segment of the command sent, finding out different data segments and setting the corresponding effective identification position of the high-efficiency format as the effective bit until all the data segments are compared; after the different data segments of the command to be sent are found, they are assigned to the data segments in the efficient format.
Further, before assigning the ID of the command to be sent to the command ID in the efficient format in step SB2, the method further includes:
SC1, obtaining the length q' of the command to be sent;
and SC2, when the length Q' is smaller than the preset value Q, directly taking the command to be sent as a sending packet.
Further, the specific steps of step SB3 include:
SB31, comparing the a-segment data segment of the command to be sent with the a-segment data segment of the command already sent, and when the j-th segment data segment of the command to be sent is different from the j-th segment of the command already sent, the corresponding valid identification bit x is usedjSetting to be a valid bit, and assigning the j section data section of a command to be sent to the data section with the efficient format;
and SB32, when the value of j is equal to the value of a, finishing the packaging of the command to be sent and obtaining a sending package.
Further, the efficient format further includes a format identification bit, where the format identification bit is used to distinguish whether the data in the efficient format is in a compressed format or a composite format, and the steps S1 and S2 specifically include:
SD1, initialization format identification bit, command ID, valid identification bit and n data segments;
SD2, acquiring the number P 'of commands to be sent, entering into a step SD3 when the number P' is greater than a preset value P, and otherwise, entering into a step SD 6;
SD3, setting the format identification position as a composite format valid bit;
SD4, selecting the ID of one command in the commands to be sent, assigning the ID to the command ID in the efficient format, taking the command to be sent as a reference command, representing other commands to be sent as ID + i commands, and then, representing the corresponding valid identification bit xiSetting to a valid position;
SD5, based on command ID and valid identification bit xmAssigning the data segments of the commands to be sent to the data segments with the efficient format in sequence, and entering the step SD 13;
SD6, obtaining the length Q 'of the command to be sent, entering into a step SD7 when the length Q' is larger than a preset value Q, and otherwise, entering into a step SD 12;
SD7, obtaining the type of the command to be sent, if the type of the sent command is the same as the type of the command to be sent, entering SD8, otherwise, entering SD 12;
SD8, setting the format identification position as a compression format valid bit;
SD9, assigning the ID of the command to be sent to the command ID in the efficient format;
SD10, comparing the a-segment data segment of the command to be sent with the a-segment data segment of the command already sent, and when the j-th segment data segment of the command to be sent is different from the j-th segment of the command already sent, the corresponding valid identification bit x is usedjSetting to be a valid bit, and assigning the j section data section of a command to be sent to the data section with the efficient format;
SD11, when the value of j is equal to the value of a, go to step SD 13;
SD12, directly taking the command to be sent as a sending packet;
and SD13, completing the packaging of the command to be sent and obtaining a sending package.
Further, the common format is that a command ID and n data segments are sequentially arranged, and the efficient format is that a format identification bit, a command ID, an effective identification bit and n data segments are sequentially arranged.
Further, before the step S1, the method further includes:
the efficient format is initialized.
Further, the format identification bits occupy 2 bits, which are b1 and b2, respectively, the effective identification bits occupy m bits, and m is a positive integer greater than 2.
The invention has the following beneficial effects:
1. compatible with the existing communication mode, and simultaneously supports the transmission of a single command compression mode and a compound command mode;
2. for a single communication command, a compression mode can be adopted for transmission, only the changed parameters are transmitted, and the transmission efficiency is improved;
3. for a plurality of communication commands, the plurality of commands can be combined into one command for transmission, so that the communication times are reduced;
4. this approach can be used for different types of communication requiring information exchange.
Drawings
FIG. 1 is a diagram illustrating a general format of a transmit packet according to the present invention;
FIG. 2 is a schematic diagram of the structure of the efficient format of the transmit packet according to the present invention;
fig. 3 is a transmission packet in a composite format according to embodiment 1 of the present invention;
FIG. 4 is a diagram of a compressed format of a transmission packet according to embodiment 2 of the present invention;
FIG. 5 is a flowchart illustrating an embodiment of a method for improving data transmission efficiency according to the present invention;
fig. 6 shows a transmission packet in a composite format according to embodiment 3 of the present invention.
Detailed Description
The following detailed description of the preferred embodiments of the present invention, taken in conjunction with the accompanying drawings, will make the advantages and features of the invention easier to understand for those skilled in the art and will therefore make the scope of the invention more clearly defined. In the following embodiments, the format of a transmission packet in the method for improving data transmission efficiency is shown with reference to fig. 1 and 2. The format of the sending packet comprises one of a common format or an efficient format, wherein the common format comprises a command ID and n data segments; the efficient format comprises a command ID, n data segments and a valid identification bit; and n is a positive integer greater than 2.
Example 1:
the method for improving the data transmission efficiency in the embodiment comprises the following steps:
SA1, acquiring the number p' of commands to be sent;
SA2, when the number P' is greater than the preset value P, selecting an ID of one command in the commands to be sent to assign to a command ID in a high-efficiency format, taking the command to be sent as a reference command, representing other commands to be sent as ID + i commands, and then setting the corresponding effective identification position xi as an effective position;
SA3, according to command ID and valid identification bit xmAnd assigning the data segments of the commands to be sent to the data segments with the efficient format in sequence, completing the packaging of the commands to be sent and obtaining sending packages.
In implementation, the preset value P may be set to 1, and when there are 2 commands to be sent, the data needs to be sent in the composite format, so as to achieve the purpose of improving the data transmission efficiency. Assuming that the command to be sent is the 7 th command with two data segments and the 10 th command with three data segments, respectively, and the 7 th command can be a reference command, the 10 th command is represented as the ID +3 th command, and the valid bit is set to 1, then the packed transmission packet can be shown in fig. 3.
Example 2:
the method for improving the data transmission efficiency in the embodiment comprises the following steps:
SB1, acquiring the type of the command to be sent;
SB2, if the type of the command to be sent is different from the type of the command to be sent, directly using the command to be sent as a sending packet, otherwise assigning the ID of the command to be sent to the command ID in the efficient format;
SB3. comparing the a-segment data segment of the command to be sent with the a-segment data segment of the command already sent, and when the j-th segment data segment of the command to be sent is different from the j-th segment data segment of the command already sent, corresponding effective identification bits xjSetting to valid bit, assigning j section data section of command to be sent to data section in efficient format (or comparing all data sections, and then according to command ID and x)mAssigning the data segments of the commands to be sent to the data segments with the efficient format in sequence);
and SB4, when the value of j is equal to the value of a, finishing the packaging of the command to be sent and obtaining a sending package.
Assuming that the command to be sent is the 10 th command with three data segments, and the 10 th command has been sent before, but the second data segment of the 10 th command is different from the previous one, the data can be sent in a compressed format to achieve the purpose of improving the data transmission efficiency, the valid bit is set to 1, and the packed sending packet can be shown in fig. 4. In addition, in this embodiment, before assigning the ID of the command to be sent to the command ID in the efficient format in step SB2, a step of determining the length of the command to be sent may be further provided, so as to better use the compression format:
SC1, obtaining the length q' of the command to be sent;
and SC2, when the length Q' is smaller than the preset value Q, directly taking the command to be sent as a sending packet.
Example 3:
referring to the flowchart of fig. 5, the method for improving data transmission efficiency in this embodiment includes the following steps:
SD1, initialization format identification bit, command ID, valid identification bit and n data segments;
SD2, acquiring the number P 'of commands to be sent, entering into a step SD3 when the number P' is greater than a preset value P, and otherwise, entering into a step SD 6;
SD3, setting the format identification position as a composite format valid bit;
SD4, selecting one command ID in the commands to be sent, assigning the ID to the command ID in the efficient format, and taking the command to be sent as the basisQuasi-command, other commands to be sent are represented as ID + i commands, and then corresponding valid identification bits x are representediSetting to a valid position;
SD5, based on command ID and valid identification bit xmAssigning the data segments of the commands to be sent to the data segments with the efficient format in sequence, and entering the step SD 13;
SD6, obtaining the length Q 'of the command to be sent, entering into a step SD7 when the length Q' is larger than a preset value Q, and otherwise, entering into a step SD 12;
SD7, obtaining the type of the command to be sent, if the type of the sent command is the same as the type of the command to be sent, entering SD8, otherwise, entering SD 12;
SD8, setting the format identification position as a compression format valid bit;
SD9, assigning the ID of the command to be sent to the command ID in the efficient format;
SD10, comparing the a-segment data segment of the command to be sent with the a-segment data segment of the command already sent, and when the j-th segment data segment of the command to be sent is different from the j-th segment of the command already sent, the corresponding valid identification bit x is usedjSetting a valid bit, assigning the j-th section of the command to be sent to the data section in the efficient format (or assigning the data section of the command to be sent to the data section in the efficient format according to the valid bits of the valid identification bits after all the data sections are compared);
SD11, when the value of j is equal to the value of a, go to step SD 13;
SD12, directly taking the command to be sent as a sending packet;
and SD13, completing the packaging of the command to be sent and obtaining a sending package.
For initialization, the format flag, the command ID, the valid flag, and the initialization of n data segments may all be set to 0; 2 bits can be distributed to format identification bits which are b1 and b2 respectively, m bits are distributed to effective identification bits which are x1, x2, … … and xm respectively, and m is a positive integer larger than 2; when b 1-1 and b 2-0 indicate that the transmission packet is transmitted in a compressed format, x is the same as x j0 represents a command that the ith data segment remains unchanged,not transmitted, xj1 represents that the ith data segment is commanded to change, the ith data segment is transmitted, and the transmitted data segments are arranged according to the sequence of the changed data segments; b 1-1, b 2-1 indicates that the transmission packet is transmitted in a composite format, and x is the same as x i0 stands for this bit ignore, not taken into account, xi1 represents that the compound command contains an ID + i command, and contains data segments, which are arranged in order by the containing command size and the corresponding data segment. When the preset value P is set to 1, if there are a 7 th command with two data segments and a 10 th command with three data segments for the command to be sent, respectively, b1 and b2 are set to 1, and then the 7 th command can be used as a reference command, the 10 th command is represented as an ID +3 th command, and the valid bit is set to 1, so that the packed transmission packet can be shown in fig. 6. In addition, in the above method, for the compression of a single command, the type comparison is necessary, the length comparison may not be necessary, and the type comparison and the length comparison are not in sequence, and the same judgment of the number of commands, the type comparison of the commands, and the length comparison of the commands are also not in sequence, as long as the purpose of the present invention is achieved.
The embodiments of the present invention have been described in detail with reference to the drawings, but the present invention is not limited to the above embodiments, and various changes can be made within the knowledge of those skilled in the art without departing from the gist of the present invention.

Claims (4)

1. A method for improving data transmission efficiency, comprising the steps of:
s1, acquiring the information of the number, length or type of the commands to be sent;
s2, packaging the command to be sent according to the acquired information and a preset program to obtain a sending package;
the format of the sending packet comprises one of a common format or an efficient format, wherein the common format comprises a command ID and n data segments; the efficient format comprises a command ID, n data segments, a valid identification bit and a format identification bit; n is a positive integer greater than 2;
the format identification bits are used to distinguish whether the data in the efficient format is in a compressed format or a composite format, and the steps S1 and S2 specifically include:
SD1, initialization format identification bit, command ID, valid identification bit and n data segments;
SD2, acquiring the number P 'of commands to be sent, entering into a step SD3 when the number P' is greater than a preset value P, and otherwise, entering into a step SD 6;
SD3, setting the format identification position as a composite format valid bit;
SD4, selecting the ID of one command in the commands to be sent, assigning the ID to the command ID in the efficient format, taking the command to be sent as a reference command, representing other commands to be sent as ID + i commands, and then, representing the corresponding valid identification bit xiSetting to a valid position; SD5, based on command ID and valid identification bit xmAssigning the data segments of the commands to be sent to the data segments with the efficient format in sequence, and entering the step SD 13;
SD6, obtaining the length Q 'of the command to be sent, entering into a step SD7 when the length Q' is larger than a preset value Q, and otherwise, entering into a step SD 12;
SD7, obtaining the type of the command to be sent, if the type of the sent command is the same as the type of the command to be sent, entering SD8, otherwise, entering SD 12;
SD8, setting the format identification position as a compression format valid bit;
SD9, assigning the ID of the command to be sent to the command ID in the efficient format;
SD10, comparing the a-segment data segment of the command to be sent with the a-segment data segment of the command already sent, and when the j-th segment data segment of the command to be sent is different from the j-th segment of the command already sent, the corresponding valid identification bit x is usedjSetting to be a valid bit, and assigning the j section data section of a command to be sent to the data section with the efficient format;
SD11, when the value of j is equal to the value of a, go to step SD 13;
SD12, directly taking the command to be sent as a sending packet;
and SD13, completing the packaging of the command to be sent and obtaining a sending package.
2. The method according to claim 1, wherein the normal format is sequentially configured by a command ID and n data segments, and the high efficiency format is sequentially configured by a format identification bit, a command ID, a valid identification bit, and n data segments.
3. The method for improving data transmission efficiency according to claim 1, further comprising, before the step S1:
the efficient format is initialized.
4. The method of claim 1, wherein the format indicator bit occupies 2 bits, namely b1 and b2, and the effective indicator bit occupies m bits, wherein m is a positive integer greater than 2.
CN202010362128.8A 2017-09-01 2017-09-01 Method for improving data transmission efficiency Active CN111628846B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010362128.8A CN111628846B (en) 2017-09-01 2017-09-01 Method for improving data transmission efficiency

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201710778553.3A CN107682114B (en) 2017-09-01 2017-09-01 Method for improving data transmission efficiency
CN202010362128.8A CN111628846B (en) 2017-09-01 2017-09-01 Method for improving data transmission efficiency

Related Parent Applications (1)

Application Number Title Priority Date Filing Date
CN201710778553.3A Division CN107682114B (en) 2017-09-01 2017-09-01 Method for improving data transmission efficiency

Publications (2)

Publication Number Publication Date
CN111628846A true CN111628846A (en) 2020-09-04
CN111628846B CN111628846B (en) 2022-12-06

Family

ID=61134929

Family Applications (3)

Application Number Title Priority Date Filing Date
CN201710778553.3A Active CN107682114B (en) 2017-09-01 2017-09-01 Method for improving data transmission efficiency
CN202010361025.XA Active CN111628845B (en) 2017-09-01 2017-09-01 Method for improving data transmission efficiency
CN202010362128.8A Active CN111628846B (en) 2017-09-01 2017-09-01 Method for improving data transmission efficiency

Family Applications Before (2)

Application Number Title Priority Date Filing Date
CN201710778553.3A Active CN107682114B (en) 2017-09-01 2017-09-01 Method for improving data transmission efficiency
CN202010361025.XA Active CN111628845B (en) 2017-09-01 2017-09-01 Method for improving data transmission efficiency

Country Status (1)

Country Link
CN (3) CN107682114B (en)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112866767B (en) * 2021-01-25 2023-07-21 北京奇艺世纪科技有限公司 Screen projection control method and device, electronic equipment and storage medium
CN112995330B (en) * 2021-03-19 2021-10-01 北京北航天宇长鹰无人机科技有限公司 Transparent information extraction method and device for data

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20010021971A1 (en) * 1997-04-30 2001-09-13 Ian Gibson System for executing instructions having flag for indicating direct or indirect specification of a length of operand data
CN101437179A (en) * 2008-12-17 2009-05-20 烽火通信科技股份有限公司 Method for implementing batch synchronization multi-configuration data based on EPON system
US20100191934A1 (en) * 1991-06-24 2010-07-29 Renesas Technology Corp. Microcomputer and dividing circuit
CN102741817A (en) * 2009-09-04 2012-10-17 英特尔贝内卢克斯公司 Method for generating a set of instruction compaction schemes, method for compacting a program according to the generated set, and programmable processor capable of executing a program thus compacted
CN102931997A (en) * 2006-10-13 2013-02-13 高通股份有限公司 Message compression
CN104135412A (en) * 2014-07-28 2014-11-05 北京航天自动控制研究所 Serial bus redundant communication method oriented to multi-point Internet application
CN105847190A (en) * 2016-03-17 2016-08-10 青岛海信电器股份有限公司 Data transmission method and processor

Family Cites Families (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
GB2366399B (en) * 2000-08-26 2005-02-16 Ibm Recognition of command related items in object code
JP3564445B2 (en) * 2001-09-20 2004-09-08 松下電器産業株式会社 Processor, compiling device and compiling method
US8316129B2 (en) * 2005-05-25 2012-11-20 Microsoft Corporation Data communication coordination with sequence numbers
CN101042906A (en) * 2006-03-23 2007-09-26 鸿富锦精密工业(深圳)有限公司 Reading head control device of light disc machine and control method thereof
US8347067B2 (en) * 2008-01-23 2013-01-01 Arm Limited Instruction pre-decoding of multiple instruction sets
US8392447B2 (en) * 2008-12-18 2013-03-05 Bulletin.Net Inc. System and method for using symbol command language within a communications network
US8688910B2 (en) * 2009-02-06 2014-04-01 Freescale Semiconductor, Inc. Debug control for snoop operations in a multiprocessor system and method thereof
CN102695049B (en) * 2012-05-09 2015-06-10 浙江宇视科技有限公司 Transmission method and apparatus of code stream
US20150195320A1 (en) * 2014-01-03 2015-07-09 Yosef Avraham Method, System and Software Product for Improved Online Multimedia File Sharing
CN105071990B (en) * 2015-08-11 2018-11-06 中国电子科技集团公司电子科学研究院 A kind of general information system interface test method and device

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20100191934A1 (en) * 1991-06-24 2010-07-29 Renesas Technology Corp. Microcomputer and dividing circuit
US20010021971A1 (en) * 1997-04-30 2001-09-13 Ian Gibson System for executing instructions having flag for indicating direct or indirect specification of a length of operand data
CN102931997A (en) * 2006-10-13 2013-02-13 高通股份有限公司 Message compression
CN101437179A (en) * 2008-12-17 2009-05-20 烽火通信科技股份有限公司 Method for implementing batch synchronization multi-configuration data based on EPON system
CN102741817A (en) * 2009-09-04 2012-10-17 英特尔贝内卢克斯公司 Method for generating a set of instruction compaction schemes, method for compacting a program according to the generated set, and programmable processor capable of executing a program thus compacted
CN104135412A (en) * 2014-07-28 2014-11-05 北京航天自动控制研究所 Serial bus redundant communication method oriented to multi-point Internet application
CN105847190A (en) * 2016-03-17 2016-08-10 青岛海信电器股份有限公司 Data transmission method and processor

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
盛建伦: "分组直接控制――微程序控制的新技术", 《计算机工程与应用》 *

Also Published As

Publication number Publication date
CN111628845B (en) 2022-12-06
CN111628846B (en) 2022-12-06
CN111628845A (en) 2020-09-04
CN107682114A (en) 2018-02-09
CN107682114B (en) 2020-08-25

Similar Documents

Publication Publication Date Title
US7215561B2 (en) Semiconductor memory system having multiple system data buses
CN107682114B (en) Method for improving data transmission efficiency
CN1930563B (en) A multiple address two channel bus structure
ATE510393T1 (en) IMPLIED PACKAGE TYPE IDENTIFICATION
EP1800428A2 (en) Packet transmission redundancy selection apparatus and method
US7057964B2 (en) Semiconductor memory device with efficient multiplexing of I/O pad in multi-chip package
US20160148908A1 (en) Multi-chip package system
WO2005041257A3 (en) Wireless coupling of stacked dies within system in package
KR102036693B1 (en) Semiconductor memory system and operating method thereof
CN102075287A (en) Data processing method and device
CN107341130A (en) Chipset near end data processing engine
CN102543959A (en) Semiconductor apparatus and test method thereof
US10262973B1 (en) Modular chip with redundant interfaces
EP3816925B1 (en) Cooperative access method, system, and architecture of external storage
WO2017000367A1 (en) Routing method for combined television and combined television
CN103219334A (en) Flash memory packaging chip
KR20090099734A (en) Interface system based on stream and method for controlling the same
CN103501458B (en) Off-chip dynamic memory data storage and transmission method for demultiplexing system
CN116664381B (en) Method for GPU to access CPU extended memory and graphics processing system
CN105224239A (en) A kind of flash storer and storage system
US10497669B2 (en) Hybrid die stacking
US11455703B2 (en) Semiconductor device and semiconductor system including the same
CN1822214A (en) Memory device having components for transmitting and receiving signals synchronously
US20090313393A1 (en) Method of increasing efficiency of end point memory in usb devices
KR100379373B1 (en) Memory Allocation Device and Method of Media Access Control Sublayer (MAC) in Network

Legal Events

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