US5539916A - DMA control for continuing transfer to input/output device in a cycle steal mode - Google Patents

DMA control for continuing transfer to input/output device in a cycle steal mode Download PDF

Info

Publication number
US5539916A
US5539916A US08/116,303 US11630393A US5539916A US 5539916 A US5539916 A US 5539916A US 11630393 A US11630393 A US 11630393A US 5539916 A US5539916 A US 5539916A
Authority
US
United States
Prior art keywords
bus
request signal
input
coupled
dma
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.)
Expired - Lifetime
Application number
US08/116,303
Inventor
Takashi Yamasaki
Sachie Kuroda
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.)
Renesas Electronics Corp
Original Assignee
Mitsubishi Electric Corp
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 Mitsubishi Electric Corp filed Critical Mitsubishi Electric Corp
Priority to US08/116,303 priority Critical patent/US5539916A/en
Application granted granted Critical
Publication of US5539916A publication Critical patent/US5539916A/en
Assigned to RENESAS ELECTRONICS CORPORATION reassignment RENESAS ELECTRONICS CORPORATION ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: MITSUBISHI DENKI KABUSHIKI KAISHA
Anticipated expiration legal-status Critical
Expired - Lifetime 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/20Handling requests for interconnection or transfer for access to input/output bus
    • G06F13/28Handling requests for interconnection or transfer for access to input/output bus using burst mode transfer, e.g. direct memory access DMA, cycle steal
    • G06F13/282Cycle stealing DMA

