CN114996178A - Bus arbitration method, system, equipment and storage medium - Google Patents

Bus arbitration method, system, equipment and storage medium Download PDF

Info

Publication number
CN114996178A
CN114996178A CN202210762161.9A CN202210762161A CN114996178A CN 114996178 A CN114996178 A CN 114996178A CN 202210762161 A CN202210762161 A CN 202210762161A CN 114996178 A CN114996178 A CN 114996178A
Authority
CN
China
Prior art keywords
arbitration
mode
triggered
polling
port
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
CN202210762161.9A
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.)
Shandong Yunhai Guochuang Cloud Computing Equipment Industry Innovation Center Co Ltd
Original Assignee
Shandong Yunhai Guochuang Cloud Computing Equipment Industry Innovation Center 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 Shandong Yunhai Guochuang Cloud Computing Equipment Industry Innovation Center Co Ltd filed Critical Shandong Yunhai Guochuang Cloud Computing Equipment Industry Innovation Center Co Ltd
Priority to CN202210762161.9A priority Critical patent/CN114996178A/en
Publication of CN114996178A publication Critical patent/CN114996178A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F13/00Interconnection of, or transfer of information or other signals between, memories, input/output devices or central processing units
    • G06F13/14Handling requests for interconnection or transfer
    • G06F13/16Handling requests for interconnection or transfer for access to memory bus
    • G06F13/1605Handling requests for interconnection or transfer for access to memory bus based on arbitration
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F13/00Interconnection of, or transfer of information or other signals between, memories, input/output devices or central processing units
    • G06F13/14Handling requests for interconnection or transfer
    • G06F13/16Handling requests for interconnection or transfer for access to memory bus
    • G06F13/1668Details of memory controller
    • G06F13/1673Details of memory controller using buffers
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F13/00Interconnection of, or transfer of information or other signals between, memories, input/output devices or central processing units
    • G06F13/14Handling requests for interconnection or transfer
    • G06F13/16Handling requests for interconnection or transfer for access to memory bus
    • G06F13/18Handling requests for interconnection or transfer for access to memory bus based on priority control
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F30/00Computer-aided design [CAD]
    • G06F30/30Circuit design
    • G06F30/34Circuit design for reconfigurable circuits, e.g. field programmable gate arrays [FPGA] or programmable logic devices [PLD]
    • YGENERAL 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
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02DCLIMATE 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/00Energy efficient computing, e.g. low power processors, power management or thermal management

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Computer Hardware Design (AREA)
  • Evolutionary Computation (AREA)
  • Geometry (AREA)
  • Bus Control (AREA)

Abstract

The invention provides a method, a system, equipment and a storage medium for bus arbitration, wherein the method comprises the following steps: preprocessing a plurality of request signals of an input port, and preselecting a corresponding arbitration mode; responding to the fact that the pre-selected arbitration mode is polling arbitration, and adopting a corresponding arbitration mode according to the fact that the request signal is triggered by a single port or triggered by multiple ports simultaneously; responding to the arbitration mode which is pre-selected as fixed priority arbitration, and carrying out arbitration according to the mode of the least significant bit and the most significant bit; and piecing up the arbitrated results to obtain a final result, and outputting the final result through a cache register. The computational logic of the invention is realized by adopting combinational logic, thereby reducing power consumption and complexity, improving operation efficiency and having high multiplexing rate of double arbitration modules.

Description

