US20120290745A1 - Dma transfer control device - Google Patents
Dma transfer control device Download PDFInfo
- Publication number
- US20120290745A1 US20120290745A1 US13/476,484 US201213476484A US2012290745A1 US 20120290745 A1 US20120290745 A1 US 20120290745A1 US 201213476484 A US201213476484 A US 201213476484A US 2012290745 A1 US2012290745 A1 US 2012290745A1
- Authority
- US
- United States
- Prior art keywords
- dma transfer
- dma
- time
- transfer
- judgment
- 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.)
- Abandoned
Links
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR 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
- G06F13/28—Handling requests for interconnection or transfer for access to input/output bus using burst mode transfer, e.g. direct memory access DMA, cycle steal
Definitions
- the present invention relates to a DMA transfer control device, and particularly to a DMA transfer control device that dynamically controls DMA transfer.
- DMA Direct Memory Access
- DMA transfer control device When there is a plurality of input/output devices and each of the input/output device requests data transfer, a plurality of DMA transfer control devices is provided. These data transfer paths are called “DMA channels.”
- an arbiter When there is a plurality of DMA channels, an arbiter arbitrates between the data transfer requests in order to utilize a system bus to which the memory and the plurality of input/output devices are connected in common.
- the round-robin method and fixed priority method are used for this arbitration (for instance, refer to Patent Document 1).
- a DMA transfer rate obtained by dividing the DMA transfer data amount by the DMA transfer time is used, the DMA transfer of a DMA controller having a DMA transfer rate slower than a predetermined value is given the priority, and the DMA transfers of other DMA controllers are restrained.
- the DMA transfer rates are averaged in the calculation. In other words, when a large amount of DMA transfers is performed, the transfer rates are averaged even if there are discrepancies therein. This makes it difficult to dynamically control the DMA transfer when the transfer amount temporarily increases, and as a result, the efficiency of the data transfer decreases. Thus there is much to be desired in the art.
- a DMA transfer control device comprising: a DMA arbiter that performs DMA transfer for each DMA channel constituted by a combination of a memory and a plurality of input/output devices, and a DMA controller circuit that controls the DMA arbiter, and comprises a judgment unit that sends a DMA transfer permission to the DMA arbiter in a case where a judgment time at which the DMA transfer request arrives from the input/output device is not earlier than a DMA transfer scheduled time, and a transfer time calculation unit that calculates a next round of the DMA transfer scheduled time based on a DMA transfer size for the DMA transfer request and the judgment time.
- the efficiency of data transfer can be improved by dynamically controlling DMA transfer so that a predetermined DMA transfer rate is not exceeded even when the number of DMA transfer requests temporarily increases.
- FIG. 1 is a block diagram showing the configuration of a computer system relating to a first example of the present invention.
- FIG. 2 is a drawing showing the configuration of a DMA controller circuit relating to the first example of the present invention.
- FIG. 3 is a flowchart showing the operation of a DMA transfer control device relating to the first example of the present invention.
- FIG. 4 is a timing chart showing the operation of the DMA transfer control device relating to the first example of the present invention.
- a DMA transfer control device relating to a mode of the present invention comprises a DMA arbiter ( 23 in FIG. 1 ) that performs DMA transfer for each DMA channel constituted by a combination of a memory ( 20 in FIG. 1 ) and a plurality of input/output devices ( 31 to 33 in FIG. 1 ), and DMA controller circuits (corresponding to 27 to 29 in FIG. 1 ) that control the DMA arbiter.
- the DMA transfer control device also comprises a judgment unit ( 11 in FIG. 2 ) that sends a DMA transfer permission to the DMA arbiter when the judgment time, i.e.
- a transfer time calculation unit ( 12 in FIG. 2 ) that calculates a next DMA transfer scheduled time based on the DMA transfer size for the DMA transfer request and the judgment time.
- the device may be configured so that a timer counter ( 13 in FIG. 2 ) that counts the judgment time at a unit time interval and a comparator ( 10 in FIG. 2 ) that compares the judgment time at which a DMA transfer request arrives with the DMA transfer scheduled time are provided, the judgment unit sends the DMA transfer permission to the DMA arbiter when an output of the comparator indicates that the judgment time is not earlier than the DMA transfer scheduled time, and the judgment unit does not send the DMA transfer permission to the DMA arbiter when the output of the comparator indicates that the judgment time is earlier than the DMA transfer scheduled time.
- a timer counter 13 in FIG. 2
- a comparator 10 in FIG. 2
- the transfer time calculation unit may comprise calculation units (corresponding to 16 and 17 in FIG. 2 ) that multiply a set value of the DMA transfer size for a DMA transfer request by a set value of a DMA transfer interval for unit DMA transfer size and add the judgment time to the result, and a register ( 19 in FIG. 2 ) that holds the result of the calculation performed by the calculation units as a next DMA transfer scheduled time.
- the DMA transfer control device described above suspends DMA transfer even when there is a DMA transfer request until the DMA transfer scheduled time corresponding to a peak DMA transfer rate. Therefore, the efficiency of the data transfer of a plurality of DMA channels can be increased as a whole by dynamically controlling the DMA transfer such that the peak DMA transfer rate is not exceeded in each DMA channel.
- FIG. 1 is a block diagram showing the configuration of a computer system relating to a first example of the present invention.
- the computer system comprises a memory 20 , a memory controller circuit 21 , a CPU 22 , the DMA arbiter 23 , the input/output devices 31 to 33 , and the DMA controller circuits 27 to 29 .
- the memory 20 , the memory controller circuit 21 , the CPU 22 , and the DMA arbiter 23 are connected to each other via a system bus 30 constituted by an address bus, a data bus, and a control line. In this example, there are three DMA channels.
- the DMA controller circuits 27 to 29 respectively receive DMA transfer request signals Sr from the input/output devices 31 to 33 , respectively return DMA transfer permission signals Sp to the input/output devices 31 to 33 as DMA transfer responses, and respectively output the DMA transfer permission signals Sp to the DMA arbiter 23 as the DMA transfer judgment results.
- the DMA arbiter 23 selects one from them and performs DMA transfer between the memory and the input/output device corresponding to a selected DMA channel.
- FIG. 2 is a drawing showing the configuration of the DMA controller circuit relating to the first example of the present invention.
- the DMA transfer controller circuits 27 to 29 comprise a comparator 10 , a judgment unit 11 , a transfer time calculation unit 12 that calculates the DMA transfer scheduled time TAT, and a timer counter 13 that counts the judgment time ta.
- the comparator 10 compares the judgment time ta at which the DMA transfer request signal Sr is received and the DMA transfer scheduled time TAT. According to the comparison result of the comparator 10 , the judgment unit 11 sends the DMA transfer permission signal Sp to the DMA arbiter 23 and one of the input/output devices 31 to 33 (the issuer of the DMA transfer request signal Sr).
- the transfer time calculation unit 12 calculates the next DMA transfer scheduled time TAT and stores it.
- the timer counter 13 counts the judgment time ta at a unit time interval.
- the transfer time calculation unit 12 comprises registers 14 , 15 , and 19 , a multiplier 16 , an adder 17 , and a selector 18 .
- the register 14 stores a set value T of the DMA transfer interval per unit DMA transfer size, i.e., the reciprocal of the peak DMA transfer rate.
- the register 15 stores a set value “size” of the DMA transfer size.
- the multiplier 16 calculates the peak DMA transfer interval (T ⁇ size) by multiplying values extracted from the registers 14 and 15 .
- the selector 18 selects the next DMA transfer scheduled time TAT outputted from the adder 17 when the judgment unit 11 outputs the DMA transfer permission, and selects the original DMA transfer scheduled time TAT held by the register 19 and outputs it to the register 19 when the judgment unit 11 does not output the DMA transfer permission.
- the register 19 holds the result of the selector 18 .
- the setting of the DMA transfer size (size) is updated by, for instance, the CPU 22 at each DMA transfer.
- the DMA transfer interval (T) may be fixed for each DMA channel, and when one wants to change the DMA transfer rate ratio between the DMA channels, the CPU 22 may be used to dynamically control it.
- FIG. 3 is a flowchart showing the operation of the DMA transfer control device relating to the first example of the present invention. The operation of the circuit that issues the DMA transfer permission based on the peak DMA transfer rate within the DMA controller circuits 27 to 29 shown in FIG. 2 will be described.
- step S 11 When a DMA transfer request is received (YES in step S 11 ), the following judgment is made using the DMA transfer scheduled time TAT, the DMA transfer interval for unit DMA transfer size T, and the DMA transfer size “size” read respectively from the registers 19 , 14 , and 15 , and the judgment time ta read from the timer counter 13 .
- TAT ta (YES in step S 12 )
- step S 12 When TAT>ta (NO in the step S 12 ), it is determined that the peak DMA transfer rate is exceeded, and DMA transfer is not permitted (wait) (step S 13 ). At this time, the DMA transfer scheduled time TAT is not updated.
- step S 14 DMA transfer is also not permitted (step S 14 ) and the DMA transfer scheduled time TAT is not updated when no DMA transfer request is received (NO in the step S 11 ).
- the DMA transfer control device dynamically controls DMA transfer by sending “DMA Transfer Permitted (OK)” or “Not Permitted (wait or no DMA transfer request)” to the DMA arbiter 23 according to what is determined.
- FIG. 4 is a timing chart showing the operation of the DMA transfer control device relating to the first example of the present invention.
- Sr a DMA transfer request signal
- the DMA transfer request signal Sr (c) is similarly re-examined.
- DMA transfer is suspended (wait) until the DMA transfer scheduled time corresponding to the peak DMA transfer rate even if there is a DMA transfer request.
- DMA transfer can be dynamically controlled so that a predetermined DMA transfer rate is not exceeded even when the number of DMA transfer requests temporarily increases.
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Physics & Mathematics (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Bus Control (AREA)
Abstract
A DMA transfer control device comprises: a DMA arbiter performing DMA transfer for each DMA channel formed by a combination of a memory and a plurality of input/output devices and DMA controller circuits controlling the DMA arbiter; a judgment unit and a transfer time calculation unit calculating a next DMA transfer scheduled time based on the DMA transfer size for a DMA transfer request and a judgment time. A timer counter timing the judgment time at a unit time interval, and a comparator comparing the judgment time where a DMA transfer request arrives with the DMA transfer scheduled time are also provided, and the judgment unit sends the DMA transfer permission to the DMA arbiter upon an output of the comparator indicating the judgment time is not earlier than the DMA transfer scheduled time. Data is efficiently transferred by dynamically controlling DMA transfer.
Description
- The present application is a Continuation of U.S. application Ser. No. 12/789,741, filed May 28, 2010, which claims priority based on Japanese patent application No. 2009-134126, filed on Jun. 3, 2009. The entire disclosures of the prior applications are hereby incorporated by reference.
- The present invention relates to a DMA transfer control device, and particularly to a DMA transfer control device that dynamically controls DMA transfer.
- In a computer system, DMA (Direct Memory Access) is generally used in order to transfer data without loading the CPU. Data transfer by DMA is controlled by a DMA transfer control device and performed between memory and an input/output device. When there is a plurality of input/output devices and each of the input/output device requests data transfer, a plurality of DMA transfer control devices is provided. These data transfer paths are called “DMA channels.”
- When there is a plurality of DMA channels, an arbiter arbitrates between the data transfer requests in order to utilize a system bus to which the memory and the plurality of input/output devices are connected in common. The round-robin method and fixed priority method are used for this arbitration (for instance, refer to Patent Document 1).
- However, these arbitration methods are not suitable when one wants to dynamically control the data transfer rate. Meanwhile, there is a method that improves the efficiency of the DMA transfers by measuring the DMA transfer rate and dynamically controlling DMA transfers based on the DMA transfer rate (refer to Patent Document 2).
- [Patent Document 1]
- Japanese Patent No. JP3202272B
- [Patent Document 2]
- Japanese Patent Kokai Publication No. JP2005-4563A
- The following analysis is given by the present invention.
- In a conventional DMA transfer control device described in
Patent Document 2, a DMA transfer rate obtained by dividing the DMA transfer data amount by the DMA transfer time is used, the DMA transfer of a DMA controller having a DMA transfer rate slower than a predetermined value is given the priority, and the DMA transfers of other DMA controllers are restrained. In this method, the DMA transfer rates are averaged in the calculation. In other words, when a large amount of DMA transfers is performed, the transfer rates are averaged even if there are discrepancies therein. This makes it difficult to dynamically control the DMA transfer when the transfer amount temporarily increases, and as a result, the efficiency of the data transfer decreases. Thus there is much to be desired in the art. - According to an aspect of the present invention there is provided a DMA transfer control device comprising: a DMA arbiter that performs DMA transfer for each DMA channel constituted by a combination of a memory and a plurality of input/output devices, and a DMA controller circuit that controls the DMA arbiter, and comprises a judgment unit that sends a DMA transfer permission to the DMA arbiter in a case where a judgment time at which the DMA transfer request arrives from the input/output device is not earlier than a DMA transfer scheduled time, and a transfer time calculation unit that calculates a next round of the DMA transfer scheduled time based on a DMA transfer size for the DMA transfer request and the judgment time.
- The meritorious effects of the present invention are summarized as follows.
- According to the present invention, the efficiency of data transfer can be improved by dynamically controlling DMA transfer so that a predetermined DMA transfer rate is not exceeded even when the number of DMA transfer requests temporarily increases.
-
FIG. 1 is a block diagram showing the configuration of a computer system relating to a first example of the present invention. -
FIG. 2 is a drawing showing the configuration of a DMA controller circuit relating to the first example of the present invention. -
FIG. 3 is a flowchart showing the operation of a DMA transfer control device relating to the first example of the present invention. -
FIG. 4 is a timing chart showing the operation of the DMA transfer control device relating to the first example of the present invention. - A DMA transfer control device relating to a mode of the present invention comprises a DMA arbiter (23 in
FIG. 1 ) that performs DMA transfer for each DMA channel constituted by a combination of a memory (20 inFIG. 1 ) and a plurality of input/output devices (31 to 33 inFIG. 1 ), and DMA controller circuits (corresponding to 27 to 29 inFIG. 1 ) that control the DMA arbiter. The DMA transfer control device also comprises a judgment unit (11 inFIG. 2 ) that sends a DMA transfer permission to the DMA arbiter when the judgment time, i.e. the time at which the DMA transfer request arrives from an input/output device, is not earlier than the DMA transfer scheduled time, and a transfer time calculation unit (12 inFIG. 2 ) that calculates a next DMA transfer scheduled time based on the DMA transfer size for the DMA transfer request and the judgment time. - The device may be configured so that a timer counter (13 in
FIG. 2 ) that counts the judgment time at a unit time interval and a comparator (10 inFIG. 2 ) that compares the judgment time at which a DMA transfer request arrives with the DMA transfer scheduled time are provided, the judgment unit sends the DMA transfer permission to the DMA arbiter when an output of the comparator indicates that the judgment time is not earlier than the DMA transfer scheduled time, and the judgment unit does not send the DMA transfer permission to the DMA arbiter when the output of the comparator indicates that the judgment time is earlier than the DMA transfer scheduled time. - The transfer time calculation unit may comprise calculation units (corresponding to 16 and 17 in
FIG. 2 ) that multiply a set value of the DMA transfer size for a DMA transfer request by a set value of a DMA transfer interval for unit DMA transfer size and add the judgment time to the result, and a register (19 inFIG. 2 ) that holds the result of the calculation performed by the calculation units as a next DMA transfer scheduled time. - The DMA transfer control device described above suspends DMA transfer even when there is a DMA transfer request until the DMA transfer scheduled time corresponding to a peak DMA transfer rate. Therefore, the efficiency of the data transfer of a plurality of DMA channels can be increased as a whole by dynamically controlling the DMA transfer such that the peak DMA transfer rate is not exceeded in each DMA channel.
- The present invention will be described in detail using an example with reference to the drawings.
-
FIG. 1 is a block diagram showing the configuration of a computer system relating to a first example of the present invention. InFIG. 1 , the computer system comprises amemory 20, amemory controller circuit 21, aCPU 22, theDMA arbiter 23, the input/output devices 31 to 33, and theDMA controller circuits 27 to 29. Thememory 20, thememory controller circuit 21, theCPU 22, and theDMA arbiter 23 are connected to each other via asystem bus 30 constituted by an address bus, a data bus, and a control line. In this example, there are three DMA channels. - The
DMA controller circuits 27 to 29 respectively receive DMA transfer request signals Sr from the input/output devices 31 to 33, respectively return DMA transfer permission signals Sp to the input/output devices 31 to 33 as DMA transfer responses, and respectively output the DMA transfer permission signals Sp to theDMA arbiter 23 as the DMA transfer judgment results. - When there is a plurality of DMA transfer permissions in the DMA transfer judgment results received from the
DMA controller circuits 27 to 29, theDMA arbiter 23 selects one from them and performs DMA transfer between the memory and the input/output device corresponding to a selected DMA channel. -
FIG. 2 is a drawing showing the configuration of the DMA controller circuit relating to the first example of the present invention. The DMAtransfer controller circuits 27 to 29 comprise acomparator 10, ajudgment unit 11, a transfertime calculation unit 12 that calculates the DMA transfer scheduled time TAT, and atimer counter 13 that counts the judgment time ta. Thecomparator 10 compares the judgment time ta at which the DMA transfer request signal Sr is received and the DMA transfer scheduled time TAT. According to the comparison result of thecomparator 10, thejudgment unit 11 sends the DMA transfer permission signal Sp to theDMA arbiter 23 and one of the input/output devices 31 to 33 (the issuer of the DMA transfer request signal Sr). The transfertime calculation unit 12 calculates the next DMA transfer scheduled time TAT and stores it. Thetimer counter 13 counts the judgment time ta at a unit time interval. - The transfer
time calculation unit 12 comprisesregisters multiplier 16, anadder 17, and aselector 18. Theregister 14 stores a set value T of the DMA transfer interval per unit DMA transfer size, i.e., the reciprocal of the peak DMA transfer rate. Theregister 15 stores a set value “size” of the DMA transfer size. Themultiplier 16 calculates the peak DMA transfer interval (T·size) by multiplying values extracted from theregisters adder 17 calculates the next DMA transfer scheduled time (TAT=ta+T·size) by adding the judgment time ta from thetimer counter 13 and the output of themultiplier 16. Theselector 18 selects the next DMA transfer scheduled time TAT outputted from theadder 17 when thejudgment unit 11 outputs the DMA transfer permission, and selects the original DMA transfer scheduled time TAT held by theregister 19 and outputs it to theregister 19 when thejudgment unit 11 does not output the DMA transfer permission. Theregister 19 holds the result of theselector 18. - In the transfer
time calculation unit 12, the setting of the DMA transfer size (size) is updated by, for instance, theCPU 22 at each DMA transfer. Further, the DMA transfer interval (T) may be fixed for each DMA channel, and when one wants to change the DMA transfer rate ratio between the DMA channels, theCPU 22 may be used to dynamically control it. - Next, the operation of the DMA transfer control device will be described.
FIG. 3 is a flowchart showing the operation of the DMA transfer control device relating to the first example of the present invention. The operation of the circuit that issues the DMA transfer permission based on the peak DMA transfer rate within theDMA controller circuits 27 to 29 shown inFIG. 2 will be described. - When a DMA transfer request is received (YES in step S11), the following judgment is made using the DMA transfer scheduled time TAT, the DMA transfer interval for unit DMA transfer size T, and the DMA transfer size “size” read respectively from the
registers timer counter 13. - When TAT ta (YES in step S12), it is determined that the peak DMA transfer rate is not exceeded, and DMA transfer is permitted (OK) (step S15). Then TAT=ta+T·size is set as the next DMA transfer scheduled time TAT (step S16).
- When TAT>ta (NO in the step S12), it is determined that the peak DMA transfer rate is exceeded, and DMA transfer is not permitted (wait) (step S13). At this time, the DMA transfer scheduled time TAT is not updated.
- Further, DMA transfer is also not permitted (step S14) and the DMA transfer scheduled time TAT is not updated when no DMA transfer request is received (NO in the step S11).
- In any case, the
timer counter 13 is updated so that the judgment time ta becomes ta=ta+1 (step S17). - The DMA transfer control device dynamically controls DMA transfer by sending “DMA Transfer Permitted (OK)” or “Not Permitted (wait or no DMA transfer request)” to the
DMA arbiter 23 according to what is determined. -
FIG. 4 is a timing chart showing the operation of the DMA transfer control device relating to the first example of the present invention. - First, we will assume that TAT=0, ta=0, T=2, and size=1 when a DMA transfer request signal Sr (a) is received. Here, since TAT (0) ≦ta (0) holds, DMA transfer is permitted (OK), and the next DMA transfer scheduled time TAT is updated to TAT=0+2×1=2.
- When a DMA transfer request signal Sr (b) is received, the following holds: TAT=2, ta=4, T=2, and size=2. Since TAT (2) ≦ta (4) holds, DMA transfer is permitted (OK), and the next DMA transfer scheduled time TAT is updated to TAT=4+2×2=8.
- When a DMA transfer request signal Sr (c) is received, the following holds: TAT=8, ta=7, T=2, and size=2. Since TAT (8) >ta (7) holds, DMA transfer is suspended (wait). Here, the DMA transfer scheduled time is not updated.
- At the next time point, the DMA transfer request signal Sr (c) is similarly re-examined. At this time, TAT=8, ta=8, T=2, and size=2. Since TAT (8) ta (8) holds, DMA transfer is permitted (OK), and the next DMA transfer scheduled time TAT is updated to TAT=8+2×2=12.
- In the DMA transfer control device that operates as described above, DMA transfer is suspended (wait) until the DMA transfer scheduled time corresponding to the peak DMA transfer rate even if there is a DMA transfer request. As a result, DMA transfer can be dynamically controlled so that a predetermined DMA transfer rate is not exceeded even when the number of DMA transfer requests temporarily increases.
- The each disclosure of the above-mentioned Patent Documents is incorporated herein by reference thereto. It should be noted that other objects, features and aspects of the present invention will become apparent in the entire disclosure and that modifications may be done without departing the gist and scope of the present invention as disclosed herein and claimed as appended herewith.
- Also it should be noted that any combination of the disclosed and/or claimed elements, matters and/or items may fall under the modifications aforementioned.
Claims (3)
1. A Direct Memory Access (DMA) transfer control device, comprising:
a DMA arbiter that performs DMA transfer for each DMA channel formed by a combination of a memory and a plurality of input/output devices; and
a DMA controller circuit that controls the DMA arbiter;
a judgment unit that sends a DMA transfer permission to said DMA arbiter in a case where a judgment time at which a DMA transfer request arrives from said input/output device is not earlier than a DMA transfer scheduled time and rejects another DMA transfer request from said input/output device when the another DMA transfer request arrives earlier than the DMA transfer scheduled time; and
a transfer time calculation unit that calculates a next round of said DMA transfer scheduled time based on a DMA transfer size for said DMA transfer request and said judgment time.
2. The DMA transfer control device as defined in claim 1 , further comprising:
a timer counter that times said judgment time at a unit time interval; and
a comparator that compares said judgment time at which said DMA transfer request arrives with said DMA transfer scheduled time; wherein
said judgment unit sends the DMA transfer permission to said DMA arbiter when an output of said comparator indicates that said judgment time is not earlier than said DMA transfer scheduled time and does not send the DMA transfer permission to said DMA arbiter when the output of said comparator indicates that said judgment time is earlier than said DMA transfer scheduled time.
3. The DMA transfer control device as defined in claim 1 , wherein said transfer time calculation unit comprises a calculation unit that multiplies a set value of a DMA transfer size for said DMA transfer request by a set value of a DMA transfer interval for unit DMA transfer size to create a multiplication result, and that adds said judgment time to the multiplication result; and
a register that holds the calculation result of said calculation unit as a next round of said DMA transfer scheduled time.:
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
US13/476,484 US20120290745A1 (en) | 2009-06-03 | 2012-05-21 | Dma transfer control device |
Applications Claiming Priority (4)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2009-134126 | 2009-06-03 | ||
JP2009134126A JP2010282352A (en) | 2009-06-03 | 2009-06-03 | Dma transfer control device |
US12/789,741 US8285889B2 (en) | 2009-06-03 | 2010-05-28 | DMA transfer control device |
US13/476,484 US20120290745A1 (en) | 2009-06-03 | 2012-05-21 | Dma transfer control device |
Related Parent Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
US12/789,741 Continuation US8285889B2 (en) | 2009-06-03 | 2010-05-28 | DMA transfer control device |
Publications (1)
Publication Number | Publication Date |
---|---|
US20120290745A1 true US20120290745A1 (en) | 2012-11-15 |
Family
ID=43301557
Family Applications (2)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
US12/789,741 Expired - Fee Related US8285889B2 (en) | 2009-06-03 | 2010-05-28 | DMA transfer control device |
US13/476,484 Abandoned US20120290745A1 (en) | 2009-06-03 | 2012-05-21 | Dma transfer control device |
Family Applications Before (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
US12/789,741 Expired - Fee Related US8285889B2 (en) | 2009-06-03 | 2010-05-28 | DMA transfer control device |
Country Status (2)
Country | Link |
---|---|
US (2) | US8285889B2 (en) |
JP (1) | JP2010282352A (en) |
Cited By (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US20210389741A1 (en) * | 2018-11-19 | 2021-12-16 | Omron Corporation | Control system and control device |
Families Citing this family (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
GB0814484D0 (en) * | 2008-08-07 | 2008-09-10 | Icera Inc | Dma engine |
WO2013012435A1 (en) | 2011-07-18 | 2013-01-24 | Hewlett-Packard Development Company, L.P. | Security parameter zeroization |
JP5888050B2 (en) * | 2012-03-27 | 2016-03-16 | 株式会社ソシオネクスト | Semiconductor integrated circuit and DMA control method thereof |
JP2021082103A (en) * | 2019-11-21 | 2021-05-27 | ルネサスエレクトロニクス株式会社 | Arbitration circuit, data forwarding system, and arbitration method by arbitration circuit |
Family Cites Families (9)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP3202272B2 (en) | 1991-10-16 | 2001-08-27 | 日本電気株式会社 | DMA controller |
US5752081A (en) * | 1995-06-08 | 1998-05-12 | Vlsi Technology, Inc. | Signalling system and method for allowing a direct memory access (DMA) input/output (I/O) device on the peripheral component interconnect (PCI) bus to perform DMA transfers |
JP2000099455A (en) * | 1998-09-21 | 2000-04-07 | Nec Corp | First-come priority bus competition control system |
JP2002197050A (en) * | 2000-12-27 | 2002-07-12 | Fuji Xerox Co Ltd | System, method and unit for arbitration control |
US7356346B2 (en) * | 2002-06-28 | 2008-04-08 | Lucent Technologies Inc. | Method of uplink scheduling for data communication |
JP4282297B2 (en) * | 2002-10-09 | 2009-06-17 | ファナック株式会社 | Device having bus arbitration function and numerical control device |
US6993639B2 (en) * | 2003-04-01 | 2006-01-31 | Hewlett-Packard Development Company, L.P. | Processing instruction addressed by received remote instruction and generating remote instruction to respective output port for another cell |
JP2005004563A (en) | 2003-06-13 | 2005-01-06 | Canon Inc | Dma transfer controller |
JP4689257B2 (en) * | 2004-12-13 | 2011-05-25 | 三菱電機株式会社 | Bus control device and information processing system |
-
2009
- 2009-06-03 JP JP2009134126A patent/JP2010282352A/en active Pending
-
2010
- 2010-05-28 US US12/789,741 patent/US8285889B2/en not_active Expired - Fee Related
-
2012
- 2012-05-21 US US13/476,484 patent/US20120290745A1/en not_active Abandoned
Cited By (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US20210389741A1 (en) * | 2018-11-19 | 2021-12-16 | Omron Corporation | Control system and control device |
US12032346B2 (en) * | 2018-11-19 | 2024-07-09 | Omron Corporation | Control system and control device |
Also Published As
Publication number | Publication date |
---|---|
US8285889B2 (en) | 2012-10-09 |
JP2010282352A (en) | 2010-12-16 |
US20100312940A1 (en) | 2010-12-09 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US20120290745A1 (en) | Dma transfer control device | |
US20070016709A1 (en) | Bus control system and a method thereof | |
US8719476B2 (en) | Communication system, master device and slave device, and communication method, configured to handle plural concurrent requests | |
KR100784385B1 (en) | System and method of arbitrating requests for a shared resource | |
CN100498748C (en) | Computer system and direct RAM access transmission method | |
KR101841930B1 (en) | Method of spreading a plurality of interrupts, interrupt spreader, and system on-chip having the same | |
US20100082877A1 (en) | Memory access control apparatus | |
EP2423824B1 (en) | Data transfer device, method of transferring data, and image forming apparatus | |
JP2009508215A5 (en) | ||
US20080059674A1 (en) | Apparatus and method for chained arbitration of a plurality of inputs | |
US7739437B2 (en) | Access arbiter and arbitrable condition verification device | |
JP2008046892A (en) | Arbitration circuit | |
US20160127259A1 (en) | System and method for managing safe downtime of shared resources within a pcd | |
CN102708079B (en) | Be applied to the method and system of the control data transmission of microcontroller | |
KR101420290B1 (en) | Bus arbiter capable of grouping transactions, bus device and system including the same | |
US20150100759A1 (en) | Pipelined finite state machine | |
JP2003006139A (en) | Dma transfer apparatus | |
US20050060459A1 (en) | Methods, circuits, and computer program products for variable bus arbitration | |
US20100153610A1 (en) | Bus arbiter and bus system | |
CN114461553B (en) | Data processing system, electronic device, electronic apparatus, and data processing method | |
JP2000066995A (en) | Method and device for bus arbitration, its application device and system | |
CN113711192B (en) | Information processing apparatus | |
JP7292044B2 (en) | Control device and control method | |
JP4898527B2 (en) | RESOURCE USE MANAGEMENT DEVICE, RESOURCE USE MANAGEMENT SYSTEM, AND RESOURCE USE MANAGEMENT DEVICE CONTROL METHOD | |
US20060200608A1 (en) | Bus arbiter and bus arbitrating method |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
STCB | Information on status: application discontinuation |
Free format text: ABANDONED -- FAILURE TO RESPOND TO AN OFFICE ACTION |