Definitions

  • the present invention relates to direct memory access (DMA) controllers for directly transferring data between memory and input/output (I/O) devices without using any central processing unit (CPU) in an information processor.
  • DMA direct memory access
  • DMA controller For supplying addresses and control signals for transferring data to read or write in the memory or I/O device.
  • the DMA controller generates addresses to read or write in the memory and sends various control signals to the I/O device.
  • FIG. 3 shows a conventional DMA control system which includes an information processing unit 1 such as a CPU of an electronic computer; a random access memory (RAM) 2; a 4-channel address output device 3; four I/O devices 12; a bus access controller 14; data, address, and control buses 4, 5, and 6 for interconnecting the CPU 1, the address output device 3 the RAM, and the I/O device 12; and a DMA controller 7.
  • the RAM 2 is a dynamic RAM which requires periodic refreshing.
  • Four channels are assigned to the I/O devices 12 corresponding to the channels 0-3 of the address output device 3.
  • the DMA controller 7 includes a transfer counter 9, a request signal generator 10, and a transfer pulse generator 11.
  • the request signal generator 10 is composed of flip-flops such as bistable multivibrators.
  • one of the I/O devices generates a DMA request signal DRQ (No. 1) for data transfer with the RAM 2. This is a negative logic signal and is represented by DRQ.
  • DRQ DMA request signal
  • the request signal generator 10 outputs a positive logic bus request signal BRQ to the bus access controller 14. If there is neither DRAM refresh request r with high interrupt priority nor external HOLD request, the bus access controller 14 sends bus available signals BAK-A and inverted BAK-B to the DMA controller 7 and the CPU 1, respectively.
  • the request signal BRQ upon reception of the request signal BRQ, it generates a bus available signal BAK, the duration of which is determined by the machine cycle.
  • the CPU 1 then cuts off the data bus 4, the address bus 5, and the control bus 6 to stop the use of data from the RAM 2.
  • the DMA controller 7 outputs to the address output device 3 an acknowledge signal DAK indicating that the buses 4-6 are available.
  • the requesting I/O device 12 identified by the address output device 3 then starts DMA transfer with the RAM 2 via the buses 4, 5, and 6.
  • the DMA transfer is carried out in the burst mode.
  • L of the signal BAK is applied to the reset (R) of the request signal generator 10
  • the signal BAK becomes H at the end of a machine cycle
  • the bus request signal BRQ from the request signal generator 10 is inverted to L. Consequently, it cancels the bus available signal BAK and outputs a H signal immediately after one machine cycle which is inherent to the system.
  • the operation enters a cycle steal mode in which one byte of data is transferred in the machine cycle.
  • a DMA request signal DRQ is outputted from the channel No. 0 of the I/O device after the bus use permit is transferred to the CPU 1, one byte of data is transferred in the same way as described above.
  • the DMA controller 7 stops while the address output device 3 releases the buses 4, 5, and 6 for refreshing and resumes DMA transfer when the memory refresh is completed.
  • the conventional DMA controller requires a preparation period t necessary for the initial setting to effect data transfer within the period T in which the address output device 3 is given a bus use permit. Since this preparation period t is necessary for each transfer of one byte, the effective data transfer time is (T-t), resulting in the low bus efficiency. Thus, there is a waste of time on the bus for data transfer in the cycle steal mode.
  • a direct memory access control system which includes a central processing unit, a random access memory, a plurality of input/output devices, a plurality of buses for interconnecting the central processing unit to the random access memory and the input/output devices, and a direct memory access controller operable in a cycle steal mode in which the central processing unit is cut off from the buses while one of the input/output devices is connected to the buses for a machine cycle of the central processing unit (connection conditions).
  • the connections of the buses will be maintained during a period of the continuous stream of DMA requests from the I/O devices in the cycle steal mode to carry out continuous data transfer between the memory and the I/O device.
  • the CPU When there is a continuous stream of DMA requests during transfer of a data unit determined by the machine cycle, the CPU continuously grants permission to the address output device to continuously perform direct data transfer between the RAM and the I/O device.
  • the control When the DMA requests end, the control is returned to an ordinary cycle steal mode. In this way, it is possible to eliminate the preparation period which is otherwise necessary before data transfer in a cycle steal mode, thus resulting in increased DMA data transfer efficiency.
  • FIG. 1 is a block diagram of a DMA control system according to an embodiment of the invention
  • FIG. 2 is a timing chart useful for explaining the operation of the DMA control system of FIG. 1;
  • FIG. 3 is a block diagram of a conventional DMA control system
  • FIG. 4 is a timing chart useful for explaining the operation of the conventional DMA control system of FIG. 3.
  • FIG. 1 shows a DMA control system according to an embodiment of the invention.
  • the DMA control system includes an information processing unit 1 such as a CPU of an electronic computer; a random access memory (RAM) 2; an address output device 3; a bus access controller 14; four I/O devices 12; data, address, and control buses 4, 5, and 6 for interconnecting the CPU 1, the address output device 3, the RAM 2, and the I/O device 12; and a DMA controller 17.
  • the I/O devices 12 are controlled by respective channels 0-3 of the address output device 3.
  • the RAM 2 is a dynamic RAM which requires periodic refreshing.
  • the DMA controller 17 includes a transfer counter 9 and a request signal generator 10.
  • the request signal generator 10 is composed of flip-flops such as bistable multivibrators.
  • the DMA controller 17 further includes a transfer pulse generator 11, a signal add circuit or OR gate 13, and a tristate buffer 15.
  • the tristate buffer 15 is a gate which is normally on (conductive) and is turned off when the control signal is L.
  • a DMA request signal DRQ (No. 1) is outputted by one of the I/O devices 12a for requesting a DMA transfer.
  • This DMA request signal DRQ is applied to the transfer pulse generator 11 via the OR gate 13.
  • the transfer pulse generator 11 detects the falling edge and outputs a request pulse p to the request signal generator 10.
  • the request pulse p triggers the request signal generator 10 to output a positive logic bus request signal BRQ to the bus access controller 14.
  • the bus access controller 14 sends bus available signals BAK-A and BAK-B to the DMA controller 17 and the CPU 1, respectively, for a period determined by the machine cycle.
  • the CPU 1 cuts off the data, address, and control buses 4-6 to stop the use of data from the RAM 2. This enables the DMA controller 17 to output to the address output device 3 an acknowledge signal DAK indicating that the buses 4-6 are available.
  • the I/O device 12 of the channel designated by the address output device 3 starts transfer of data with the RAM 2 via the buses 4-6 after an initial setting period.
  • the OR gate 13 When a DMA transfer request signal DRQ (No. 0 request) is outputted from another I/O device, the OR gate 13 outputs the sum signal (No. 0+No. 1) of the request signal DRQ (No. 1) from the I/O device 12a and the request signal DRQ (No. 0) from the I/O device 12b. That is, it continuously outputs L.
  • This signal L which has little or no influence on the transfer pulse generator 11, is applied to the gate of the tristate buffer 15 so that the tristate buffer is turned off while the sum signal (No. 0+No. 1) is L.
  • the bus available signal BAK from the bus access controller 14 does not reach the request signal generator 10 even when it becomes H at the end of a machine cycle.
  • the bus request signal BRQ is continuously H only when the sum signal (No. 0+No. 1) is L. Consequently, DMA transfer is carried out between the RAM 2 and the I/O device 12 in a mode similar to the burst mode until the transfer counter 9 counts up to the end.
  • DMA transfer of a collection of data is carried out in the same way as described above as long as there are continuous requests.
  • a count up signal u forces the request signal generator 10 to stop the generation of a bus request signal even if the I/O devices 12a-12d continuously output DMA requests.
  • the cycle steal mode of a certain period is switched to a continuous transfer mode of a various period which is similar to the burst mode, thereby eliminating the preparation period in the data transfer initial period.
  • the bus connection conditions are maintained during the period of the continuous request to carry out continuous data transfer between the main memory and the I/O device designated by the address output device so that it is possible to eliminate a waste of time for initial setting which arises in the data transfer starting period in the cycle steal mode, thereby enhancing the data transfer efficiency and the entire function of the information processor.

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 control system continuously grants permission to access the I/O device and memory to continue data transfer in a cycle steal mode when there is a continuous stream of DMA requests from a number of I/O devices by producing a logical sum of the DMA requests.