Bus arbitration method, system, equipment and storage medium
Technical Field
The present invention relates to the field of chip design, and more particularly, to a method, system, device and storage medium for bus arbitration.
Background
Because the FPGA has the advantages of high speed, high efficiency, flexibility, stability, high integration level and the like, the FPGA is very necessary in hardware logic verification and design. And the arbiter (arbiter) responds to the corresponding source according to the corresponding priority when the FPGA is mainly used for a plurality of source sources to send requests simultaneously. Commonly used arbiters are classified into Round-Robin arbiters (Round-Robin) and Fixed-Priority arbiters (Fixed-Priority). The combinational logic of the conventional arbiter can only handle one arbitration scheme, and most arbitration schemes require multiple flip-flops for round-robin arbitration, resulting in multiple clocks for calculating and retaining the result.
The prior art has the following defects: 1. the arbitration mode is single; 2. the Round-Robin arbitration is adopted, and the arbitration time is too long when large data volume transmission is handled; 3. the polling arbitration rejects the rest requests when arbitrating the result every time, generates an AXI bus request next time, and clears the last record, so that repeated requests are frequently sent if the device does not obtain the bus use right.
Disclosure of Invention
In view of this, an object of the embodiments of the present invention is to provide a method, a system, a computer device and a computer readable storage medium for bus arbitration, in which verilog is used to implement an arbitration function, and polling arbitration is implemented in parallel, and only requests are triggered to enter polling arbitration at the same time; the computational logic is realized by adopting combinational logic, so that the power consumption and the complexity are reduced, the operation efficiency is improved, and the multiplexing rate of the double arbitration modules is high; two arbitration modes and support the LSB/MSB switching, thereby providing great convenience for meeting various arbitration mode requirements.
In view of the above, an aspect of the embodiments of the present invention provides a method for bus arbitration, including the following steps: preprocessing a plurality of request signals of an input port, and preselecting a corresponding arbitration mode; responding to the pre-selected arbitration mode as polling arbitration, and adopting a corresponding arbitration mode according to whether the request signal is triggered by a single port or triggered by multiple ports simultaneously; responding to the arbitration mode which is pre-selected as fixed priority arbitration, and carrying out arbitration according to the mode of the least significant bit and the most significant bit; and piecing up the arbitrated results to obtain a final result, and outputting the final result through a cache register.
In some embodiments, said employing a corresponding arbitration mode depending on whether said request signal is single-port triggered or multi-port simultaneous triggered comprises: in response to the request signal being a single port trigger, employing fixed priority arbitration for the request signal; and employing polling arbitration on the request signals in response to the request signals being multi-ported concurrent triggered.
In some embodiments, said employing round-robin arbitration on said request signals comprises: and the request signal and a mask signal to complete the screening of the input signal.
In some embodiments, said employing fixed priority arbitration on said request signal comprises: the triggered port is selected to acquire priority and the polling arbitration mode is disabled.
In another aspect of the embodiments of the present invention, a system for bus arbitration is provided, including: the device comprises a preprocessing module, a signal processing module and a signal processing module, wherein the preprocessing module is configured to preprocess a plurality of request signals of an input port and preselect a corresponding arbitration mode; the polling module is configured to respond to a preselected arbitration mode as polling arbitration and adopt a corresponding arbitration mode according to whether the request signal is triggered by a single port or triggered by multiple ports simultaneously; the priority module is configured for responding to the arbitration mode which is pre-selected as fixed priority arbitration and carrying out arbitration according to the mode of least significant bit and most significant bit; and the output module is configured to splice the arbitrated results to obtain a final result, and output the final result through the cache register.
In some embodiments, the polling module is configured to: in response to the request signal being a single port trigger, employing fixed priority arbitration for the request signal; and employing polling arbitration for the request signals in response to the request signals being multi-port simultaneous triggers.
In some embodiments, the polling module is configured to: and the request signal and a mask signal to complete the screening of the input signal.
In some embodiments, the polling module is configured to: the triggered port is selected to acquire priority and the polling arbitration mode is disabled.
In another aspect of the embodiments of the present invention, there is also provided a computer device, including: at least one processor; and a memory storing computer instructions executable on the processor, the instructions when executed by the processor implementing the steps of the method as above.
In another aspect of the embodiments of the present invention, a computer-readable storage medium is further provided, in which a computer program for implementing the above method steps is stored when the computer program is executed by a processor.
The invention has the following beneficial technical effects: verilog is adopted to realize arbitration function, parallel design is adopted for polling arbitration, and only requests are triggered to enter polling arbitration at the same time; the computational logic is realized by adopting combinational logic, so that the power consumption and the complexity are reduced, the operation efficiency is improved, and the multiplexing rate of the double arbitration modules is high; two arbitration modes and support LSB/MSB switching, thereby providing great convenience for meeting various arbitration mode requirements.
Drawings
In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the drawings used in the description of the embodiments or the prior art will be briefly described below, and it is obvious that the drawings in the following description are only some embodiments of the present invention, and it is obvious for those skilled in the art that other embodiments can be obtained by using the drawings without creative efforts.
FIG. 1 is a diagram illustrating an embodiment of a method for bus arbitration according to the present invention;
FIG. 2 is a schematic diagram of an implementation of an embodiment of the present invention;
FIG. 3 is a block diagram of the LSB/MSB priority module according to an embodiment of the present invention;
FIG. 4 is a schematic diagram of a system for bus arbitration according to an embodiment of the present invention;
FIG. 5 is a diagram illustrating a hardware structure of an embodiment of a bus-arbitrated computer apparatus according to the present invention;
FIG. 6 is a schematic diagram of an embodiment of a bus-arbitrated computer storage medium according to the present invention.
Detailed Description
In order to make the objects, technical solutions and advantages of the present invention more apparent, the following embodiments of the present invention are described in further detail with reference to the accompanying drawings.
It should be noted that all expressions using "first" and "second" in the embodiments of the present invention are used for distinguishing two entities with the same name but different names or different parameters, and it should be noted that "first" and "second" are merely for convenience of description and should not be construed as limitations of the embodiments of the present invention, and they are not described in any more detail in the following embodiments.
In a first aspect of embodiments of the present invention, an embodiment of a method for bus arbitration is provided. Fig. 1 is a schematic diagram illustrating an embodiment of a method for bus arbitration provided by the present invention. As shown in fig. 1, the embodiment of the present invention includes the following steps:
s1, preprocessing a plurality of request signals of the input port and preselecting corresponding arbitration modes;
s2, responding to the pre-selected arbitration mode as polling arbitration, and adopting a corresponding arbitration mode according to whether the request signal is triggered by a single port or triggered by multiple ports simultaneously;
s3, responding the arbitration mode selected in advance as fixed priority arbitration, and arbitrating according to the mode of least significant bit and most significant bit; and
and S4, splicing the arbitrated results to obtain a final result, and outputting the final result through a cache register.
Fig. 2 is a schematic diagram of an implementation of the embodiment of the present invention, and the embodiment of the present invention is described with reference to fig. 2.
A req preprocessing module: preprocessing N req (request signals) input into ports, dividing working conditions into two conditions of single port triggering and multi-port simultaneous triggering, and distributing the req to a corresponding priority processing module;
a fixed priority module: acquiring req triggered by a single port, and directly selecting the port as a priority acquisition module; when the Round-Robin mode is forbidden, the arbitration result, the arbitration effective level and the arbitration result table are output through the circuit structure of FIG. 3 according to the mode that MSB (Most Significant Bit) or LSB (Least Significant Bit) fixes the priority;
Round-Robin priority module: the modular circuit result is the same as the LSB/MSB priority module, and the difference is that the input signal req of the modular circuit needs to be operated with a mask (mask signal) to complete the screening of the input signal of the modular circuit;
a priority granting module: splicing the results obtained by the priority module by pins, and sending the final result to a cache register module;
a cache register module: and the output result is output through the first-level trigger buffer.
A plurality of request signals of the input port are preprocessed, and a corresponding arbitration mode is preselected. Port inputs are received and a fixed priority arbitration or a round-robin arbitration is selected based on the inputs.
And responding to the preselected arbitration mode as polling arbitration, and adopting the corresponding arbitration mode according to the condition that the request signal is triggered by a single port or simultaneously triggered by multiple ports.
In some embodiments, said employing a corresponding arbitration mode depending on whether said request signal is single-port triggered or multi-port simultaneous triggered comprises: in response to the request signal being a single port trigger, employing fixed priority arbitration for the request signal; and employing polling arbitration for the request signals in response to the request signals being multi-port simultaneous triggers. Judging multi-PORTS input request arbitration, if the requests are triggered at the same time, arbitrating LSB or MSB selection, executing Round-Robin priority arbitration, and outputting the result to a priority granting module; if the arbitration is single port arbitration, fixed priority arbitration is executed, and the result is output to a priority granting module.
In some embodiments, said employing round-robin arbitration on said request signal comprises: and the request signal and a mask signal to complete the screening of the input signal.
In some embodiments, said employing fixed priority arbitration on said request signal comprises: the triggered port is selected to get priority and the polling arbitration mode is disabled.
In response to the preselected arbitration mode being a fixed priority arbitration, arbitration is performed in terms of least significant bits and most significant bits. If the fixed priority arbitration is selected, the LSB or MSB selection is arbitrated, the fixed priority arbitration is executed, and the result is output to the priority granting module.
And splicing the arbitrated results to obtain a final result, and outputting the final result through a cache register.
The design of the invention adopts verilog to realize the arbitration function, and when Round-Robin arbitrates, parallel design is adopted, and only requests are triggered to enter Round-Robin arbitration at the same time; the computational logic is realized by adopting combinational logic, so that the power consumption and the complexity are reduced, the operation efficiency is improved, and the multiplexing rate of the double arbitration modules is high; two arbitration modes and support the LSB/MSB switching, thereby providing great convenience for meeting various arbitration mode requirements.
It should be particularly noted that the steps in the embodiments of the method for bus arbitration described above can be mutually intersected, replaced, added, or deleted, and therefore, the method for bus arbitration converted by these reasonable permutation and combination shall also belong to the scope of the present invention, and shall not limit the scope of the present invention to the embodiments.
In view of the above objects, a second aspect of the embodiments of the present invention provides a system for bus arbitration. As shown in fig. 4, the system 200 includes the following modules: the device comprises a preprocessing module, a signal processing module and a signal processing module, wherein the preprocessing module is configured to preprocess a plurality of request signals of an input port and preselect a corresponding arbitration mode; the polling module is configured to respond to a preselected arbitration mode as polling arbitration and adopt a corresponding arbitration mode according to whether the request signal is triggered by a single port or triggered by multiple ports simultaneously; the priority module is configured for responding to the arbitration mode which is pre-selected as fixed priority arbitration and carrying out arbitration according to the mode of least significant bit and most significant bit; and the output module is configured to splice the arbitrated results to obtain a final result, and output the final result through the cache register.
In some embodiments, the polling module is configured to: in response to the request signal being a single port trigger, employing fixed priority arbitration for the request signal; and employing polling arbitration for the request signals in response to the request signals being multi-port simultaneous triggers.
In some embodiments, the polling module is configured to: and the request signal and a mask signal to complete the screening of the input signal.
In some embodiments, the polling module is configured to: the triggered port is selected to acquire priority and the polling arbitration mode is disabled.
In view of the above object, a third aspect of the embodiments of the present invention provides a computer device, including: at least one processor; and a memory storing computer instructions executable on the processor, the instructions being executable by the processor to perform the steps of: s1, preprocessing a plurality of request signals of the input port and preselecting corresponding arbitration modes; s2, responding to the pre-selected arbitration mode as polling arbitration, and adopting a corresponding arbitration mode according to whether the request signal is triggered by a single port or triggered by multiple ports simultaneously; s3, responding the arbitration mode selected in advance as fixed priority arbitration, and arbitrating according to the mode of least significant bit and most significant bit; and S4, splicing the arbitrated results to obtain a final result, and outputting the final result through a cache register.
In some embodiments, said employing a corresponding arbitration mode depending on whether said request signal is single-port triggered or multi-port simultaneous triggered comprises: in response to the request signal being a single port trigger, employing fixed priority arbitration for the request signal; and employing polling arbitration on the request signals in response to the request signals being multi-ported concurrent triggered.
In some embodiments, said employing round-robin arbitration on said request signals comprises: and the request signal and a mask signal to complete the screening of the input signal.
In some embodiments, said employing fixed priority arbitration on said request signal comprises: the triggered port is selected to acquire priority and the polling arbitration mode is disabled.
Fig. 5 is a schematic hardware structure diagram of an embodiment of the bus-arbitrated computer device according to the present invention.
Taking the apparatus shown in fig. 5 as an example, the apparatus includes a processor 301 and a memory 302.
The processor 301 and the memory 302 may be connected by a bus or other means, such as the bus connection in fig. 3.
The memory 302 is a non-volatile computer-readable storage medium, and can be used for storing non-volatile software programs, non-volatile computer-executable programs, and modules, such as program instructions/modules corresponding to the bus arbitration method in the embodiment of the present application. The processor 301 executes various functional applications of the server and data processing, i.e., a method of implementing bus arbitration, by executing nonvolatile software programs, instructions, and modules stored in the memory 302.
The memory 302 may include a storage program area and a storage data area, wherein the storage program area may store an operating system, an application program required for at least one function; the storage data area may store data created according to the use of the method of bus arbitration, or the like. Further, the memory 302 may include high speed random access memory, and may also include non-volatile memory, such as at least one magnetic disk storage device, flash memory device, or other non-volatile solid state storage device. In some embodiments, memory 302 optionally includes memory located remotely from processor 301, which may be connected to a local module via a network. Examples of such networks include, but are not limited to, the internet, intranets, local area networks, mobile communication networks, and combinations thereof.
Computer instructions 303 corresponding to one or more methods of bus arbitration are stored in the memory 302 and when executed by the processor 301 perform the method of bus arbitration in any of the method embodiments described above.
Any embodiment of a computer device implementing the method of bus arbitration described above may achieve the same or similar effects as any of the preceding method embodiments corresponding thereto.
The present invention also provides a computer readable storage medium storing a computer program for performing a method of bus arbitration when executed by a processor.
Fig. 6 is a schematic diagram of an embodiment of a computer storage medium for bus arbitration provided by the present invention. Taking the computer storage medium as shown in fig. 6 as an example, the computer readable storage medium 401 stores a computer program 402 which, when executed by a processor, performs the method as described above.
Finally, it should be noted that, as one of ordinary skill in the art can appreciate that all or part of the processes of the methods of the above embodiments can be implemented by a computer program to instruct related hardware to implement the methods of the bus arbitration. The storage medium of the program may be a magnetic disk, an optical disk, a read-only memory (ROM), or a Random Access Memory (RAM). The embodiments of the computer program may achieve the same or similar effects as any of the above-described method embodiments.
The foregoing is an exemplary embodiment of the present disclosure, but it should be noted that various changes and modifications could be made herein without departing from the scope of the present disclosure as defined by the appended claims. The functions, steps and/or actions of the method claims in accordance with the disclosed embodiments described herein need not be performed in any particular order. Furthermore, although elements of the disclosed embodiments of the invention may be described or claimed in the singular, the plural is contemplated unless limitation to the singular is explicitly stated.
It should be understood that, as used herein, the singular forms "a", "an" and "the" are intended to include the plural forms as well, unless the context clearly supports the exception. It should also be understood that "and/or" as used herein is meant to include any and all possible combinations of one or more of the associated listed items.
The numbers of the embodiments disclosed in the embodiments of the present invention are merely for description, and do not represent the merits of the embodiments.
It will be understood by those skilled in the art that all or part of the steps for implementing the above embodiments may be implemented by hardware, or may be implemented by a program instructing relevant hardware, and the program may be stored in a computer-readable storage medium, and the above-mentioned storage medium may be a read-only memory, a magnetic disk or an optical disk, etc.
Those of ordinary skill in the art will understand that: the discussion of any embodiment above is meant to be exemplary only, and is not intended to intimate that the scope of the disclosure, including the claims, of embodiments of the invention is limited to these examples; within the idea of an embodiment of the invention, also technical features in the above embodiment or in different embodiments may be combined and there are many other variations of the different aspects of the embodiments of the invention as described above, which are not provided in detail for the sake of brevity. Therefore, any omissions, modifications, substitutions, improvements, and the like that may be made without departing from the spirit and principles of the embodiments of the present invention are intended to be included within the scope of the embodiments of the present invention.

