CN112650697A - Arbitration circuit of multiple main devices based on DDR3 storage controller interface - Google Patents

Arbitration circuit of multiple main devices based on DDR3 storage controller interface Download PDF

Info

Publication number
CN112650697A
CN112650697A CN202011543007.XA CN202011543007A CN112650697A CN 112650697 A CN112650697 A CN 112650697A CN 202011543007 A CN202011543007 A CN 202011543007A CN 112650697 A CN112650697 A CN 112650697A
Authority
CN
China
Prior art keywords
circuit
arbitration
command
emergency
page
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
CN202011543007.XA
Other languages
Chinese (zh)
Other versions
CN112650697B (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.)
Xian Xiangteng Microelectronics Technology Co Ltd
Original Assignee
Xian Xiangteng Microelectronics Technology 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 Xian Xiangteng Microelectronics Technology Co Ltd filed Critical Xian Xiangteng Microelectronics Technology Co Ltd
Priority to CN202011543007.XA priority Critical patent/CN112650697B/en
Publication of CN112650697A publication Critical patent/CN112650697A/en
Application granted granted Critical
Publication of CN112650697B publication Critical patent/CN112650697B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

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
    • 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
    • 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

Abstract

The invention relates to an arbitration circuit of a plurality of main devices based on a DDR3 storage controller interface. The system comprises a monitoring circuit with n ports, a page information cache circuit, a page hit arbitration circuit, an emergency polling arbitration circuit, a non-emergency polling arbitration circuit and an arbitration selection and issuing circuit; the page information cache circuit is respectively connected with the monitoring circuit and the arbitration selection and issuing circuit; the page hit arbitration circuit is respectively connected with the monitoring circuit and the arbitration selection and issuing circuit; the emergency polling arbitration circuit is respectively connected with the monitoring circuit and the arbitration selection and issuing circuit; the non-emergency polling arbitration circuit is respectively connected with the monitoring circuit and the arbitration selection and issuing circuit; n is the same as the number of masters. The invention provides an arbitration circuit of a plurality of main devices based on a DDR3 storage controller interface, which can improve the priority strategy and the efficiency of a controller and achieve the effect of giving consideration to the command requirement and the storage bandwidth.

Description