Description

This is a continuation of application Ser. No. 07/592,162, filed Oct. 3, 1990, now abandoned.
BACKGROUND OF THE INVENTION
1. Field of the Invention
The present invention relates to direct memory access (DMA) controllers for directly transferring data between memory and input/output (I/O) devices without using any central processing unit (CPU) in an information processor.
2. Description of the Prior Art
In general, it is a waste of time to output data to an I/O device from memory by means of a CPU. One of the fast ways to output data to an I/O device from memory is to directly output data to an I/O device from the data bus. Such DMA requires some hardware, which is called "DMA controller," for supplying addresses and control signals for transferring data to read or write in the memory or I/O device. Like the CPU, the DMA controller generates addresses to read or write in the memory and sends various control signals to the I/O device.
FIG. 3 shows a conventional DMA control system which includes an information processing unit 1 such as a CPU of an electronic computer; a random access memory (RAM) 2; a 4-channel address output device 3; four I/O devices 12; a bus access controller 14; data, address, and control buses 4, 5, and 6 for interconnecting the CPU 1, the address output device 3 the RAM, and the I/O device 12; and a DMA controller 7. The RAM 2 is a dynamic RAM which requires periodic refreshing. Four channels are assigned to the I/O devices 12 corresponding to the channels 0-3 of the address output device 3. The DMA controller 7 includes a transfer counter 9, a request signal generator 10, and a transfer pulse generator 11. The request signal generator 10 is composed of flip-flops such as bistable multivibrators.
The operation will be described with reference to FIG. 4. First of all, one of the I/O devices generates a DMA request signal DRQ (No. 1) for data transfer with the RAM 2. This is a negative logic signal and is represented by DRQ. When the waveform of the request signal DRQ is shaped in the transfer pulse generator 11 and applied to the request signal generator 10, the request signal generator 10 outputs a positive logic bus request signal BRQ to the bus access controller 14. If there is neither DRAM refresh request r with high interrupt priority nor external HOLD request, the bus access controller 14 sends bus available signals BAK-A and inverted BAK-B to the DMA controller 7 and the CPU 1, respectively. That is, upon reception of the request signal BRQ, it generates a bus available signal BAK, the duration of which is determined by the machine cycle. The CPU 1 then cuts off the data bus 4, the address bus 5, and the control bus 6 to stop the use of data from the RAM 2. The DMA controller 7, on the other hand, outputs to the address output device 3 an acknowledge signal DAK indicating that the buses 4-6 are available. The requesting I/O device 12 identified by the address output device 3 then starts DMA transfer with the RAM 2 via the buses 4, 5, and 6.
If the bus available signal BAK is kept to be L, the DMA transfer is carried out in the burst mode. However, since L of the signal BAK is applied to the reset (R) of the request signal generator 10, the signal BAK becomes H at the end of a machine cycle, and the bus request signal BRQ from the request signal generator 10 is inverted to L. Consequently, it cancels the bus available signal BAK and outputs a H signal immediately after one machine cycle which is inherent to the system. Thus, the operation enters a cycle steal mode in which one byte of data is transferred in the machine cycle. When a DMA request signal DRQ is outputted from the channel No. 0 of the I/O device after the bus use permit is transferred to the CPU 1, one byte of data is transferred in the same way as described above.
When a refresh request r is inputted during the DMA transfer, the DMA controller 7 stops while the address output device 3 releases the buses 4, 5, and 6 for refreshing and resumes DMA transfer when the memory refresh is completed.
However, the conventional DMA controller requires a preparation period t necessary for the initial setting to effect data transfer within the period T in which the address output device 3 is given a bus use permit. Since this preparation period t is necessary for each transfer of one byte, the effective data transfer time is (T-t), resulting in the low bus efficiency. Thus, there is a waste of time on the bus for data transfer in the cycle steal mode.
SUMMARY OF THE INVENTION
Accordingly, it is an object of the invention to provide a DMA control system capable of continuously generating transfer cycles to eliminate the preparation period, thereby enhancing the bus efficiency.
In accordance with the invention there is provided a direct memory access control system which includes a central processing unit, a random access memory, a plurality of input/output devices, a plurality of buses for interconnecting the central processing unit to the random access memory and the input/output devices, and a direct memory access controller operable in a cycle steal mode in which the central processing unit is cut off from the buses while one of the input/output devices is connected to the buses for a machine cycle of the central processing unit (connection conditions). If there is a continuous stream of DMA requests the said I/O devices in the cycle steal mode, the connections of the buses will be maintained during a period of the continuous stream of DMA requests from the I/O devices in the cycle steal mode to carry out continuous data transfer between the memory and the I/O device.
When there is a continuous stream of DMA requests during transfer of a data unit determined by the machine cycle, the CPU continuously grants permission to the address output device to continuously perform direct data transfer between the RAM and the I/O device. When the DMA requests end, the control is returned to an ordinary cycle steal mode. In this way, it is possible to eliminate the preparation period which is otherwise necessary before data transfer in a cycle steal mode, thus resulting in increased DMA data transfer efficiency.
BRIEF DESCRIPTION OF THE DRAWINGS
FIG. 1 is a block diagram of a DMA control system according to an embodiment of the invention;
FIG. 2 is a timing chart useful for explaining the operation of the DMA control system of FIG. 1;
FIG. 3 is a block diagram of a conventional DMA control system; and
FIG. 4 is a timing chart useful for explaining the operation of the conventional DMA control system of FIG. 3.
DESCRIPTION OF THE PREFERRED EMBODIMENT
FIG. 1 shows a DMA control system according to an embodiment of the invention. The DMA control system includes an information processing unit 1 such as a CPU of an electronic computer; a random access memory (RAM) 2; an address output device 3; a bus access controller 14; four I/O devices 12; data, address, and control buses 4, 5, and 6 for interconnecting the CPU 1, the address output device 3, the RAM 2, and the I/O device 12; and a DMA controller 17. The I/O devices 12 are controlled by respective channels 0-3 of the address output device 3. The RAM 2 is a dynamic RAM which requires periodic refreshing.
The DMA controller 17 includes a transfer counter 9 and a request signal generator 10. The request signal generator 10 is composed of flip-flops such as bistable multivibrators. The DMA controller 17 further includes a transfer pulse generator 11, a signal add circuit or OR gate 13, and a tristate buffer 15. The tristate buffer 15 is a gate which is normally on (conductive) and is turned off when the control signal is L.
The operation of the DMA control system will be described with respect to FIG. 2. First of all, a DMA request signal DRQ (No. 1) is outputted by one of the I/O devices 12a for requesting a DMA transfer. This DMA request signal DRQ is applied to the transfer pulse generator 11 via the OR gate 13. The transfer pulse generator 11 detects the falling edge and outputs a request pulse p to the request signal generator 10. The request pulse p triggers the request signal generator 10 to output a positive logic bus request signal BRQ to the bus access controller 14.
If there is neither DRAM refresh request r with high interrupt priority nor external HOLD request, the bus access controller 14 sends bus available signals BAK-A and BAK-B to the DMA controller 17 and the CPU 1, respectively, for a period determined by the machine cycle. The CPU 1 cuts off the data, address, and control buses 4-6 to stop the use of data from the RAM 2. This enables the DMA controller 17 to output to the address output device 3 an acknowledge signal DAK indicating that the buses 4-6 are available. The I/O device 12 of the channel designated by the address output device 3 starts transfer of data with the RAM 2 via the buses 4-6 after an initial setting period.
When a DMA transfer request signal DRQ (No. 0 request) is outputted from another I/O device, the OR gate 13 outputs the sum signal (No. 0+No. 1) of the request signal DRQ (No. 1) from the I/O device 12a and the request signal DRQ (No. 0) from the I/O device 12b. That is, it continuously outputs L. This signal L, which has little or no influence on the transfer pulse generator 11, is applied to the gate of the tristate buffer 15 so that the tristate buffer is turned off while the sum signal (No. 0+No. 1) is L.
As a result, the bus available signal BAK from the bus access controller 14 does not reach the request signal generator 10 even when it becomes H at the end of a machine cycle. The bus request signal BRQ is continuously H only when the sum signal (No. 0+No. 1) is L. Consequently, DMA transfer is carried out between the RAM 2 and the I/O device 12 in a mode similar to the burst mode until the transfer counter 9 counts up to the end.
When there is no DMA transfer request DRQ from both channels of the I/O devices 12a and 12b, the output of the OR gate 13 becomes H. This signal H is applied to the gate of the tristate buffer 15 to turn it on. H of the bus available signal BAK from the bus access controller 14 is applied to the reset (R) of the request signal generator 10 so that the bus request signal BRQ from the request signal generator 10 is inverted to L. In this way, the bus access controller 14 quickly cancels the bus available signal BAK and outputs H. Consequently, after a series of DMA transfers, the bus use permit is returned to the CPU.
Then, when another DMA request signal DRQ is outputted from the address output device 3, DMA transfer of a collection of data is carried out in the same way as described above as long as there are continuous requests. When the amount of transfer reaches the number of words preset in the transfer counter 9, a count up signal u forces the request signal generator 10 to stop the generation of a bus request signal even if the I/O devices 12a-12d continuously output DMA requests.
Thus, when DMA requests are provided continuously from the I/O devices 12, the cycle steal mode of a certain period is switched to a continuous transfer mode of a various period which is similar to the burst mode, thereby eliminating the preparation period in the data transfer initial period.
As has been described above, according to the invention, when there is a continuous stream of DMA requests in a cycle steal mode in which the CPU is cut off from the buses while the I/O device is connected to the buses during a machine cycle of the CPU, the bus connection conditions are maintained during the period of the continuous request to carry out continuous data transfer between the main memory and the I/O device designated by the address output device so that it is possible to eliminate a waste of time for initial setting which arises in the data transfer starting period in the cycle steal mode, thereby enhancing the data transfer efficiency and the entire function of the information processor.