Claims (10)

1. A method of bus arbitration comprising the steps of:
preprocessing a plurality of request signals of an input port and preselecting a corresponding arbitration mode;
responding to the pre-selected arbitration mode as polling arbitration, and adopting a corresponding arbitration mode according to whether the request signal is triggered by a single port or triggered by multiple ports simultaneously;
responding to the arbitration mode which is pre-selected as fixed priority arbitration, and carrying out arbitration according to the mode of the least significant bit and the most significant bit; and
and splicing the arbitrated results to obtain a final result, and outputting the final result through a cache register.
2. The method of claim 1, wherein employing the corresponding arbitration mode according to whether the request signal is single-port triggered or multi-port simultaneous triggered comprises:
in response to the request signal being a single port trigger, employing fixed priority arbitration for the request signal; and
polling arbitration is employed on the request signals in response to the request signals being multi-port simultaneous triggers.
3. The method of claim 2, wherein employing round-robin arbitration for the request signals comprises:
and the request signal and a mask signal to complete the screening of the input signal.
4. The method of claim 2, wherein said employing fixed priority arbitration for said request signals comprises:
the triggered port is selected to acquire priority and the polling arbitration mode is disabled.
5. A system for bus arbitration, comprising:
the device comprises a preprocessing module, a signal processing module and a signal processing module, wherein the preprocessing module is configured to preprocess a plurality of request signals of an input port and preselect a corresponding arbitration mode;
the polling module is configured to respond to a preselected arbitration mode as polling arbitration and adopt a corresponding arbitration mode according to whether the request signal is triggered by a single port or triggered by multiple ports simultaneously;
the priority module is configured for responding to the arbitration mode which is pre-selected as fixed priority arbitration and carrying out arbitration according to the mode of least significant bit and most significant bit; and
and the output module is configured to splice the arbitrated results to obtain a final result, and output the final result through the cache register.
6. The system of claim 5, wherein the polling module is configured to:
in response to the request signal being a single port trigger, employing fixed priority arbitration for the request signal; and
polling arbitration is employed on the request signals in response to the request signals being multi-port simultaneous triggers.
7. The system of claim 6, wherein the polling module is configured to:
and the request signal and a mask signal to complete the screening of the input signal.
8. The system of claim 6, wherein the polling module is configured to:
the triggered port is selected to acquire priority and the polling arbitration mode is disabled.
9. A computer device, comprising:
at least one processor; and
a memory storing computer instructions executable on the processor, the instructions when executed by the processor implementing the steps of the method of any one of claims 1 to 4.
10. A computer-readable storage medium, in which a computer program is stored which, when being executed by a processor, carries out the steps of the method according to any one of claims 1 to 4.
CN202210762161.9A 2022-06-30 2022-06-30 Bus arbitration method, system, equipment and storage medium Pending CN114996178A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202210762161.9A CN114996178A (en) 2022-06-30 2022-06-30 Bus arbitration method, system, equipment and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202210762161.9A CN114996178A (en) 2022-06-30 2022-06-30 Bus arbitration method, system, equipment and storage medium