Arbitration circuit of multiple main devices based on DDR3 storage controller interface
Technical Field
The invention belongs to the field of integrated circuit design, relates to an arbitration circuit, and particularly relates to an arbitration circuit of a plurality of main devices based on a DDR3 storage controller interface.
Background
The DDR3 memory controller interface is used to provide a channel for various masters to access external DDR3 memory. Each master device desires a small response delay and a large data bandwidth. A simple arbitration circuit, such as simple polling, when multiple masters access simultaneously, would have the following drawbacks: frequent DDR3 SDRAM page opening and closing processes, resulting in idle bandwidth loss of the data bus; emergency commands cannot respond quickly; the dense access device and the loose access device occupy the same data bandwidth. How to solve the above problems is a significant difficulty in designing the interface arbitration circuit of the DDR3 memory controller.
Disclosure of Invention
In order to solve the technical problems in the prior art, the invention provides an arbitration circuit of a plurality of main devices based on a DDR3 storage controller interface.
The technical solution of the invention is as follows:
an arbitration circuit of a plurality of main devices based on a DDR3 memory controller interface is characterized in that: the system comprises a monitoring circuit with n ports, a page information cache circuit, a page hit arbitration circuit, an emergency polling arbitration circuit, a non-emergency polling arbitration circuit and an arbitration selection and issuing circuit;
the page information cache circuit is respectively connected with the monitoring circuit and the arbitration selection and issuing circuit;
the page hit arbitration circuit is respectively connected with the monitoring circuit and the arbitration selection and issuing circuit;
the emergency polling arbitration circuit is respectively connected with the monitoring circuit and the arbitration selection and issuing circuit;
the non-emergency polling arbitration circuit is respectively connected with the monitoring circuit and the arbitration selection and issuing circuit;
the number of n is the same as the number of master devices.
Preferably, the method comprises the following steps: the master device sends an address, a command mode and a priority (0-n) to the port monitoring circuit; the port monitoring circuit caches the main equipment request and sets the busy state to 1;
the port monitoring circuit decodes the address information of the main device into page information, and compares the page information with page cache information to generate a page hit condition; extracting bank and column information in the address information according to the hit condition; if the page is hit, sending a request to a page hit polling arbitration circuit;
the port monitoring circuit analyzes the command mode, and if the command mode is an emergency command, the port monitoring circuit sends a request to the emergency polling arbitration circuit; if the command is a non-emergency command, the request and the corresponding priority are sent to a non-emergency arbitration circuit; if the current clock cycle arbitration selection and command issuing circuit does not feed back command issuing information to the port monitoring circuit, the busy state of the next clock cycle is still set to 1, meanwhile, the priority is reduced by 1, and if the priority is reduced to 0, the request is not sent to the non-emergency arbitration circuit and the request is sent to the emergency command arbitration circuit.
Preferably, the method comprises the following steps: the page hit arbitration circuit receives the page hit arbitration request provided by the port monitoring circuit, carries out polling arbitration, and sends an arbitration result to the arbitration selection and sending circuit.
Preferably, the method comprises the following steps: the emergency polling arbitration circuit receives the emergency arbitration request provided by the port monitoring circuit, carries out polling arbitration, and issues an arbitration result to the arbitration selection and issuing circuit.
Preferably, the method comprises the following steps: the non-urgent polling arbitration circuit receives the non-urgent arbitration request and the priority information provided by the port monitoring circuit to carry out polling arbitration on the request with the minimum priority, and issues the arbitration result to the arbitration selection and issuing circuit.
Preferably, the method comprises the following steps: the arbitration selection and sending-down circuit receives the requests of the page hit arbitration circuit, the emergency polling arbitration circuit and the non-emergency polling arbitration circuit;
when the request of the emergency polling arbitration circuit is not empty, the command of the request is issued, and meanwhile, the command issuing information is fed back to the port monitoring circuit, and meanwhile, the page information of the issued command is fed back to the page information cache circuit;
when the request of the emergency polling arbitration circuit is empty and the request from the page hitting polling arbitration circuit is not empty, the command of the request is issued, and meanwhile, the command issuing information is fed back to the port monitoring circuit, and meanwhile, the page information of the issued command is fed back to the page information cache circuit;
when the requests of the page hit polling arbitration circuit and the emergency polling arbitration circuit are both null and the request from the non-emergency polling arbitration circuit is not null, the command of the request is issued, and simultaneously the issuing information of the command is fed back to the port monitoring circuit, and the page information of the command is fed back to the page information cache circuit;
the page hit does not participate in arbitration, and if the address sent in the next period of the current response master device meets the page hit, the DDR3 storage controller is locked to continuously respond;
the emergency command adopts the flat polling arbitration;
the non-emergency command adopts weight polling arbitration, and particularly, the higher the priority is, the response is earlier; when there is an emergency command, the emergency command is issued, otherwise, the arbitrated non-emergency command is issued.
Preferably, the method comprises the following steps: and each clock cycle of the page information cache circuit receives the page information of the command issued by the arbitration selection and command issuing circuit and feeds back the information to the port monitoring circuit.
The invention has the following specific advantages and effects:
in the prior art, the DDR3 memory controller interface is used to provide access to external DDR3 memory by various masters. Each master device desires a small response delay and a large data bandwidth. A simple arbitration circuit, such as simple polling, when multiple masters access simultaneously, would have the following drawbacks: frequent DDR3 SDRAM page opening and closing processes, resulting in idle bandwidth loss of the data bus; emergency commands cannot respond quickly; the dense access device and the loose access device occupy the same data bandwidth.
The arbitration circuit of the plurality of main devices based on the DDR3 memory controller interface, which is designed based on the important points, can increase the page flow of DDR3 SDRAM as much as possible, and compared with a simple polling arbitration circuit, the data bandwidth is greatly increased under the condition of complex multi-port access. Meanwhile, the respective requirements of the main equipment are considered, so that the loose access equipment and the emergency command can obtain shorter response time, and the dense access equipment can obtain larger data bandwidth. The effect of taking command requirements and DDR3 data bandwidth into account is generally achieved.
Drawings
FIG. 1 is a schematic diagram of an arbitration circuit according to the present invention;
Detailed Description
The technical solution of the present invention will be clearly and completely described below with reference to the accompanying drawings and the specific embodiments. It is obvious that the described embodiments are only a part of the embodiments of the present invention, rather than the whole embodiments, and that all other embodiments, which can be derived by a person skilled in the art without inventive step based on the embodiments of the present invention, belong to the scope of protection of the present invention.
Referring to fig. 1, an arbitration circuit of multiple masters based on DDR3 memory controller interface includes a monitoring circuit with n ports, a page information cache circuit, a page hit arbitration circuit, an urgent polling arbitration circuit, a non-urgent polling arbitration circuit, and an arbitration selection and issuing circuit;
the page information cache circuit is respectively connected with the monitoring circuit and the arbitration selection and issuing circuit;
the page hit arbitration circuit is respectively connected with the monitoring circuit and the arbitration selection and issuing circuit;
the emergency polling arbitration circuit is respectively connected with the monitoring circuit and the arbitration selection and issuing circuit;
the non-emergency polling arbitration circuit is respectively connected with the monitoring circuit and the arbitration selection and issuing circuit;
the number of n is the same as the number of master devices.
The master device sends an address, a command mode and a priority (0-n) to the port monitoring circuit; the port monitoring circuit caches the main equipment request and sets the busy state to 1;
the port monitoring circuit decodes the address information of the main device into page information, and compares the page information with page cache information to generate a page hit condition; extracting bank and column information in the address information according to the hit condition; if the page is hit, sending a request to a page hit polling arbitration circuit;
the port monitoring circuit analyzes the command mode, and if the command mode is an emergency command, the port monitoring circuit sends a request to the emergency polling arbitration circuit; if the command is a non-emergency command, the request and the corresponding priority are sent to a non-emergency arbitration circuit; if the current clock cycle arbitration selection and command issuing circuit does not feed back command issuing information to the port monitoring circuit, the busy state of the next clock cycle is still set to 1, meanwhile, the priority is reduced by 1, and if the priority is reduced to 0, the request is not sent to the non-emergency arbitration circuit and the request is sent to the emergency command arbitration circuit.
The page hit arbitration circuit receives the page hit arbitration request provided by the port monitoring circuit, carries out polling arbitration, and sends an arbitration result to the arbitration selection and sending circuit.
The emergency polling arbitration circuit receives the emergency arbitration request provided by the port monitoring circuit, carries out polling arbitration, and issues an arbitration result to the arbitration selection and issuing circuit.
The non-urgent polling arbitration circuit receives the non-urgent arbitration request and the priority information provided by the port monitoring circuit to carry out polling arbitration on the request with the minimum priority, and issues the arbitration result to the arbitration selection and issuing circuit.
The arbitration selection and sending-down circuit receives the requests of the page hit arbitration circuit, the emergency polling arbitration circuit and the non-emergency polling arbitration circuit;
when the request of the emergency polling arbitration circuit is not empty, the command of the request is issued, and meanwhile, the command issuing information is fed back to the port monitoring circuit, and meanwhile, the page information of the issued command is fed back to the page information cache circuit;
when the request of the emergency polling arbitration circuit is empty and the request from the page hitting polling arbitration circuit is not empty, the command of the request is issued, and meanwhile, the command issuing information is fed back to the port monitoring circuit, and meanwhile, the page information of the issued command is fed back to the page information cache circuit;
when the requests of the page hit polling arbitration circuit and the emergency polling arbitration circuit are both null and the request from the non-emergency polling arbitration circuit is not null, the command of the request is issued, and simultaneously the issuing information of the command is fed back to the port monitoring circuit, and the page information of the command is fed back to the page information cache circuit;
the page hit does not participate in arbitration, and if the address sent in the next period of the current response master device meets the page hit, the DDR3 storage controller is locked to continuously respond;
the emergency command adopts the flat polling arbitration;
the non-emergency command adopts weight polling arbitration, and particularly, the higher the priority is, the response is earlier; when there is an emergency command, the emergency command is issued, otherwise, the arbitrated non-emergency command is issued.
And each clock cycle of the page information cache circuit receives the page information of the command issued by the arbitration selection and command issuing circuit and feeds back the information to the port monitoring circuit.
Example (b):
the invention is described in further detail below with reference to the accompanying drawings, which refer to fig. 1.
An arbitration circuit for multiple masters based on a DDR3 memory controller interface. The arbitration circuit adopts the following arbitration strategy, and comprises the following steps:
the first mechanism is to set a page hit strategy: the page hit policy, i.e., the address of the originating command is consistent with the bank, row address of the page being activated by the DDR3 memory controller.
Mechanism two, the main device orders to set an emergency mode and a non-emergency mode: the command types initiated by the main device are divided into an emergency command and a non-emergency command. The emergency command has only one priority. Non-urgent commands have n (consistent with the number of masters) priorities.
Mechanism three, priority is divided into port priority and command priority: the master device can set the priority, and if no setting adopts the default priority 1; the main equipment commands to carry priority, and if the main equipment commands to carry priority response; if the priority carried by no command is default, the priority set by the equipment is used.
Mechanism four, non-urgent commands can be converted into urgent commands: and the priority of the non-emergency command which is not responded in each period is increased by one step, and if the priority reaches the highest level, the command enters an emergency mode.
The mechanism is five independent polling arbitration: and the page hit does not participate in arbitration, and if the address sent by the current response master device in the next period meets the page hit, the DDR3 memory controller is locked to continuously respond. The emergency command employs a fair polling arbitration. Non-urgent commands employ weighted round robin arbitration, i.e., respond first with higher priority. When there is an emergency command, an emergency command is issued, otherwise an arbitrated non-emergency command is issued.
Mechanism six, the emergency command can release the page hit lock: the DDR3 memory controller lock formed by a page hit may be released in the event the master sends an emergency command. If there is an urgent command for the current cycle, the DDR3 memory controller will not enter the page hit locked state.
The arbitration circuit arbitration policy for the plurality of masters based on the DDR3 memory controller interface ends.