Claims (11)

We claim:
1. In a computer system having a central processing unit, a memory, a plurality of input/output devices and an address output device coupled to each other by a bus with a bus access controller supervising access to the bus by the central processing unit and the plurality of input/output devices, an improved direct memory access controller comprising:
a receiving circuit for receiving a DMA request signal from each of the plurality of input/output devices to produce a logical sum of said DMA request signals;
a request signal generator, coupled to said receiving circuit, for asserting a bus request signal to the bus access controller upon receipt of said DMA request signal and deasserting said bus request signal upon receipt of a bus acknowledge signal at a reset node, with said bus acknowledge signal generated by the bus access controller; and
a tristate buffer having an input for receipt of said bus acknowledge signal, an output coupled to said reset node, and a control coupled to an output of said receiving circuit, said tristate buffer inhibiting said bus acknowledge signal from resetting said bus request signal when said logical sum is asserted, indicating that at least one of the plurality of input/output devices asserts its DMA request signal.
2. The direct memory access controller of claim 1 further comprising:
a transfer counter, coupled to said request signal generator, for asserting a transfer complete signal to said request signal generator when a predetermined amount of data has been transferred by the plurality of input/output devices, said request signal generator deasserting said bus request signal when said transfer counter asserts said transfer complete signal.
3. In a computer system having a central processing unit, a memory, a plurality of input/output devices and an address output device coupled to each other by a bus with a bus access controller supervising access to the bus by the central processing unit and the plurality of input/output devices, an improved direct memory access controller comprising:
a receiving circuit for receiving a DMA request signal from eachof the plurality of input/output devices to produce a logical sum of said DMA request signals;
a request signal generator, coupled to said receiving circuit, for asserting a bus request signal to the bus access controller upon receipt of said DMA request signal and deasserting said bus request signal upon receipt of a bus acknowledge signal at a reset node, with said bus acknowledge signal generated by the bus access controller; and
switching means, coupled between the bus access controller and the receiving circuit and responsive to said logical sum, for inhibiting said bus acknowledge signal from resetting said bus request signal when said logical sum is asserted.
4. A direct memory access control system, comprising:
a bus for connecting a central processing unit and a memory;
a plurality of input/output devices coupled to said bus by means of a direct memory access controller to directly access said memory; and
a transfer counter, coupled to said plurality of input/output devices, for counting a number of words to be transferred between said input/output devices and said memory;
wherein the direct memory access control system includes a cycle steal mode in which said central processing unit is disconnected from said bus during a machine cycle time preset by said central processing unit, and one of said plurality of input/output devices is connected to said bus to transfer a number of data words determined by said machine cycle; and
means, coupled to said plurality of input/output devices and responsive to a direct memory access request from a second input/output device during said cycle steal mode, for maintaining the coupling between said bus and said second input/output device to carry out continuous data transfer between said memory and said second input/output device.
5. The direct memory access control system according to claim 4, wherein a time period for maintaining the connection between said bus and said second input/output device is limited to be within a time period for transferring the number of data words preset by said transfer counter.
6. A direct memory access control system, comprising:
a bus for connecting a central processing unit and a memory;
a plurality of input/output devices, each of which output a direct memory access signal and are coupled to said bus by means of a direct memory access controller to directly access said memory;
a transfer counter for counting a number of words to be transferred between said plurality of input/output devices and said memory;
a cycle steal mode in which said central processing is disconnected from said bus during a machine cycle time preset by said central processing unit, and one of said input/output devices is coupled to said bus to transfer a number of data words determined by said machine cycle;
a request signal generator, responsive to a DMA request signal from one of said I/O devices, for generating a bus request signal;
a bus access controller for outputting an inhibition signal for inhibiting said request signal generator from generating any bus request signals;
a signal add circuit for receiving a plurality of DMA request signals from one or more of said I/O devices and outputting a sum of said DMA request signals to said request signal generator; and
a switching circuit provided between said bus access controller and said request signal generator which is turned off by the sum of said DMA request signals to shut off the inhibition signal so that continuous direct data transfer between said memory and one of said I/O devices is effected by shutting off the inhibition signal.
7. The direct memory access control system according to claim 6, wherein said transfer counter has a function to inhibit said request signal generator from generating any bus request signals when the number of transfer data reaches a predetermined amount.
8. The direct memory access control system of claim 6, wherein said signal add circuit is composed of an OR gate.
9. The direct memory access control system according to claim 6, wherein said switching circuit is composed of a buffer gate.
10. A DMA multimode transfer control, comprising:
means for receiving a DMA request signal from each of a plurality of input/output devices coupled to a system bus of a computer system to produce a logical sum of said DMA request signals;
means, coupled to an output of said receiving means, for controlling a bus request signal to a bus access controller coupled to said system bus, said controlling means asserting said bus request signal responsive to an assertion of said logical sum and deasserting said bus request signal responsive to receipt of a bus acknowledge signal provided by said bus access controller at a reset node; and
means, coupled to said receiving means and responsive to said logical sum, for inhibiting said bus acknowledge signal from resetting said bus request signal when said logical sum is asserted.
11. A process for controlling DMA multimode transfers, comprising the steps of:
producing a logical sum of a plurality of DMA request signals, one DMA request signal from each of a plurality of input/output devices coupled to a system bus of a computer system;
asserting a bus request signal from a request signal generator to a bus access controller coupled to said system bus when said logical sum is asserted; and
deasserting said bus request signal to said bus access controller when said bus access controller asserts a bus acknowledge signal to a reset node unless said logical sum is asserted to a control device between said reset node and said request signal generator to inhibit application of said bus acknowledge signal to said request signal generator as long as any of said plurality of input/output devices assert their DMA request signal.
US08/116,303 1989-10-05 1993-09-03 DMA control for continuing transfer to input/output device in a cycle steal mode Expired - Lifetime US5539916A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
US08/116,303 US5539916A (en) 1989-10-05 1993-09-03 DMA control for continuing transfer to input/output device in a cycle steal mode