Publications (1)

Publication Number Publication Date
CN114996178A true CN114996178A (en) 2022-09-02

Family

ID=83019726

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202210762161.9A Pending CN114996178A (en) 2022-06-30 2022-06-30 Bus arbitration method, system, equipment and storage medium

Country Status (1)

Country Link
CN (1) CN114996178A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN115454912A (en) * 2022-11-09 2022-12-09 苏州浪潮智能科技有限公司 Parallel arbitration method, system, equipment and storage medium
CN117435252A (en) * 2023-12-19 2024-01-23 苏州元脑智能科技有限公司 Hardware implementation device, system and application method of mutual exclusion lock

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US4682282A (en) * 1984-10-25 1987-07-21 Unisys Corp. Minimum latency tie-breaking arbitration logic circuitry
KR20030070409A (en) * 2002-02-25 2003-08-30 주식회사 엘지이아이 Method for Controlling Memory Selectively of Memory Arbiter
US20130091505A1 (en) * 2010-06-28 2013-04-11 Zte Corporation Priority Level Arbitration Method and Device
CN114138706A (en) * 2021-10-29 2022-03-04 北京中科昊芯科技有限公司 Multifunctional arbiter, arbitration method, chip and product
CN114567607A (en) * 2022-02-25 2022-05-31 山东云海国创云计算装备产业创新中心有限公司 Multi-port arbitration method, device, equipment and computer readable storage medium

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US4682282A (en) * 1984-10-25 1987-07-21 Unisys Corp. Minimum latency tie-breaking arbitration logic circuitry
KR20030070409A (en) * 2002-02-25 2003-08-30 주식회사 엘지이아이 Method for Controlling Memory Selectively of Memory Arbiter
US20130091505A1 (en) * 2010-06-28 2013-04-11 Zte Corporation Priority Level Arbitration Method and Device
CN114138706A (en) * 2021-10-29 2022-03-04 北京中科昊芯科技有限公司 Multifunctional arbiter, arbitration method, chip and product
CN114567607A (en) * 2022-02-25 2022-05-31 山东云海国创云计算装备产业创新中心有限公司 Multi-port arbitration method, device, equipment and computer readable storage medium

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN115454912A (en) * 2022-11-09 2022-12-09 苏州浪潮智能科技有限公司 Parallel arbitration method, system, equipment and storage medium
CN117435252A (en) * 2023-12-19 2024-01-23 苏州元脑智能科技有限公司 Hardware implementation device, system and application method of mutual exclusion lock
CN117435252B (en) * 2023-12-19 2024-03-15 苏州元脑智能科技有限公司 Hardware implementation device, system and application method of mutual exclusion lock