Claims (7)

1. An arbitration circuit for a plurality of masters based on a DDR3 memory controller interface, comprising: the system comprises a monitoring circuit with n ports, a page information cache circuit, a page hit arbitration circuit, an emergency polling arbitration circuit, a non-emergency polling arbitration circuit and an arbitration selection and issuing circuit;
the page information cache circuit is respectively connected with the monitoring circuit and the arbitration selection and issuing circuit;
the page hit arbitration circuit is respectively connected with the monitoring circuit and the arbitration selection and issuing circuit;
the emergency polling arbitration circuit is respectively connected with the monitoring circuit and the arbitration selection and issuing circuit;
the non-emergency polling arbitration circuit is respectively connected with the monitoring circuit and the arbitration selection and issuing circuit;
the number of n is the same as the number of the main devices.
2. The arbitration circuit of the plurality of masters based on the DDR3 memory controller interface of claim 1, wherein: the master device sends an address, a command mode and a priority (0-n) to the port monitoring circuit; the port monitoring circuit caches the main equipment request and sets the busy state to 1;
the port monitoring circuit is decoded into page information according to the address information of the main equipment and is compared with the page cache information to generate a page hit condition; the hit condition is that the bank and column information in the address information is extracted; if the page is hit, sending a request to a page hit polling arbitration circuit;
the port monitoring circuit analyzes the command mode, and if the command mode is an emergency command, the port monitoring circuit sends a request to the emergency polling arbitration circuit; if the command is a non-emergency command, the request and the corresponding priority are sent to a non-emergency arbitration circuit; if the current clock cycle arbitration selection and command issuing circuit does not feed back command issuing information to the port monitoring circuit, the busy state of the next clock cycle is still set to 1, meanwhile, the priority is reduced by 1, and if the priority is reduced to 0, the request is not sent to the non-emergency arbitration circuit and the request is sent to the emergency command arbitration circuit.
3. The arbitration circuit of the plurality of masters based on the DDR3 memory controller interface of claim 2, wherein: the page hit arbitration circuit receives the page hit arbitration request provided by the port monitoring circuit, carries out polling arbitration, and sends an arbitration result to the arbitration selection and sending circuit.
4. The arbitration circuit of the plurality of masters based on the DDR3 memory controller interface of claim 3, wherein: the emergency polling arbitration circuit receives the emergency arbitration request provided by the port monitoring circuit, carries out polling arbitration, and sends an arbitration result to the arbitration selection and sending circuit.
5. The arbitration circuit of the plurality of masters based on the DDR3 memory controller interface of claim 4, wherein: the non-urgent polling arbitration circuit receives the non-urgent arbitration request and the priority information provided by the port monitoring circuit to carry out polling arbitration on the request with the minimum priority, and sends the arbitration result to the arbitration selection and sending circuit.
6. The arbitration circuit of the plurality of masters based on the DDR3 memory controller interface of claim 5, wherein: the arbitration selection and sending-down circuit receives the requests of the page hit arbitration circuit, the emergency polling arbitration circuit and the non-emergency polling arbitration circuit;
when the request of the emergency polling arbitration circuit is not empty, the command of the request is issued, and meanwhile, the command issuing information is fed back to the port monitoring circuit, and meanwhile, the page information of the issued command is fed back to the page information cache circuit;
when the request of the emergency polling arbitration circuit is empty and the request from the page hitting polling arbitration circuit is not empty, the command of the request is issued, and meanwhile, the command issuing information is fed back to the port monitoring circuit, and meanwhile, the page information of the issued command is fed back to the page information cache circuit;
when the requests of the page hit polling arbitration circuit and the emergency polling arbitration circuit are both null and the request from the non-emergency polling arbitration circuit is not null, the command of the request is issued, and simultaneously the issuing information of the command is fed back to the port monitoring circuit, and the page information of the command is fed back to the page information cache circuit;
the page hit does not participate in arbitration, and if the address sent in the next period of the current response master device meets the page hit, the DDR3 storage controller is locked to continuously respond;
the emergency command adopts the flat polling arbitration;
the non-emergency command adopts weight polling arbitration, and specifically refers to that the higher the priority is, the response is earlier; when there is an emergency command, the emergency command is issued, otherwise, the arbitrated non-emergency command is issued.
7. The arbitration circuit of the plurality of masters based on the DDR3 memory controller interface of claim 5, wherein: and each clock cycle of the page information cache circuit receives the page information of the command issued by the arbitration selection and command issuing circuit and feeds back the information to the port monitoring circuit.
CN202011543007.XA 2020-12-24 2020-12-24 Arbitration circuit of multiple main devices based on DDR3 storage controller interface Active CN112650697B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202011543007.XA CN112650697B (en) 2020-12-24 2020-12-24 Arbitration circuit of multiple main devices based on DDR3 storage controller interface

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202011543007.XA CN112650697B (en) 2020-12-24 2020-12-24 Arbitration circuit of multiple main devices based on DDR3 storage controller interface