Applications Claiming Priority (4)

Application Number Priority Date Filing Date Title
JP1-260638 1989-10-05
JP1260638A JPH03122745A (en) 1989-10-05 1989-10-05 Dma control system
US59216290A 1990-10-03 1990-10-03
US08/116,303 US5539916A (en) 1989-10-05 1993-09-03 DMA control for continuing transfer to input/output device in a cycle steal mode

Related Parent Applications (1)

Application Number Title Priority Date Filing Date
US59216290A Continuation 1989-10-05 1990-10-03

Publications (1)

Publication Number Publication Date
US5539916A true US5539916A (en) 1996-07-23

Family

ID=17350702

Family Applications (1)

Application Number Title Priority Date Filing Date
US08/116,303 Expired - Lifetime US5539916A (en) 1989-10-05 1993-09-03 DMA control for continuing transfer to input/output device in a cycle steal mode

Country Status (3)

Country Link
US (1) US5539916A (en)
JP (1) JPH03122745A (en)
DE (1) DE4031661C2 (en)

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
DE19733526A1 (en) * 1997-08-02 1999-02-04 Philips Patentverwaltung Communication system with one interface
US20010028629A1 (en) * 2000-03-31 2001-10-11 Takuji Uneyama Self-synchronous transfer control circuit and data driven information processing device using the same
US6470400B1 (en) * 1997-08-21 2002-10-22 International Business Machines Corporation Apparatus for pacing cycle steals from a data processor and methods for implementing the same
US6532507B1 (en) * 1999-05-28 2003-03-11 National Semiconductor Corporation Digital signal processor and method for prioritized access by multiple core processors to shared device
US20070204074A1 (en) * 2006-02-28 2007-08-30 Fujitsu Limited Apparatus and method for performing DMA data transfer
US20080244588A1 (en) * 2007-03-28 2008-10-02 Massachusetts Institute Of Technology Computing the processor desires of jobs in an adaptively parallel scheduling environment

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114116553B (en) * 2021-11-30 2023-01-20 海光信息技术股份有限公司 Data processing device, method and system

Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US4378589A (en) * 1976-12-27 1983-03-29 International Business Machines Corporation Undirectional looped bus microcomputer architecture
US4451884A (en) * 1982-02-02 1984-05-29 International Business Machines Corporation Cycle stealing I/O controller with programmable offline mode of operation
US4455620A (en) * 1980-11-29 1984-06-19 Omron Tateisi Electronics Co. Direct memory access control apparatus
US4514823A (en) * 1982-01-15 1985-04-30 International Business Machines Corporation Apparatus and method for extending a parallel channel to a serial I/O device
US4528626A (en) * 1984-03-19 1985-07-09 International Business Machines Corporation Microcomputer system with bus control means for peripheral processing devices
US4530053A (en) * 1983-04-14 1985-07-16 International Business Machines Corporation DMA multimode transfer controls
US4975832A (en) * 1987-06-25 1990-12-04 Teac Corporation Microcomputer system with dual DMA mode transmissions
US5003465A (en) * 1988-06-27 1991-03-26 International Business Machines Corp. Method and apparatus for increasing system throughput via an input/output bus and enhancing address capability of a computer system during DMA read/write operations between a common memory and an input/output device

