WO2020161465A1 - System, method and apparatus for enabling partial data transfers with indicators - Google Patents
System, method and apparatus for enabling partial data transfers with indicators Download PDFInfo
- Publication number
- WO2020161465A1 WO2020161465A1 PCT/GB2020/050114 GB2020050114W WO2020161465A1 WO 2020161465 A1 WO2020161465 A1 WO 2020161465A1 GB 2020050114 W GB2020050114 W GB 2020050114W WO 2020161465 A1 WO2020161465 A1 WO 2020161465A1
- Authority
- WO
- WIPO (PCT)
- Prior art keywords
- data
- data bus
- identifier
- bus
- interface
- 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.)
- Ceased
Links
Classifications
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F13/00—Interconnection of, or transfer of information or other signals between, memories, input/output devices or central processing units
- G06F13/38—Information transfer, e.g. on bus
- G06F13/40—Bus structure
- G06F13/4004—Coupling between buses
- G06F13/4009—Coupling between buses with data restructuring
- G06F13/4018—Coupling between buses with data restructuring with data-width conversion
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F13/00—Interconnection of, or transfer of information or other signals between, memories, input/output devices or central processing units
- G06F13/14—Handling requests for interconnection or transfer
- G06F13/20—Handling requests for interconnection or transfer for access to input/output bus
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F13/00—Interconnection of, or transfer of information or other signals between, memories, input/output devices or central processing units
- G06F13/38—Information transfer, e.g. on bus
- G06F13/40—Bus structure
- G06F13/4004—Coupling between buses
- G06F13/4027—Coupling between buses using bus bridges
- G06F13/405—Coupling between buses using bus bridges where the bridge performs a synchronising function
- G06F13/4059—Coupling between buses using bus bridges where the bridge performs a synchronising function where the synchronisation uses buffers, e.g. for speed matching between buses
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F13/00—Interconnection of, or transfer of information or other signals between, memories, input/output devices or central processing units
- G06F13/38—Information transfer, e.g. on bus
- G06F13/42—Bus transfer protocol, e.g. handshake; Synchronisation
- G06F13/4282—Bus transfer protocol, e.g. handshake; Synchronisation on a serial bus, e.g. I2C bus, SPI bus
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F2213/00—Indexing scheme relating to interconnection of, or transfer of information or other signals between, memories, input/output devices or central processing units
- G06F2213/0002—Serial port, e.g. RS232C
-
- Y—GENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
- Y02—TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
- Y02D—CLIMATE CHANGE MITIGATION TECHNOLOGIES IN INFORMATION AND COMMUNICATION TECHNOLOGIES [ICT], I.E. INFORMATION AND COMMUNICATION TECHNOLOGIES AIMING AT THE REDUCTION OF THEIR OWN ENERGY USE
- Y02D10/00—Energy efficient computing, e.g. low power processors, power management or thermal management
Definitions
- FIG. 1 illustrates an interface system.
- FIG. 2 illustrates a merge-buffer embodiment
- FIG. 3 illustrates an embodiment described herein.
- FIG. 4 illustrates yet another embodiment described herein.
- FIG. 5 illustrates a table according to a representative embodiment.
- FIG. 6 illustrates another table according to another representative embodiment.
- an embodiment or similar terms mean that a particular feature, structure, or characteristic described in connection with the embodiment is included in at least one embodiment of the present disclosure.
- the appearances of such phrases or in various places throughout this specification are not necessarily all referring to the same embodiment.
- the particular features, structures, or characteristics may be combined in any suitable manner in one or more embodiments without limitation.
- AXI Advanced e(X)tensible Interface
- AXI is an interface developed by ARM®
- AXID Advanced e(X)tensible Interface (AXI) Identification.
- AXI is an interface developed by ARM® for the ARM®AMBA microcontroller bus and is currently used by many companies such as Xilinx® incorporated.
- Beat an individual data transfer within an AXI burst.
- Block Offset specifies the desired data within the stored block data within the cache row. Sometimes referred to merely as“offset”.
- Buffer a temporary storage area, usually in RAM. The purpose of most buffers is to act as a holding area, enabling the CPU to manipulate data before transferring it to a device.
- Bus a communication mechanism that transfers data between components inside a computer, or modules of a computer, or between computers.
- bus covers all related hardware components (wire, optical fiber, etc.) and software, including communication protocols.
- Cache cache memory, also called CPU memory, is random access memory (RAM) that a computer microprocessor can access more quickly than it can access regular RAM.
- RAM random access memory
- This memory is typically integrated directly with the CPU chip or placed on a separate chip that has a separate bus interconnect with the CPU.
- Cache Block basic unit for cache storage. May contain multiple bytes/words of data. A cache line is the same as cache block. Note that this is not the same as a“row” of cache.
- CPU central processing unit; the electronic circuitry within a computer that carries out the instructions of a computer program by performing the basic arithmetic, logical, control and input/output (I/O) operations specified by the instructions.
- Execution the basic operational process of a computer. It is the process by which a computer retrieves a program instruction from its memory, determines what actions the instruction dictates, and carries out those actions. This cycle is repeated continuously by the central processing unit (CPU), from boot-up to when the computer is shut down.
- Flowchart a type of diagram that represents an algorithm, workflow or process.
- the flowchart shows the steps as boxes of various kinds, and their order.
- Index describes which cache set that data has been put in.
- Interface either a hardware connection or a user interface.
- An interface can also be used as a verb, describing how two devices connect to each other.
- a hardware interface is used to connect two or more electronic devices together.
- Micro-architectural computer organization, the way a given instruction set architecture (ISA), is implemented in a processor.
- Interface Bridge joins two or more interfaces to a layer. The layers are joined by the interface bridge as though the layers were joined to the same switch.
- I/O input/output, the transfer of data between a processor and a peripheral device in a data processing system.
- I/O devices may include keyboards, displays, pointing devices, etc. that can be coupled either directly or through intervening I/O controllers.
- Merge to combine data portions.
- Merge Buffer a type of buffer that stores data that will be merged, or has been merged.
- Module a component or part of a program or device that can contain hardware or software, or a combination of hardware and software.
- the software may contain one or more routines, or subroutines.
- One or more modules can make up a program and/or device.
- Offset the block offset is sometimes simply referred to as the "offset” or the "displacement”.
- Operation a single step performed by a computer in the execution of a program.
- Ordering tag kind of metadata that helps describe an item and allows it to be found again by browsing or searching.
- Peripheral a computer device, such as a keyboard or printer, which is not part of the essential computer (i.e., the memory and microprocessor). These auxiliary devices are typically intended to be connected to the computer.
- Protocol bridge a device that connects two networks, such as local-area networks (LANs), or two segments of the same LAN that use the same protocol, such as Ethernet or Token-Ring.
- Register a temporary storage area.
- Source Code any collection of code, possibly with comments, written using human readable programming language, usually as plain text.
- the source code of a program is specially designed to facilitate the work of computer programmers, who specify the actions to be performed by a computer mostly by writing source code.
- the source code is often transformed by an assembler or compiler, into binary machine code understood by the computer. The machine code might then be stored for later execution. Alternatively, source code may be interpreted and thus immediately executed.
- Tag a unique identifier for a group of data. Because different regions of memory may be mapped into a block, the tag is used to differentiate between them.
- AXI protocol As an interface protocol, as an AXI protocol, there is usually no provision for transferring partial data from a first bus to a second bus, which is a wider data bus, also described as a bus with increased capacity. This results in interface based systems, such as AXI based systems, with mismatched data bus sizes, which means that the system uses additional merge- buffers at all points on the interconnect where such data bus size mismatches are encountered. This results in undesired additional area/power overhead for the system.
- Embodiments described herein enable partial data transfers on a wider data bus thereby optimizing area/power metrics for the system.
- a sufficiently complex AXI based system may be composed of a diverse set of blocks with different data bus sizes. These different data bus sizes create a need for merge- buffers at every point where data bus width mismatch is encountered.
- a merge-buffer is required when data is moving from a narrow data bus to a wider data bus and typically, data is not guaranteed to arrive back-to-back on the narrow data bus since the AXI protocol does not support partial datatransfers on a wider data bus.
- FIG. 1 shows a system 100 that includes a first interface, shown as AXI master 102, an interface-to-interface bridge, shown as AXI-to-AXI bridge, 104 and a second interface, shown as AXI slave 106.
- AXI master 102 a first interface
- AXI-to-AXI bridge an interface-to-interface bridge
- AXI slave 106 a second interface
- the first interface, shown as AXI master, 102 has memory module 110.
- the memory module 110 includes one or more registers 112 and one or more data buffers 114.
- the register(s) 112 is used as a temporary storage area, or memory area, built into memory module 110.
- the register(s) 112 may be used to fetch instructions and hold each instruction as it is executed.
- the register(s) 112 may be used to pass data from a memory to a processor.
- the data buffer 114 is used to buffer data at AXI master 102.
- the data in data buffer 114 is received via bus 116.
- the interface-to-interface bridge shown as AXI-to-AXI bridge, 104 includes memory, or storage module 120.
- Storage module 120 includes one or more registers 122 and one or more merging buffers 124.
- Second interface shown as AXI slave, 106 includes storage, or memory module 126.
- the second interface, AXI slave, 106 has a 2 GHz clock and first interface
- AXI master, 102 has a 1 GHz clock. The distinction between the two clocks is indicated by dashed line 103.
- Register 112 is in communication with register 122 via bus 118.
- Register 122 is in communication with memory module 126 via 128.
- First interface, AXI Master, 102 has a 64B data bus 116 and second interface, AXI slave, 106 has a 32B data bus 130.
- the AXI-to-AXI bridge 104 manages data bus width mismatch and has a tracker to process transactions. As shown in FIG.
- AXI master 102 has a 64B data bus 116 and a 1 GHz clock
- AXI slave 106 has a 32B data bus 130 and a 2 GHz clock.
- FIG. 1 shows that the AXI-to-AXI bridge 104 utilizes full read buffering to merge two 32B beats (130) into one 64B beat (116) since two 32B beats are not guaranteed to arrive back-to-back. This may result in significant overhead in terms of area if AXI master 102 has many outstanding Read transactions.
- FIG. 2 shows system 200 that includes first interface, AXI master 202, interface-to-interface bridge 240, AXI-to-AXI bridge, 204 and second interface, AXI slave 206.
- RData B0B1,RLAST,64B, 252 are shown.
- a merge-buffer covers a window from when first data arrives 240 until the last data is delivered 252.
- FIG. 2 shows that there are two pending read requests on narrow data bus side, for example a 32B data bus. It may happen that first chunk(half) for two reads arrive before second chunk may arrive. AXI-to-AXI bridge 204 needs to save the first chunk of read since the wider data bus side (64B) can only accept data when both the chunks are available. This necessitates the use of the merge-buffer.
- Embodiments described herein comprise an AXI Slave 206 tagging each read data beat with chunk valid identifier called a“CV”.
- Each bit of the CV indicates the portion of the data bus which carries valid data.
- the portion-size of the wider data bus which is denoted by each bit of CV, is same as narrowest data bus size in the system.
- the width of the CV on a particular bus is determined by a ratio of the narrowest data bus size to its own bus size in the system. a. For example: In systems with 64B and 32B data bus widths, CV will be 2-bit value for 64B bus.
- CV will be 4-bit value for 64B bus while CV will be 2- bit value for 32B bus.
- RLAST semantics do not change with the particular embodiment, which means RLAST always arrives on the last data beat even though last data beat may not contain valid data on the entire bus. This ensures that all existing IP’s which are watching RLAST to detect protocol completion windows still comport with the process.
- system 300 has 64B and 32B bus widths, CV on 64B bus is 2-bit wide and each bit indicate the half which is valid.
- CV[1 :0] 2’bl 1
- 302 has valid lower chunk (CV[0]) 306 and valid upper chunk (CV[1]) 304.
- CV[l :0] 2’b01
- FIG. 4 shows a chunk valid example 400 according to an embodiment described herein.
- FIG. 4 shows system 400 that includes first interface, AXI master 402, interface-to-interface bridge, AXI-to-AXI bridge, 404 and second interface, AXI slave, 406.
- FIG. 4 is different than FIG. 2 because the data bits 440, 442, 444 and 446 are in a different sequence, that is AO (440) and A1 (444) are not in direct sequence; but rather, BO (442) and B1 (446) are between AO (440) and A1 (444). Additionally, there is no merge buffer, as shown in FIG. 2. Also, the bits 450, 452 and 454 have an associated CV identifier. The data 440, 442, 444 and 446 are in a random order.
- AXI-to-AXI bridge 404 is sending partial data
- AXI master 402 needs to understand the meaning of the associated CV value so that AXI master 402 can accept correct portion of the data.
- Embodiments also include one or more flags from AXI master 402, which can tell AXI slave406 whether AXI master 402 can tolerate partial data transfers.
- the flag may be identified, or called,“ChunkValidEnable”.
- Legacy AXI masters may
- AXI slave 406 is not capable of driving different chunk valid values, it is an embodiment that the flag may be set as all 1’s.
- FIG. 5 shows a representation 500 that includes“new fields” 502,
- Channel 504 includes AR 514 and R
- Drive 506 includes AXI master 516 and AXI slave 526.
- Width 508 includes“1”
- Meaning 510 includes a description of what the driver is instructing 520, 530, respectively.
- ARUSER/RUSER fields can be used to populate new fields.
- FIG. 5 can be augmented by driving two or more (up-to N, where“N” is any suitable number) distinct 32B data beats on a single 64B read data bus, which is shown in FIG. 6.
- FIG. 6 shows that AXI slave flag has a special message“multi-data transfer enabled”. In this mode, every distinct chunk being transferred is associated with its own set of R channel fields such as:
- AXI Master can control if it is capable of accepting multiple narrow data beats with distinct RID’s on a wider data bus using a field“MDTEnable” (Multi -Data- Transfer Enable) (622). Note that there may be“N” unique RID’s and RLAST’s which can arrive on a single RDATA bus and Master should be capable of uniquely identifying it and handling it.
- MDTEnable Multi -Data- Transfer Enable
- FIG. 6 shows a representation 600 that includes“new fields” 602,
- Channel 604 includes AR 614; AR 623; R 624; R 644; R 654; R 664; and
- Drive 606 includes AXI master 616; AXI master 625; AXI slave 626; AXI slave 646; AXI slave 656; AXI slave 666; and AXI slave 676. Thus, there are intermediate AXI interface slaves that may choose to send partial data on a wider bus.
- Meaning 610 includes a description of instructions, as shown by 620, 629,
- AXI slave sets the same values on RID 642, RRESP 652, RUSER 662, RLAST 672 for all narrow beats within a wider beat.
- ARUSER/RUSER fields can be used to populate new fields.
- Intermediate agents/ AXI Slave can choose to send partial data on wider data bus if system wants to optimize latency for critical portion of data. This improves the performance of overall system.
- Interconnects with no merge buffers need to fully serialize requests so that all narrow beats can come back to back which can be merged to form a wider data beat. With the embodiments shown in the present disclosure, such interconnects with no merge buffer does not need to serialize requests and all requests can be sent in
- a computing device may be understood to be any device having a processor, memory unit, input, and output. This may include, but is not intended to be limited to, cellular phones, smart phones, tablet computers, laptop computers, desktop computers, personal digital assistants, graphical processing units, field programmable gate arrays, etc.
- Components of the computer may include, but are not limited to, a processing unit, a system memory, and a system bus that couples various system components including the system memory to the processing unit.
- Computer storage media includes volatile and nonvolatile, removable and non removable media implemented in any method or technology for storage of information such as computer readable instructions, data structures, program modules or other data.
- Computer storage media includes, but is not limited to, RAM, ROM, EEPROM, FLASH memory or other memory technology, CD-ROM, digital versatile disks (DVD) or other optical disk storage, magnetic cassettes, magnetic tape, magnetic disk storage or other magnetic storage devices, or any other medium which can be used to store the desired information and which can be accessed by a computer.
- Communication media typically embodies computer readable instructions, data structures, program modules or other data in a modulated data signal such as a carrier wave or other transport mechanism and includes any information delivery media.
- modulated data signal means a signal that has one or more of its characteristics set or changed in such a manner as to encode information in the signal.
- communication media includes wired media such as a wired network or direct- wired connection, and wireless media such as acoustic, radio frequency, infrared and other wireless media. Combinations of any of the above should also be included within the scope of computer readable media.
- the system memory includes computer storage media in the form of volatile and/or nonvolatile memory such as read only memory (ROM) and random-access memory (RAM).
- ROM read only memory
- RAM random-access memory
- the computer-usable or computer-readable medium may be, for example but not limited to, an electronic, magnetic, optical, electromagnetic, infrared, or semiconductor system, apparatus, device, or propagation medium.
- the computer-readable medium would include the following: an electrical connection having one or more wires, a portable computer diskette, a hard disk, a random access memory (RAM), a read-only memory (ROM), an erasable programmable read-only memory (EPROM or Flash memory), an optical fiber, a portable compact disc read-only memory (CDROM), an optical storage device, a transmission media such as those supporting the Internet or an intranet, or a magnetic storage device.
- the computer-usable or computer-readable medium could even be paper or another suitable medium upon which the program is printed, as the program can be electronically captured, via, for instance, optical scanning of the paper or other medium, then compiled, interpreted, or otherwise processed in a suitable manner, if desired, and then stored in a computer memory.
- a computer-usable or computer-readable medium may be any medium that can contain, store, communicate, propagate, or transport the program for use by or in connection with the instruction execution system, apparatus, or device.
- the computer-usable medium may include a propagated data signal with the computer-usable program code embodied therewith, either in baseband or as part of a carrier wave.
- the computer-usable program code may be transmitted using any appropriate medium, including but not limited to wireless, wire line, optical fiber cable, RF, etc.
- Computer program code for carrying out operations may be written in any combination of one or more programming languages, including an object-oriented programming language such as Java, Smalltalk, C++, C# or the like, and conventional procedural programming languages, such as the "C" programming language or similar programming languages.
- the program code may execute entirely on the user's computer, partly on the user's computer, as a stand-alone software package, partly on the user's computer and partly on a remote computer or entirely on the remote computer or server.
- the remote computer may be connected to the user's computer through any type of network, including a local area network (LAN) or a wide area network (WAN), or the connection may be made to an external computer (for example, through the Internet using an Internet Service Provider).
- LAN local area network
- WAN wide area network
- Internet Service Provider for example, AT&T, MCI, Sprint, EarthLink, MSN, GTE, etc.
- These computer program instructions may be provided to a processor of a general purpose computer, special purpose computer, or other programmable data processing apparatus to produce a machine, such that the instructions, which execute via the processor of the computer, or other programmable data processing apparatus, create means for implementing the functions/acts specified in the flowchart and/or block diagram block or blocks.
- These computer program instructions may also be stored in a computer-readable medium that can direct a computer or other programmable data processing apparatus, to function in a particular manner, such that the instructions stored in the computer-readable medium produce an article of manufacture including instruction means which implement the function/act specified in the flowchart and/or block diagram block or blocks.
- the computer program instructions may also be loaded onto a computer or other programmable data processing apparatus to cause a series of operational steps to be performed on the computer, or other programmable apparatus to produce a computer- implemented process such that the instructions which execute on the computer or other programmable apparatus, provide processes for implementing the functions/acts specified in the flowchart and/or block diagram block or blocks.
- embodiments may take the form of an entirely hardware embodiment, an entirely software embodiment (including firmware, resident software, micro-code, etc.) or an embodiment combining software and hardware aspects that may all generally be referred to herein as a "circuit,” “module” or “system.”
- embodiments may take the form of a computer program product embodied in any tangible medium of expression having computer-usable program code embodied in the medium.
- a method comprising: generating one or more identifiers, each identifier having a plurality of bits and a width component; and tagging one or more data beats with an associated identifier selected from the one or more identifiers; where each bit of the identifier indicates a portion of a data bus which carries valid data; where the width of the identifier on a particular data bus is determined by a ratio of a narrowest data bus size to a bus size of the identifier; and enabling partial data transfers of the data beats based on the identifier.
- An apparatus comprising: a first bus having a first width; a second bus having a second width, the second width being greater than the first width; and an interface configured to send partial data on the second bus using an identifier that indicates the partial data is valid, where the identifier has a plurality of bits and a width component, where each bit of the identifier indicates a portion of the first data bus that carries valid data, and where the width of the identifier on the first data bus is determined by a ratio of a narrowest data bus size to the width of the first data bus.
- the apparatus in item 10 further comprising: an interface slave associated with the first data bus; and an interface master associated with the second data bus.
- intermediate interface slaves configured to send partial data.
- the apparatus in item 10 further comprising: an interleaving buffer configured to store interleaved single data beats.
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)
- Information Transfer Systems (AREA)
- Bus Control (AREA)
Abstract
Description
Claims
Priority Applications (3)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| KR1020217028381A KR102908896B1 (en) | 2019-02-08 | 2020-01-20 | System, method and device enabling partial data transmission using markers |
| CN202080010082.1A CN113316772B (en) | 2019-02-08 | 2020-01-20 | Systems, methods, and apparatus for enabling partial data transmission with indicators |
| GB2112244.5A GB2595408B (en) | 2019-02-08 | 2020-01-20 | System, method and apparatus for enabling partial data transfers with indicators |
Applications Claiming Priority (2)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| US16/271,015 US10725958B1 (en) | 2019-02-08 | 2019-02-08 | System, method and apparatus for enabling partial data transfers with indicators |
| US16/271,015 | 2019-02-08 |
Publications (1)
| Publication Number | Publication Date |
|---|---|
| WO2020161465A1 true WO2020161465A1 (en) | 2020-08-13 |
Family
ID=69326550
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| PCT/GB2020/050114 Ceased WO2020161465A1 (en) | 2019-02-08 | 2020-01-20 | System, method and apparatus for enabling partial data transfers with indicators |
Country Status (5)
| Country | Link |
|---|---|
| US (1) | US10725958B1 (en) |
| KR (1) | KR102908896B1 (en) |
| CN (1) | CN113316772B (en) |
| GB (1) | GB2595408B (en) |
| WO (1) | WO2020161465A1 (en) |
Cited By (1)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| WO2026072068A1 (en) * | 2024-09-30 | 2026-04-02 | Google Llc | Supporting multiple functions of a network-on-chip using a buffer |
Families Citing this family (8)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| IT202000009364A1 (en) * | 2020-04-29 | 2021-10-29 | St Microelectronics Srl | PROCEDURE FOR ACCESSING A MEMORY AND CORRESPONDING CIRCUIT |
| US12210503B2 (en) * | 2020-11-06 | 2025-01-28 | Pensando Systems Inc. | Method to perform hash table lookup for keys wider than data path size |
| US11520722B2 (en) * | 2021-04-12 | 2022-12-06 | Microsoft Technology Licensing, Llc | On-chip non-power of two data transactions |
| CN113904762B (en) * | 2021-09-28 | 2023-09-26 | 中孚信息股份有限公司 | Full duplex 485 bus communication system with annular buffer zone and method |
| DE112022005200T5 (en) * | 2021-10-29 | 2024-08-14 | Microchip Technology Incorporated | System and method for flexible switching of data packets of different protocols |
| US12072829B2 (en) | 2021-10-29 | 2024-08-27 | Microchip Technology Incorporated | System and method for flexibly crossing packets of different protocols |
| US11940939B2 (en) * | 2022-03-07 | 2024-03-26 | Qualcomm Incorporated | Encoding byte information on a data bus with separate code |
| CN115374039A (en) * | 2022-10-25 | 2022-11-22 | 北京超摩科技有限公司 | Data bit width conversion method and related equipment |
Citations (2)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US6366973B1 (en) * | 1999-05-03 | 2002-04-02 | 3Com Corporation | Slave interface circuit for providing communication between a peripheral component interconnect (PCI) domain and an advanced system bus (ASB) |
| US20140143471A1 (en) * | 2012-11-20 | 2014-05-22 | William C. Moyer | Flexible control mechanism for store gathering in a write buffer |
Family Cites Families (4)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US8904115B2 (en) * | 2010-09-28 | 2014-12-02 | Texas Instruments Incorporated | Cache with multiple access pipelines |
| JP5664187B2 (en) * | 2010-12-06 | 2015-02-04 | ソニー株式会社 | Interconnect apparatus and control method thereof |
| JP6294732B2 (en) * | 2014-03-31 | 2018-03-14 | 株式会社メガチップス | Data transfer control device and memory built-in device |
| US10042766B1 (en) * | 2017-02-02 | 2018-08-07 | Arm Limited | Data processing apparatus with snoop request address alignment and snoop response time alignment |
-
2019
- 2019-02-08 US US16/271,015 patent/US10725958B1/en active Active
-
2020
- 2020-01-20 GB GB2112244.5A patent/GB2595408B/en active Active
- 2020-01-20 KR KR1020217028381A patent/KR102908896B1/en active Active
- 2020-01-20 WO PCT/GB2020/050114 patent/WO2020161465A1/en not_active Ceased
- 2020-01-20 CN CN202080010082.1A patent/CN113316772B/en active Active
Patent Citations (2)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US6366973B1 (en) * | 1999-05-03 | 2002-04-02 | 3Com Corporation | Slave interface circuit for providing communication between a peripheral component interconnect (PCI) domain and an advanced system bus (ASB) |
| US20140143471A1 (en) * | 2012-11-20 | 2014-05-22 | William C. Moyer | Flexible control mechanism for store gathering in a write buffer |
Cited By (1)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| WO2026072068A1 (en) * | 2024-09-30 | 2026-04-02 | Google Llc | Supporting multiple functions of a network-on-chip using a buffer |
Also Published As
| Publication number | Publication date |
|---|---|
| GB2595408B (en) | 2023-04-05 |
| KR20210124381A (en) | 2021-10-14 |
| CN113316772B (en) | 2025-08-08 |
| GB202112244D0 (en) | 2021-10-13 |
| US10725958B1 (en) | 2020-07-28 |
| CN113316772A (en) | 2021-08-27 |
| GB2595408A (en) | 2021-11-24 |
| KR102908896B1 (en) | 2026-01-07 |
| US20200257647A1 (en) | 2020-08-13 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| US10725958B1 (en) | System, method and apparatus for enabling partial data transfers with indicators | |
| Das Sharma et al. | An introduction to the compute express link (cxl) interconnect | |
| JP5706588B2 (en) | Method, apparatus, and computer program product for making memory requests (efficient storage of metabits in system memory) | |
| US11068536B2 (en) | Method and apparatus for managing a document index | |
| TWI506428B (en) | Method and system for optimizing prefetching of cache memory lines | |
| CN115408391B (en) | A database table change method, device, equipment and storage medium | |
| US8577848B2 (en) | Converting two-tier resource mapping to one-tier resource mapping | |
| US20120310940A1 (en) | Faceted search with relationships between categories | |
| US9292549B2 (en) | Method and system for index serialization | |
| CN113434501A (en) | Storage method and device of relational database table and readable storage medium | |
| US20140172923A1 (en) | Method & aparatus for asynchroinzed de-serialization of e-r model in a huge data trunk | |
| US20070162637A1 (en) | Method, apparatus and program storage device for enabling multiple asynchronous direct memory access task executions | |
| US8990500B2 (en) | Storing the most significant and the least significant bytes of characters at non-contiguous addresses | |
| CN111046085B (en) | Data tracing processing method and device, medium and equipment | |
| JPS5868286A (en) | Cash memory and how it works | |
| CN103268218B (en) | Data processor | |
| CN102289364B (en) | Realize the cardiopulmonary bypass in beating heart with serial semantics | |
| CN107003932A (en) | The CACHE DIRECTORY processing method and contents controller of multi-core processor system | |
| WO2022134345A1 (en) | File access method, apparatus, device, and readable storage medium | |
| US20130185537A1 (en) | Hash table using hash table banks | |
| CN109241164A (en) | A kind of data processing method, device, server and storage medium | |
| CN109861949B (en) | Message filtering method, device and electronic device | |
| US8392374B2 (en) | Displaying hidden rows in a database after an expiration date | |
| US10423538B2 (en) | Bandwidth efficient techniques for enabling tagged memories | |
| US9043290B2 (en) | Rewriting relational expressions for different type systems |
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: 20702346 Country of ref document: EP Kind code of ref document: A1 |
|
| NENP | Non-entry into the national phase |
Ref country code: DE |
|
| ENP | Entry into the national phase |
Ref document number: 202112244 Country of ref document: GB Kind code of ref document: A Free format text: PCT FILING DATE = 20200120 |
|
| WWE | Wipo information: entry into national phase |
Ref document number: 2112244.5 Country of ref document: GB |
|
| ENP | Entry into the national phase |
Ref document number: 20217028381 Country of ref document: KR Kind code of ref document: A |
|
| 122 | Ep: pct application non-entry in european phase |
Ref document number: 20702346 Country of ref document: EP Kind code of ref document: A1 |
|
| WWG | Wipo information: grant in national office |
Ref document number: 2112244.5 Country of ref document: GB |
|
| WWG | Wipo information: grant in national office |
Ref document number: 202080010082.1 Country of ref document: CN |