Publications (2)

Publication Number Publication Date
CN112650697A true CN112650697A (en) 2021-04-13
CN112650697B CN112650697B (en) 2023-04-18

Family

ID=75360003

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202011543007.XA Active CN112650697B (en) 2020-12-24 2020-12-24 Arbitration circuit of multiple main devices based on DDR3 storage controller interface

Country Status (1)

Country Link
CN (1) CN112650697B (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114741341A (en) * 2022-03-01 2022-07-12 西安电子科技大学 Method, system and storage medium for realizing Crossbar structure arbitration

Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20060047910A1 (en) * 2004-08-31 2006-03-02 Advanced Micro Devices, Inc. Segmented on-chip memory and requester arbitration
US7454546B1 (en) * 2006-01-27 2008-11-18 Xilinx, Inc. Architecture for dynamically reprogrammable arbitration using memory
CN101419579A (en) * 2008-12-10 2009-04-29 中国科学院计算技术研究所 Apparatus and method for providing quality of service on DRAM
CN102414671A (en) * 2009-04-29 2012-04-11 超威半导体公司 Hierarchical memory arbitration technique for disparate sources
CN104298628A (en) * 2014-09-30 2015-01-21 中国电子科技集团公司第三十八研究所 Data storage device arbitration circuit and method for concurrent access
CN105260331A (en) * 2015-10-09 2016-01-20 天津国芯科技有限公司 Dual-bus memory controller
CN107908577A (en) * 2017-11-24 2018-04-13 中国航空工业集团公司西安航空计算技术研究所 A kind of multi-path with arbitration function accesses the circuit of storage control
CN110674059A (en) * 2018-07-03 2020-01-10 西部数据技术公司 Arbitrating to optimize enterprise solid state drives based on quality of service
CN110729006A (en) * 2018-07-16 2020-01-24 超威半导体(上海)有限公司 Refresh scheme in a memory controller

Patent Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20060047910A1 (en) * 2004-08-31 2006-03-02 Advanced Micro Devices, Inc. Segmented on-chip memory and requester arbitration
US7454546B1 (en) * 2006-01-27 2008-11-18 Xilinx, Inc. Architecture for dynamically reprogrammable arbitration using memory
CN101419579A (en) * 2008-12-10 2009-04-29 中国科学院计算技术研究所 Apparatus and method for providing quality of service on DRAM
CN102414671A (en) * 2009-04-29 2012-04-11 超威半导体公司 Hierarchical memory arbitration technique for disparate sources
CN104298628A (en) * 2014-09-30 2015-01-21 中国电子科技集团公司第三十八研究所 Data storage device arbitration circuit and method for concurrent access
CN105260331A (en) * 2015-10-09 2016-01-20 天津国芯科技有限公司 Dual-bus memory controller
CN107908577A (en) * 2017-11-24 2018-04-13 中国航空工业集团公司西安航空计算技术研究所 A kind of multi-path with arbitration function accesses the circuit of storage control
CN110674059A (en) * 2018-07-03 2020-01-10 西部数据技术公司 Arbitrating to optimize enterprise solid state drives based on quality of service
CN110729006A (en) * 2018-07-16 2020-01-24 超威半导体(上海)有限公司 Refresh scheme in a memory controller

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
李硕佳等: "SpaceWire路由器动态加权轮询仲裁器的设计与实现", 《微电子学与计算机》 *

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114741341A (en) * 2022-03-01 2022-07-12 西安电子科技大学 Method, system and storage medium for realizing Crossbar structure arbitration

Also Published As

Publication number Publication date
CN112650697B (en) 2023-04-18

Similar Documents

Publication Publication Date Title
US3810105A (en) Computer input-output system
US9639409B2 (en) Device and method for communicating between cores
US6857055B2 (en) Programmable embedded DRAM current monitor
CN112231254B (en) Memory arbitration method and memory controller
CN107220200B (en) Dynamic priority based time-triggered Ethernet data management system and method
US20060179192A1 (en) Flow control method to improve bus utilization in a system-on-a-chip integrated circuit
US20030074504A1 (en) Method and apparatus for scheduling requests to a resource using a configurable threshold
CN102414671A (en) Hierarchical memory arbitration technique for disparate sources
CN103198856A (en) DDR (Double Data Rate) controller and request scheduling method
WO2021207919A1 (en) Controller, storage device access system, electronic device and data transmission method
CN103136120A (en) Method and device for determining line buffering management strategies and bank classification method and device
CN112650697B (en) Arbitration circuit of multiple main devices based on DDR3 storage controller interface
US7272692B2 (en) Arbitration scheme for memory command selectors
WO2015195790A1 (en) Universal serial bus (usb) communication systems and methods
CN112286844B (en) DDR4 control method and device capable of adapting to service address mapping
US6571306B1 (en) Bus request mechanism for bus master which is parked on a shared bus
US8935489B2 (en) Adaptively time-multiplexing memory references from multiple processor cores
CN111158585B (en) Memory controller refreshing optimization method, device, equipment and storage medium
CN108595367B (en) Server system based on computer cluster in local area network
US20110185095A1 (en) Arbitration scheme for accessing a shared resource
CN104123254A (en) Configuration register access method for saving hardware resources
CN115269467B (en) Bus arbitration method and device, storage medium and electronic equipment
CN218273382U (en) Isolated chip architecture
CN108710590B (en) 8051 system and bus automatic arbitration management method thereof
CN112597088B (en) Double-bus high-speed image processing system and method

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