Patent Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US4378589A (en) * 1976-12-27 1983-03-29 International Business Machines Corporation Undirectional looped bus microcomputer architecture
US4455620A (en) * 1980-11-29 1984-06-19 Omron Tateisi Electronics Co. Direct memory access control apparatus
US4514823A (en) * 1982-01-15 1985-04-30 International Business Machines Corporation Apparatus and method for extending a parallel channel to a serial I/O device
US4451884A (en) * 1982-02-02 1984-05-29 International Business Machines Corporation Cycle stealing I/O controller with programmable offline mode of operation
US4530053A (en) * 1983-04-14 1985-07-16 International Business Machines Corporation DMA multimode transfer controls
US4528626A (en) * 1984-03-19 1985-07-09 International Business Machines Corporation Microcomputer system with bus control means for peripheral processing devices
US4975832A (en) * 1987-06-25 1990-12-04 Teac Corporation Microcomputer system with dual DMA mode transmissions
US5003465A (en) * 1988-06-27 1991-03-26 International Business Machines Corp. Method and apparatus for increasing system throughput via an input/output bus and enhancing address capability of a computer system during DMA read/write operations between a common memory and an input/output device

Cited By (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
DE19733526A1 (en) * 1997-08-02 1999-02-04 Philips Patentverwaltung Communication system with one interface
US6470400B1 (en) * 1997-08-21 2002-10-22 International Business Machines Corporation Apparatus for pacing cycle steals from a data processor and methods for implementing the same
US6532507B1 (en) * 1999-05-28 2003-03-11 National Semiconductor Corporation Digital signal processor and method for prioritized access by multiple core processors to shared device
US20010028629A1 (en) * 2000-03-31 2001-10-11 Takuji Uneyama Self-synchronous transfer control circuit and data driven information processing device using the same
US7051194B2 (en) * 2000-03-31 2006-05-23 Sharp Kabushiki Kaisha Self-synchronous transfer control circuit and data driven information processing device using the same
US20070204074A1 (en) * 2006-02-28 2007-08-30 Fujitsu Limited Apparatus and method for performing DMA data transfer
US7752349B2 (en) * 2006-02-28 2010-07-06 Fujitsu Limited Apparatus and method for performing DMA data transfer
US20080244588A1 (en) * 2007-03-28 2008-10-02 Massachusetts Institute Of Technology Computing the processor desires of jobs in an adaptively parallel scheduling environment
US8510741B2 (en) * 2007-03-28 2013-08-13 Massachusetts Institute Of Technology Computing the processor desires of jobs in an adaptively parallel scheduling environment

Also Published As

Publication number Publication date
DE4031661C2 (en) 1997-06-19
JPH03122745A (en) 1991-05-24
DE4031661A1 (en) 1991-04-18

Similar Documents

Publication Publication Date Title
US6151651A (en) Communication link with isochronous and asynchronous priority modes coupling bridge circuits in a computer system
US4368514A (en) Multi-processor system
US4698753A (en) Multiprocessor interface device
US6148357A (en) Integrated CPU and memory controller utilizing a communication link having isochronous and asynchronous priority modes
US5119480A (en) Bus master interface circuit with transparent preemption of a data transfer operation
KR860000541B1 (en) Refresh circuit for dynamic memory of a data processor employing a direct memory access control
US5287486A (en) DMA controller using a programmable timer, a transfer counter and an or logic gate to control data transfer interrupts
US5539916A (en) DMA control for continuing transfer to input/output device in a cycle steal mode
EP0153469B1 (en) Refresh generator system for a dynamic memory
US6504854B1 (en) Multiple frequency communications
US6105082A (en) Data processor used in a data transfer system which includes a detection circuit for detecting whether processor uses bus in a forthcoming cycle
US5216635A (en) System and method for requesting access to a computer memory for refreshing
JP2574345B2 (en) Bus arbitration equipment
US5060138A (en) Apparatus for use with a computing device for generating a substitute acknowledgement to an input when the computing device is in an operational hiatus
JP2000276437A (en) Dma controller
JPH0429104B2 (en)
JP2837698B2 (en) Direct memory access controller
JP2617132B2 (en) Direct memory access method
KR0164128B1 (en) Multi-waiting state for low speed peripheral equipment
JPS60151894A (en) Refresh circuit of dynamic ram
JPS63191398A (en) Information processor
JPH03282667A (en) Computer device
JPS63271561A (en) Dma control circuit
JPH0461387B2 (en)
JPH0620468A (en) Refresh request generating circuit, memory control circuit and memory device with this circuit

Legal Events

Date Code Title Description
STCF Information on status: patent grant

Free format text: PATENTED CASE

FEPP Fee payment procedure

Free format text: PAYOR NUMBER ASSIGNED (ORIGINAL EVENT CODE: ASPN); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY

FPAY Fee payment

Year of fee payment: 4

FPAY Fee payment

Year of fee payment: 8

FPAY Fee payment

Year of fee payment: 12

AS Assignment

Owner name: RENESAS ELECTRONICS CORPORATION, JAPAN

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:MITSUBISHI DENKI KABUSHIKI KAISHA;REEL/FRAME:025980/0219

Effective date: 20110307