Similar Documents

Publication Publication Date Title
KR900006792B1 (en) Load balancing for packet switching nodes
CN114996178A (en) Bus arbitration method, system, equipment and storage medium
KR900006791B1 (en) Packet switched multiport memory nxm switch node and processing method
KR900006793B1 (en) Packet switched multiple queue nxm switch mode and processing method
US4833468A (en) Layered network
US5434995A (en) Barrier synchronization for distributed memory massively parallel processing systems
JP4128956B2 (en) Switch / network adapter port for cluster computers using a series of multi-adaptive processors in dual inline memory module format
EP1744497B1 (en) Method for managing a plurality of virtual links shared on a communication line and network implementing said method
US20080195840A1 (en) Identifying Messaging Completion on a Parallel Computer
EP3869352A1 (en) Network-on-chip data processing method and device
JP3987783B2 (en) Array type processor
US20110173629A1 (en) Thread Synchronization
Konishi et al. PCA-1: A fully asynchronous, self-reconfigurable LSI
US20220407822A1 (en) Efficient Parallelized Computation of a BENES Network Configuration
JP3987784B2 (en) Array type processor
KR100657256B1 (en) Arbiter and bus system therefor
US20040054818A1 (en) Flexible results pipeline for processing element
US6621295B1 (en) Reconfigurable priority encoding
US7231479B2 (en) Round robin selection logic improves area efficiency and circuit speed
Rettkowski et al. Application-specific processing using high-level synthesis for networks-on-chip
US20150278095A1 (en) Data processing device
JP3481445B2 (en) Competition mediation method
US6963966B1 (en) Accumulator-based load-store CPU architecture implementation in a programmable logic device
US20230289289A1 (en) SYSTEM AND METHOD FOR ROUND ROBIN ARBITERS IN A NETWORK-ON-CHIP (NoC)
US8764874B2 (en) Arrangement, method, integrated circuit and device for routing requests

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