WO1997019408A1 - Synchronous dma transfer protocol - Google Patents
Synchronous dma transfer protocol Download PDFInfo
- Publication number
- WO1997019408A1 WO1997019408A1 PCT/US1996/017934 US9617934W WO9719408A1 WO 1997019408 A1 WO1997019408 A1 WO 1997019408A1 US 9617934 W US9617934 W US 9617934W WO 9719408 A1 WO9719408 A1 WO 9719408A1
- Authority
- WO
- WIPO (PCT)
- Prior art keywords
- data
- bus
- drive device
- peripheral drive
- ofthe
- Prior art date
Links
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
-
- 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 data transfer between a host device and a peripheral drive device via a bus. More particularly, the invention relates to a method for performing synchronous direct memory access, DMA, data transfers at an increased data rate.
- DMA synchronous direct memory access
- ATA bus is a disk drive interface originally designed for the ISA bus of the IBM PC/AT.
- the ATA bus was first configured using LS-TTL (Low-power Schottky transistor-transistor logic) gates to drive an 18 inch cable. The slow edges of the LS-TTL gates and the short cable length worked adequately in the then existing systems.
- PIO programmed I/O
- Modes 0, 1 and 2 correspond to the ATA interface as originally defined, while PIO Mode 3 defines a maximum data transfer rate of 1 1.1 MBytes/sec and PIO Mode 4 defines a maximum transfer rate of 16.7 MBytes/sec.
- new DMA modes have been defined.
- Multiword DMA Mode 0 corresponds to the original interface, while DMA Modes 1 and 2 provide faster data transfer rates.
- Multiword DMA Mode 2 has the same maximum transfer rate as the new PIO Mode 4.
- the increased edge rates and excessive cable length are problematic to the ATA bus because it is a poorly terminated bus structure design.
- the standard 18 inch ATA bus cable is generally modeled as a single-ended transmission line with a characteristic impedance typically of about 110 ohms and a propagation velocity typically of about 60% c. According to transmission line theory, ringing occurs when the termination impedance does not match the characteristic impedance ofthe cable. The amplitude of ringing is increased with a greater mismatch of impedances. Ringing of sufficient amplitude on signal and data lines ofthe ATA bus can cause false triggering and excessive settling delays which can lead to system failure and/or data loss.
- the occurrence of ringing is especially problematic for data transfers over an ATA bus in PC systems because digital information is being transferred over a transmission line.
- information to be transmitted over the transmission line is input as a waveform. Due to the characteristic impedance and length ofthe transmission line, the waveform output from the transmission line has some distortion.
- the input waveforms are generally sine waves, the output waveform is typically distorted by a phase shift which can be corrected with relative ease.
- the input waveforms are generally some type of square wave, since recognition of an edge transistion is what is important due to the fact that information transmitted is in the form of 1 's and 0's. Distortion of these square waves is evident as ringing, which results in a waveform in which the edge transistions cannot be clearly recognized. Thus, chances for false triggering, as mentioned above, are likely and symptomatic of digital transmissions.
- the output impedance has decreased, and the edge rates on the ATA bus have decreased to 1 to 2 ns or less, as opposed to a 5 to 6 ns range ofthe TTL devices.
- These fast edges without sufficient terminations have aggravated the ringing on the bus to the point that many system/drive combinations fail to work.
- Crosstalk occurs when switching on one signal line causes induced signals in an adjacent or nearby line.
- a signal couples into an adjacent line by two mechanisms: coupling capacitance and mutual inductance.
- the magnitude ofthe coupled signal is proportional to the rate of change ofthe signal in the primary line.
- the amplitude ofthe coupled signal is proportional to the total amount of coupling capacitance and mutual inductance, and is therefore proportional to cable length.
- An additional concern associated with the poor termination and cable length of an ATA bus design is propagation delay which is further aggravated by cable length violations.
- the ATA bus was originally defmed to have a maximum length of 18 inches.
- system designers are hard pressed to design a system in which a host device can be connected to a peripheral drive device within 18 inches.
- some systems are being implemented with dual-ATA interface ports for sharing two ATA cables. These ports are not completely independent of each other, and dual-porting results in an ATA cable which is effectively 36 inches long.
- These increased cable lengths impose propagation delays associated with the host and peripheral drive devices sending control and data signals back and forth to each other. These propagation delays ultimately affect the data transfer rate and overall performance ofthe bus.
- a further concern related to data transfers over the ATA bus is data integrity. It is important that the data transferred over the bus is valid, and thus there is a desire to provide error detection capability which is reliable and which can be easily implemented. Since words made up of data bits are being transferred over the ATA bus, a bit oriented error detection approach is more practical than a symbol oriented error detection approach. However, conventional bit oriented error detection is impractical for data transfers occurring over the ATA bus, because the conventional bit oriented error detection is a bit-serial approach. The conventional bit error detection procedure generates a cyclic redundancy code (CRC) value by logically manipulating a stream of input data bits using a generator polynomial:
- CRC cyclic redundancy code
- G(X) X 16 + X 12 + X 5 + 1.
- Each bit ofthe data stream is shifted sequentially into a CRC logic encoder/decoder by a bit clock operating at a bit cell tuning rate. Since the data transfers occurring over the ATA bus are transferring 16-bit words of data, each word is transferred at a clock period equal to 16 times the bit clock. Thus, using the existing bit serial approach operated by a bit clock would require clocking at the frequency ofthe bit clock, or 16 times the word clock. A further problem ofthe bit-serial approach is that since the data is being transferred in word units, there is no bit clock available at this part ofthe ATA interface circuit structure. Thus, the existing bit oriented error detection procedure is not a practical method of providing data integrity for data transfers over the ATA bus.
- the method ofthe present invention satisfies these needs.
- the present invention is directed to a method for performing a synchronous DMA burst in a computer system which includes a host device connected to at least one peripheral drive device by a bus, where the bus has an associated control signal transmission strobe rate and is used for data transfers between the peripheral drive device and the host device in response to a host device read or write command.
- the data transfers for each command are carried out through a series ofthe synchronous DMA bursts over the bus.
- the peripheral drive device In response to a host device read command, the peripheral drive device asserts a DMA request signal to initiate the synchronous DMA burst, and when the host device is ready to begin the synchronous DMA burst, the host device asserts a DMA acknowledge signal in response to the DMA request signal.
- the peripheral drive device places a first data word on the bus, then after a second predete ⁇ nined time period has elapsed since placing the data word on the bus, the peripheral drive device toggles a strobe signal from a high state to a low state to latch the first data word into the host device.
- the peripheral drive device is always in control of initiating the synchronous DMA burst, and the device which is sending the data is in control of both the data and the strobe signal which latches the data into the device receiving the data.
- the control of both the data and the strobe signal by one device miiiimizes effects of propagation delay, cable settling and setup time associated with the DMA bursts and thus increases a rate at which data can be transfe ⁇ ed over the bus.
- An additional word can be transfe ⁇ ed during the DMA burst by the peripheral drive device placing the additional word on the bus; then, after the second predetermined time period has elapsed, the peripheral drive device toggles the strobe signal from the low state to the high state to latch the additional word into the host device.
- These steps of placing the additional word on the bus and toggling the strobe signal from one state to the other state can be repeated until the peripheral drive device has finished sending all data words to be transferred.
- the peripheral drive device deasserts its DMA request signal to terminate the synchronous DMA burst. If the strobe signal is not at the high state after the peripheral drive device has finished sending the data, the peripheral drive device returns the strobe signal back to the high state.
- the method can include steps to perform parallel bit oriented enor detection to ensure that the data transfe ⁇ ed during the synchronous DMA burst is valid.
- both the peripheral drive device and the host device calculate a 16-bit CRC value.
- the host device sends its calculated CRC value to the peripheral drive device and the peripheral drive device performs a comparison ofthe received CRC value with its calculated CRC value to check for any e ⁇ ors.
- the synchronous DMA burst is still initiated by the peripheral drive device asserting a DMA request signal.
- the host device When the host device is ready to begin the burst, the host device asserts a DMA acknowledge signal and places a first data word on the bus .
- the peripheral drive device Responding to the DMA acknowledge signal, the peripheral drive device asserts a ready signal within a predetermined time period after the DMA acknowledge signal is asserted.
- the host device then toggles the strobe signal from the high state to the low state within the predetermined time period after the ready signal was asserted by the peripheral drive device. The toggling ofthe strobe signal latches the data word into the peripheral drive device.
- Additional data words are transfe ⁇ ed by the host device placing the additional data words on the bus and toggling the strobe signal to latch the data word into the peripheral drive device. Steps to perform a parallel bit oriented enor detection during a write command synchronous DMA burst are similar to the steps performed during the read command synchronous DMA burst.
- the synchronous DMA burst is performed over an ATA bus having a control signal transmission strobe rate of approximately 8.3 MHz, and the data transfer rate is increased to approximately 33.3 MBytes/sec.
- the method ofthe present invention provides many advantages over prior transfer protocols.
- the synchronous DMA burst transfer protocol provides a significantly increased data transfer rate between a host device and a peripheral drive device and is operable within existing bus system architectures.
- the present method is therefore an inexpensive way to increase the rate of data transfer between a host device and a peripheral drive device.
- the present method provides the increased data transfer rate and improved data integrity, without increasing the control signal transmission strobe rate on the bus, therefore eliminating problems of system integrity associated with increased control signal transmission frequencies.
- a further advantage ofthe present method is that backward compatibility with existing transfer protocols is provided so that the method is operable without substantial hardware modifications in systems including other peripheral drive devices which use the existing strobed transfer protocols.
- FIG. 1 a shows a block diagram of a PC architecture in which the present invention can be implemented
- Fig. lb shows a partial schematic circuit representation for existing ATA cables
- Fig. 2 shows a simplified component and timing diagram for a prior art data transfer protocol
- Fig. 3 shows a simplified component and timing diagram for a synchronous DMA burst according to a version ofthe present invention
- Fig. 4a shows a detailed timing diagram illustrating the data and control signals exchanged during drive initiation of a synchronous DMA burst for a read command implemented according to aspects ofthe present invention
- Fig. 4b shows a detailed timing diagram illustrating the data and control signals exchanged during drive initiation of a synchronous DMA burst for a write command implemented according to further aspects ofthe present invention
- Fig. 5 shows a detailed timing diagram illustrating the data and control signals exchanged during a sustained synchronous DMA burst according to further aspects of the present invention
- Fig. 6a shows a detailed timing diagram illustrating the data and control signals exchanged during drive termination of a synchronous DMA burst for a read command implemented according to further aspects ofthe present invention
- Fig 6b shows a detailed timing diagram illustrating the data and control signals exchanged during drive termination of a synchronous DMA burst for a write command implemented according to further aspects ofthe present invention
- Fig 7a shows a detailed timing diagram illustrating the data and control signals exchanged during host termination of a synchronous DMA burst for a read command implemented according to further aspects ofthe present invention
- Fig 7b shows a detailed timing diagram illustrating the data and control signals exchanged during host termination of a synchronous DMA burst for a write command implemented according to further aspects ofthe present invention
- Fig. 8a shows a simplified logic circuit for implementing enor detection according to an embodiment ofthe present invention
- Fig. 8b shows a more detailed diagram ofthe logic circuit shown in Fig. 8a; and Fig. 9 shows a simplified flow chart illustrating a version ofthe present invention.
- Fig. la shows an example of a conventional PC architecture in which a method embodying aspects ofthe present invention can be implemented.
- the PC system 10 typically includes a CPU 12 connected to a RAM 14 and a ROM 16 by a processor bus 18.
- a bus interface 20 connects the processor bus 18 to an ISA bus 22 which can include a plurality of card slots 24.
- a local bus interface 26 connects the processor bus 18 to a local bus 28 which can also include a number of local bus card slots 30.
- a peripheral drive device 32 is connected to the local bus 28 via an ATA bus 34 and ATA interface 36.
- Fig. lb shows a partial schematic electrical circuit diagram for one signal path of a conventional ATA bus 34 cable.
- the line 33 ofthe ATA bus 34 has a source or input impedance Zj n and a resulting termination or output impedance Z out which is a function ofthe input impedance Zj n , the characteristic impedance Z cri ar of the ATA bus line 33, and the distance d ofthe ATA bus line 33.
- the ATA bus 34 was not designed to be terminated.
- these impedance values for each signal line are such that Zj n ⁇ Z c ar and Z c har ⁇ Z out , resulting in the problem of ringing.
- the following discussion describes a disk drive connected to a host by an ATA bus.
- the present invention is capable of being implemented in a system having other peripheral devices on the ATA bus.
- the term host device generally refers to the host end ofthe ATA bus, which one skilled in the art will recognize to include, for example, the CPU 12 and the ATA bridge/interface 36.
- the present invention can also be realized in a system having plural drive devices (not shown) connected to the ATA bus 34.
- the prior art DMA transfer protocol is a strobed, asynchronous transfer protocol where an ATA host 35 is always in charge of when events are to take place.
- Fig. 2 shows the strobe signal from the perspective of the host 35, and the data from the perspective ofthe disk drive 32.
- the ATA host 35 wants to read data from an attached disk drive 32, it sends a strobe to the disk drive 32 at time t ⁇ .
- the disk drive 32 does not know when it has to transfer data until it sees the falling edge ofthe strobe.
- the disk drive 32 Prior to receiving the strobe signal, the disk drive 32 is just waiting for the "last minute" notification that it needs to get data ready to send to the host 35.
- the strobe takes time to travel from the host 35 to the disk drive 32, so the disk drive 32 receives the request later than when the host 35 asks for the data. The disk drive 32 finally sees the strobe at some later time tj. Then after some processing delay, the disk drive 32 puts the data out on the bus at time t2, to be sent back to the host 35. Another transit delay is associated with the data being sent back to the host 35, so the data does not a ⁇ ive at the host 35 until some later time t3. Another processing delay is associated receiving the data, so the host finally latches the data at time 14.
- the host must latch the data during the strobe interval, and since there is a certain maximum speed that can be achieved, the strobe interval must be long enough to make sure that the data is available to the host.
- the strobe interval must take into account transit delays associated with both the host 35 to disk drive 32 transit time and the disk drive 32 to host 35 transit time, as well as processing delays associated with both the host 35 and the disk drive 32. The necessity to account for these delays limits the data transfer rate to those cunently obtained with DMA Mode 2 and PIO Mode 4.
- the present invention overcomes the data transfer limits imposed in the prior art transfer protocol by eliminating the situation where the disk drive 32 is waiting for the "last minute” notification that it needs to do a data transfer. Instead, in the present invention, the device which is sending data (whether host 35 or drive 32) is in charge ofthe controlling strobe signal.
- Fig. 3 shows a simplified timing diagram, from the perspective ofthe disk drive 32, of a version ofthe present invention where the disk drive 32 is in charge ofthe strobe signal to transfer data for a read DMA burst. Once the host 35 has given a command that it wants to read data and preliminary handshaking to initiate the burst is performed, the disk drive 32 is in charge and determines the time when the data is to be transfened. As shown in Fig.
- the disk drive 32 when the disk drive 32 is ready to send the data, it places the data on the bus at time to, then the disk drive 32 will wait until it knows the data has settled on the cable and the disk drive 32 will toggle the strobe signal at time t ⁇ .
- the toggling of the strobe signal indicates to the host 35 that the data is available, and the data is latched into the host 35 when the strobe generated at time t] reaches the host.
- the delay between the time the disk drive 32 places the data on the bus and the time it toggles the strobe signal is necessary because when data is placed on the ATA bus, there is associated ringing due to the poor termination of the bus, so it is necessary to let the data signal settle before latching it in the host 35.
- the flight or propagation time to get from the disk drive 32 to the host 35 is substantially the same for both the data signal and the strobe signal, and the slew rate (time for a signal to change from "1" to "0" or "0" to "1 ”) is substantially the same for both the data signal and the strobe signal.
- the present invention only the settling time of the data signal needs to be accounted for, since the data and the strobe are sent by one device and the slew rates and propagation delays of these signals are similar. If loading at the host end ofthe cable changes the slew rate ofthe data signal, the slew rate ofthe strobe signal will be changed by a similar amount, and the relative timing ofthe signals will still be similar. This provides a significant time improvement over the prior art transfer protocol where the host 35 is in charge ofthe strobe signal and the disk drive 32 is in charge ofthe data signal. In the prior art situation, time is lost sending the strobe to the disk drive 32, time is lost sending the data to the host 35, and the lost time can never be recovered.
- the synchronous DMA transfer of the present invention only requires a latency for the data to settle before the strobe signal can reach the host 35.
- the synchronous DMA burst method of the present invention provides an increased data transfer rate of up to 33.3 MBytes/sec which is double the fastest currently existing PIO Modes and Multiword DMA Modes.
- Fig. 4a Refemng to Fig. 4a, sometime after the host 35 has sent a read command requesting data and the disk drive 32 is ready to begin the data transfer, the disk drive 32 will initiate the synchronous DMA burst by asserting a DMA request signal, DMARQ (indicated as event 1), to the host 35.
- DMARQ DMA request signal
- the host 35 indicates it is ready by asserting a DMA acknowledge signal, -DMACK (indicated as event 2), and must keep -DMACK asserted until the end ofthe burst.
- -DMACK DMA acknowledge signal
- the disk drive 32 can drive or place data on the ATA bus 34 after a minimum time delay T_n, from assertion of -DMACK, allowing for output drivers to turn on.
- T_n the minimum time required for the output drivers to turn on is approximately 20 ns.
- the disk drive 32 must also wait for the host 35 to deassert a stop signal, STOP, and assert a ready signal, -DMARDY, after the host asserts -DMACK.
- the deassertion of STOP and assertion of -DMARDY (indicated as events 3) are performed within a standard time envelope for all control signal transitions from the assertion of -DMACK. This time envelope is preferably within a range of approximately 20 to 70 ns.
- the disk drive 32 can send the first strobe signal and must do so within a limited time period Tn, after seeing the STOP and -DMARDY signals.
- this limited time period Tjj is within a range of approximately 0 to 150 ns.
- the disk drive 32 must wait a minimum predetermined setup time period Td V s > measured from when the disk drive 32 placed the data word on the ATA bus 34, before it can send the first strobe signal. This time period being the time it takes the data to become valid on the ATA bus 34.
- the minimum setup time Tdvs is within a range of from about 38 to about 75 ns, depending on the speed selected.
- the disk drive 32 sends the first strobe signal to the host 35 by toggling the strobe signal from a high state to a low state (indicated as event 4).
- the toggling of the strobe signal from the high state to the low state defines a first edge ofthe strobe signal which is recognized by the host 35 as an indication that valid data is available on the ATA bus 34. When the host 35 sees the edge, it takes the data off of the ATA bus 34. Thus, the toggling ofthe strobe signal is used to latch the data in the host 35 during a read burst.
- the synchronous DMA burst is initiated by the disk drive 32 asserting DMARQ when it is ready to begin the synchronous DMA burst (event 1).
- DMARQ being asserted
- the host 35 indicates it is ready by asserting -DMACK (indicated as event 2) and deasserts STOP (indicated as event 3) within the standard time envelope of -DMACK. Additionally, the host 35 drives data on the ATA bus 34.
- the host 35 then waits for the disk drive 32 to assert -DMARDY which indicates that the disk drive 32 is ready to receive data from the host 35.
- the disk drive 32 must assert -DMARDY (indicated as event 4) within the limited time period Tn after seeing -DMACK asserted and STOP deasserted. Since the host 35 is now sending data, the host 35 is now also in charge ofthe strobe signal, but before the host 35 can toggle the strobe signal, it must wait for -DMARDY to be asserted by the disk drive 32 as described above. Once the disk drive 32 asserts -DMARDY, the host 35 may toggle the first strobe signal (indicated as event 5) anytime after seeing -DMARDY.
- the host 35 must wait the minimum predetermined setup time period Tdvs, measured from when the host 35 placed the data word on the ATA bus 34, before it can send the first strobe signal, to allow for the data to become valid. Similar to the read case, when the disk drive 32 sees the first edge ofthe strobe signal, it knows to take valid data off of the ATA bus 34. Thus, the toggling ofthe strobe signal is used to latch the data in the disk drive 32 during the write burst.
- Tdvs measured from when the host 35 placed the data word on the ATA bus 34
- FIG. 5 shows a timing diagram ofthe control and data signals during a sustained synchronous DMA burst transferring plural data words.
- the figure generically depicts the data bus as seen by a sender and a receiver, rather than the host and disk drive, to be applicable to both the case of a read burst and a write burst.
- a first data word which was driven on the ATA bus 34 at some earlier time tj (not shown) is latched into the receiver by the toggling ofthe strobe from the high state to the low state (event 1).
- a next data word is driven on the ATA bus 34.
- This next data word is latched into the receiver by toggling the strobe signal from the low state to the high state (event 2).
- the toggling ofthe strobe signal from the low state back to the high state defines a second edge ofthe strobe signal.
- Further additional words can be driven on the ATA bus 34 by the sender and latched into the receiver by toggling of the strobe signal back and forth between the high and low states. From the receiver's viewpoint, whenever an edge ofthe strobe signal is seen, the receiver knows to take data off of the ATA bus 34. Thus, both edges ofthe strobe signal are utilized in the synchronous DMA burst to transfer data.
- the sender always drives data onto the ATA bus 34 and after the minimum predetermined setup time period T vs allowing for cable settling and setup time, the sender will toggle the strobe signal.
- the frequency ofthe strobe signal to match the frequency ofthe data.
- the highest fundamental control signal frequency on the cable should be no greater than approximately 8.33 MHz, so that signal integrity is maintained.
- the data is shown differently at the sender and the receiver to emphasize that cable settling time will not allow the data to be considered stable at the receiver until long after it is driven at the sender.
- a synchronous DMA burst After the strobe signal has been toggled for the first time, both the sender and the receiver can take actions to terminate the burst. Certain conditions must first be met before the synchronous DMA burst is terminated. When the receiver wishes to terminate the burst, it must first ensure that the pending transfer is fully paused. Likewise, when the sender wishes to terminate the burst, it must wait a minimum time period T ss after toggling the strobe signal before it can assert a stop signal or deassert DMARQ to terminate the pending transfer. Preferably, the minimum time period T ss is approximately 50 ns.
- Fig. 6a shows the control and data signals exchanged when the disk drive 32 terminates the synchronous DMA burst during a read command.
- the disk drive 32 indicates its desire to terminate the burst by deasserting the DMARQ signal (event 1), and the host 35 acknowledges the deassertion by asserting STOP and deasserting -DMARDY within the limited time period Tn (event 2).
- the disk drive 32 sees that the host 35 has asserted STOP, the disk drive 32 must return the strobe signal to the high state, if it isn't already in the high state (event 3). The returning ofthe strobe signal to the high state must be done within the limited time period Tjj after seeing the STOP signal.
- the host 35 can deassert -DMACK (event 4), and must do so within a minimum limited predetermined time period T m ij after all the listed conditions are met.
- the minimum limited predetermined time period T m ii is a range of from about 20 to about 150 ns.
- the disk drive 32 tri-states the strobe signal after a pull-up time Ti r d yz , allowing for a control signal to go to high impedance, as measured from the deassertion of -DMACK by the host 35.
- the pull-up time Tj r dyz is approximately 20 ns.
- the strobe signal Upon termination ofthe synchronous DMA burst, the strobe signal is required to be returned to the high state so that the strobe signal is ready for a next synchronous DMA burst.
- This "strobe clean-up" is necessary since the first strobe signal in any synchronous DMA burst must be toggled from the high state to the low state to latch the first data word into the receiver.
- the strobe clean-up is also advantageous because it allows the present synchronous DMA burst method to be backwardly compatible with existing host-peripheral data transfer protocols which also use the strobe signal in an initial high state.
- Fig. 6b shows the control and data signals exchanged when the disk drive 32 terminates the synchronous DMA burst during a write command.
- the disk drive 32 indicates its desire to terminate the burst by deasserting the DMARQ signal (event 1).
- the host 35 acknowledges the deassertion of DMARQ by asserting STOP within the limited time period Ty, (event 2), and by returning the strobe signal to the high state within the limited time period T ⁇ [ (event 3).
- the host 35 can deassert -DMACK (event 4) once the above events have taken place, and within the minimum limited predetermined time limit T m ii.
- the disk drive 32 then tri-states -DMARDY (event 5) after the pull-up time Tjr yz, as measured from the deassertion of -DMACK by the host 35.
- Fig. 7a shows the control and data signals exchanged when the host 35 terminates the synchronous DMA burst during a read command.
- the host 35 signals its desire to terminate the burst by asserting the STOP signal (event 1), and the disk drive 32 acknowledges the request by deasserting DMARQ (event 2) and returning the strobe signal to the high state (event 3) within the limited predetermined time period Tn after seeing STOP.
- the host 35 deasserts -DMACK (event 4) within the minimum limited predetermined time period T m n after the above events have occuned.
- the disk drive 32 tri-states the strobe signal after the pull-up time Tj rd y Z -
- Fig. 7b shows the control and data signals exchanged when the host 35 terminates the synchronous DMA burst during a write command.
- the host 35 signals its desire to terminate the burst by asserting the STOP signal (event 1).
- the disk drive 32 acknowledges the request by deasserting DMARQ and deasserting -DMARDY (events 2) within the limited predetermined time period T ⁇ after seeing STOP.
- the host 35 must then return the strobe signal to the high state (event 3) within the limited predetermined time period T ⁇ ⁇ after seeing DMARQ deasserted.
- the host 35 must also deassert -DMACK (event 4) within the minimum limited predetermined time period T m ]j after returning the strobe signal to the high state. Then the disk drive 32 tri-states -DMARDY after the pull-up time Tj r dy Z .
- the method ofthe present invention further includes steps for performing enor detection for data integrity ofthe data being transfened over the ATA bus 34.
- a bit-enor detection code is implemented since the synchronous DMA bursts are transfening data words over the ATA bus 34, and thus a bit oriented enor detection approach is more practical than a symbol oriented enor detection approach.
- conventional bit oriented enor detection is impractical since the conventional bit enor detection is a bit serial approach.
- a novel 16-bit parallel CRC approach is implemented using a parallel CRC logic encoder/decoder 40, shown in Figs. 8a and 8b.
- the parallel CRC logic encoder/decoder 40 uses the same generator polynomial as the conventional bit-serial approach, but a word clock 44 is used instead ofthe bit clock.
- a 16-bit CRC value is cyclically calculated by both the host 35 and the disk drive 32 as each data word is being transfened over the ATA bus 34.
- the host device 35 sends its generated 16-bit CRC value over the ATA bus 34 to the disk drive 32, and the disk drive 32 exclusive-or's the received 16-bit CRC value with its calculated 16-bit CRC value, to check for an enor. If an enor is detected, the disk drive 32 sets an enor bit of an enor register to report the enor to the host 35 at the end of the command.
- Fig. 8a shows a simplified logic circuit for the CRC logic encoder/decoder 40 performing enor detection for a version ofthe present invention.
- Both the host 35 and the disk drive 32 include the circuitry for the CRC logic encoder/decoder 40.
- the CRC logic encoder/decoder 40 is set to a predetermined value. Preferably the value is 516dh.
- a stream of 16-bit data words enters the CRC logic encoder/decoder 40, the CRC logic encoder/decoder 40 performs logic operations on the input data bits, and the CRC value is output from the CRC logic encoder/decoder 40.
- "d" represents the stream of data words entering the CRC logic encoder/decoder 40
- the entire stream of data bits is represented as follows: dl5o, dl4o, dl3o, . . • , dlo, dOo : first word dl5j, dl4 ⁇ , dl3 ⁇ , . . .
- dl5j is the most significant bit of a data word
- dO is the least significant bit of a data word.
- the 16 data bits dOj - dl 5j 42 of each ith word being transfened is shifted into the CRC logic encoder/decoder 40 using a clock signal WCLK from a word clock 44, the CRC calculation is performed, and a calculated 16-bit CRC value is output as X0(q) - X15(q)46.
- the CRC logic encoder/decoder 40 includes 161-bit registers X0 - XI 548a - 48p, which serve as place holders for the 16-bit CRC value being calculated, and 16 conesponding combinational logic components Y0 - Y1550a - 50p performing logic operations on the data bits.
- the combinational logic components Y0 - Y1550a - 50p include an input from its conesponding register X0 - XI 548a - 48p.
- the combinational logic components Y0 - Y1550a - 50p include additional inputs from the various components ofthe CRC logic encoder/decoder 40. However, for clarity and simplicity, these operative connections with the other components are not shown.
- the output ofthe combinational logic components 50a - 50p is then fed back to the registers X0 - XI 548a - 48p as input. Representing inputs to the registers ofthe CRC logic encoder/decoder as (d) and outputs from the registers as (q), the CRC value is cyclically calculated using the following equations:
- the host 35 During a synchronous DMA burst for a write command, as the host 35 sends each data word, it also calculates its 16-bit CRC value in the manner described above. Similarly, as the disk drive 32 receives each data word, it calculates its 16-bit CRC value. When the host 35 is finished transfening data words at the end ofthe synchronous DMA burst, the host 35 sends its calculated CRC value over the ATA bus 34. Upon receipt ofthe host's CRC value, the disk drive 32 exclusive-or's the received CRC value with its own calculated CRC value, and checks to see if the result is zero. If a zero result is obtained, no enor is reported. A non-zero result however, indicates an enor, which is reported to the host by setting of an enor bit in an enor register at the disk drive 32.
- a similar procedure is carried out during a synchronous burst for a read command.
- the disk drive 32 sends each data word over the ATA bus 34 to the host 35
- the disk drive 32 calculates its CRC value.
- the host 35 receives each data word, it calculates its CRC value.
- the host 35 sends its calculated CRC value over the ATA bus 34 to the disk drive 32, which then performs the exclusive-or and zero check described above.
- the parallel CRC check performed during the synchronous DMA burst is transparent to software drivers for peripheral drive devices of existing ATA systems.
- bits 2 and 7 of the cunent ATA Enor Register are set.
- Bit 7 is cunently a reserved bit ofthe ATA Enor Register and is redefined as an Interface Enor bit under the present synchronous DMA burst protocol.
- Bit 2 is an Aborted Command bit and is set so that the cunent ATA software drivers will detect and respond to this "new" enor.
- the parallel CRC check performed during the synchronous DMA burst protocol of the present invention is backwardly compatible with existing software drivers.
- enor detection approaches can be implemented using a 16-bit register in a similar fashion. For example, if it were desired to detect symbol oriented burst enors, a 16-bit symbol Reed-Solomon ECC can be calculated in a known manner. Another approach for checking data integrity, can be to implement a parity check at the termination of each synchronous DMA burst. Operation of an embodiment ofthe synchronous DMA burst transfer method ofthe present invention will now be discussed with reference to Fig. 9 which shows a simplified flowchart for performing a synchronous DMA burst transfer. Each of the steps shown in the flowchart of Fig. 9 is canied out according to the timing restrictions detailed above with reference to the individual steps ofthe method.
- a synchronous DMA burst is initiated in response to receipt and decoding of a host read or write command 901 by the disk drive.
- the disk drive always initiates the synchronous DMA burst by asserting DMARQ 902 when it is ready to start the burst.
- the host must be ready to proceed with the synchronous DMA burst before the burst can be canied out, so a determination whether the host is ready 903 is made. If the host is not ready, the burst is not started and the disk must continue to check if the host is ready. If the host is ready, as indicated by assertion of -DMACK, the method proceeds along path A or B depending on whether a host write or read command was decoded.
- the host deasserts STOP 905 to indicate that the transfer can proceed.
- the disk drive asserts -DMARDY 907 to indicate to the host that it is ready to accept data.
- the host drives a data word on the bus, and calculates a 16-bit CRC value 909.
- the host then toggles the strobe signal 911 after driving the data word on the bus and seeing that the disk drive is ready.
- the disk drive calculates its 16-bit CRC value 913. Then, it is determined whether the burst is to be terminated 915.
- the method loops back to the steps ofthe host driving data and calculating the CRC value 909, the host toggling the strobe signal 911, the disk drive calculating its CRC value 913, then determining whether the burst is to be terminated 915. This loop is repeated until it is determined that the burst is to be terminated. Termination is performed in the manner described above with reference to Figs. 6a, 6b, 7a and 7b. Once termination is detected, the host sends its calculated CRC value 916 to the disk drive and the disk drive compares the received CRC value with its calculated CRC value 917, in the manner detailed above. The completion of the CRC comparison indicates the end of the synchronous DMA burst 918.
- path B Refening back to when it is determined that the host is ready 903 to proceed with the synchronous DMA burst, path B is followed if the host command was a read command.
- the host deasserts STOP 904 to indicate that the transfer is to proceed, and also asserts -DMARDY 906 to indicate that it is ready to accept data.
- the disk drive drives the data word on the bus, and calculates a 16-bit CRC value. Then the disk drive toggles the strobe signal 910. After latching the data word in the host by the toggling ofthe strobe signal, the host calculates its 16-bit CRC value.
- the method proceeds in a manner similar to that for the case of a write command, where it is determined whether the burst is to be terminated 914, the disk drive continues to drive data, calculates the CRC value 908, and toggle the strobe signal 910, and the host calculates its CRC value until a termination is detected. Once termination is detected, the same steps that were described with reference to a write command termination are performed. That is, the host sends its calculated CRC value 916 to the disk drive and the disk drive performs a CRC comparison 917, and the completion ofthe CRC comparison indicates the end ofthe synchronous DMA burst 918.
- the versions ofthe present invention have been described with reference to performing a single synchronous DMA burst for transferring one or more data words. However, since a host read or write command can require the performance of a series of synchronous DMA bursts, those skilled in the art will recognize that the above described versions of performing the synchronous DMA burst are repeated until the host read or write command is completed.
- the disk drive 32 must initiate the second/additional synchronous DMA burst, the host 35 must indicate that it is ready to start the burst, and so on, as described above.
- the versions ofthe present invention described above are easily implemented in existing systems with an ATA interface without the need for additional signal lines or electrical changes to the ATA bus.
- the synchronous DMA burst transfer can be carried out in existing systems by using the cunent signal lines and redefining some ofthe cunent ATA signal lines to provide new functions.
- the IORDY signal used for PIO flow control and the -DIOR used for read commands in the prior art transfer protocols have been redefined.
- -DIOR is used as the STROBE signal
- IORDY is used as the -DMARDY signal in the synchronous DMA protocol.
- -DIOR is used as -DMARDY signal and IORDY is used as the STROBE signal in the synchronous DMA protocol.
- IORDY is used as the STROBE signal in the synchronous DMA protocol.
- the -DIOW signal of the prior art transfer protocols has been redefined as the STOP signal in the present method.
- DMARQ and -DMACK signals remain unchanged to ensure backward compatibility with the existing transfer protocols.
- the disk drive end ofthe ATA bus should be terminated with a series resistor in the range of about 47 to about 100 ohms.
- a series resistor of about 82 ohms should be used.
- capacitors of less than about 10 pF can be added to ground on these lines.
- a series resistor in the range of about 22 to about 47 ohms is typically included.
- a series resistor in the range of about 47 to about 100 ohms is included, and lines driven by the host are typically terminated with a series resistor in the range of about 22 to about 47 ohms.
- the resistors are preferably placed as close to the ATA connector as possible.
- the terminations are preferably chosen such that the capacitance received through the termination circuits is less than about 25 pF, and such that the rise and fall times of the signal lines are about 5 or more ns. These values are consistent with those cunently recommended for ATA systems today.
- the 16 1-bit registers used for holding the CRC value as it is being calculated can be implemented with 16 conventional flip-flops operatively connected in parallel.
- the combinational logic components or blocks ofthe CRC logic encoder/decoder 40 can be constructed using conventional logic gates which implement the exclusive-or'ing operations as described above.
- the synchronous DMA burst transfer method of the present invention provides several advantages over the prior art transfer methods.
- the present method provides an inexpensive way to get around the inadequate cabling structure and unreasonable termination inherent to the ATA bus 34 to obtain an increased data transfer rate of approximately 33.3 MBytes/sec.
- the present method can be implemented in existing ATA bus 34 configurations with a small number of additional gates.
- the synchronous DMA burst transfer method is implemented using existing signal lines ofthe ATA bus 34 and redefining existing signal lines such that the present method is backwardly compatible with existing transfer protocols.
- a further advantage of the present method is that the synchronous DMA burst protocol provides an increased data transfer rate without increasing the control signal transmission strobe rate ofthe ATA bus 34, so that signal integrity is maintained.
- a still further advantage ofthe present invention is that it includes a procedure for parallel bit enor detection which is transparent to existing software drivers of the ATA system, so that the present invention is backwardly compatible with the existing software drivers, but with greater data integrity.
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Physics & Mathematics (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Bus Control (AREA)
- Information Transfer Systems (AREA)
- Mobile Radio Communication Systems (AREA)
Abstract
Description
Claims
Priority Applications (4)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
DE69631327T DE69631327T2 (en) | 1995-11-21 | 1996-11-12 | SYNCHRONOUS DMA TRANSFER PROTOCOL |
AU76108/96A AU7610896A (en) | 1995-11-21 | 1996-11-12 | Synchronous DMA transfer protocol |
JP9519762A JPH10513294A (en) | 1995-11-21 | 1996-11-12 | Synchronous DMA transfer protocol |
EP96938822A EP0804764B1 (en) | 1995-11-21 | 1996-11-12 | Synchronous dma transfer protocol |
Applications Claiming Priority (2)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
US08/555,977 | 1995-11-21 | ||
US08/555,977 US5758188A (en) | 1995-11-21 | 1995-11-21 | Synchronous DMA burst transfer protocol having the peripheral device toggle the strobe signal such that data is latched using both edges of the strobe signal |
Publications (1)
Publication Number | Publication Date |
---|---|
WO1997019408A1 true WO1997019408A1 (en) | 1997-05-29 |
Family
ID=24219392
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
PCT/US1996/017934 WO1997019408A1 (en) | 1995-11-21 | 1996-11-12 | Synchronous dma transfer protocol |
Country Status (9)
Country | Link |
---|---|
US (1) | US5758188A (en) |
EP (1) | EP0804764B1 (en) |
JP (1) | JPH10513294A (en) |
KR (1) | KR19980701563A (en) |
CN (1) | CN1169193A (en) |
AU (1) | AU7610896A (en) |
CA (1) | CA2210062A1 (en) |
DE (1) | DE69631327T2 (en) |
WO (1) | WO1997019408A1 (en) |
Families Citing this family (74)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
FI104858B (en) * | 1995-05-29 | 2000-04-14 | Nokia Networks Oy | Method and apparatus for adapting an asynchronous bus to a synchronous circuit |
US5784390A (en) * | 1995-06-19 | 1998-07-21 | Seagate Technology, Inc. | Fast AtA-compatible drive interface with error detection and/or error correction |
JP3420018B2 (en) | 1997-04-25 | 2003-06-23 | 株式会社東芝 | Data receiver |
US6170031B1 (en) * | 1997-07-08 | 2001-01-02 | Seagate Technology Llc | Read/write state machines for transferring data to/from host interface in a digital data storage system |
US6324642B1 (en) * | 1998-07-08 | 2001-11-27 | Intel Corporation | Method and apparatus for increasing the data rate over a parallel port |
US6223229B1 (en) | 1998-09-16 | 2001-04-24 | Quantum Corporation | Method for detecting a cable type by utilizing the peripheral device to measure and send a state of the PDIAG-signal to the host |
DE19846914C2 (en) * | 1998-10-12 | 2003-10-02 | Oce Printing Systems Gmbh | Data bus and method for communicating two modules using such a data bus |
US6577687B2 (en) * | 1998-12-23 | 2003-06-10 | Maxtor Corporation | Method for transmitting data over a data bus with minimized digital inter-symbol interference |
JP2000200152A (en) * | 1999-01-06 | 2000-07-18 | Toshiba Corp | Magnetic disk drive |
US6317842B1 (en) | 1999-02-16 | 2001-11-13 | Qlogic Corporation | Method and circuit for receiving dual edge clocked data |
KR100447051B1 (en) * | 1999-05-31 | 2004-09-04 | 미쓰비시덴키 가부시키가이샤 | Data transfer system |
US6715004B1 (en) * | 2000-03-29 | 2004-03-30 | Intel Corporation | Method and apparatus for intermediate validation of data transferred between a host and a device |
US6618788B1 (en) * | 2000-09-27 | 2003-09-09 | Cypress Semiconductor, Inc. | ATA device control via a packet-based interface |
US6804800B2 (en) * | 2000-12-29 | 2004-10-12 | Intel Corporation | Method and apparatus for detecting and recovering from errors in a source synchronous bus |
WO2003030165A2 (en) * | 2001-09-27 | 2003-04-10 | Matsushita Electric Industrial Co., Ltd. | Transmission method, sending device and receiving device |
KR100440970B1 (en) * | 2002-07-11 | 2004-07-21 | 삼성전자주식회사 | Apparatus and method for early terminating a data transfer |
US8005918B2 (en) * | 2002-11-12 | 2011-08-23 | Rateze Remote Mgmt. L.L.C. | Data storage devices having IP capable partitions |
AU2002357266A1 (en) * | 2002-11-12 | 2004-06-03 | Zetera Corporation | Communication protocols, systems and methods |
US7170890B2 (en) * | 2002-12-16 | 2007-01-30 | Zetera Corporation | Electrical devices with improved communication |
US7649880B2 (en) * | 2002-11-12 | 2010-01-19 | Mark Adams | Systems and methods for deriving storage area commands |
US7007114B1 (en) * | 2003-01-31 | 2006-02-28 | Qlogic Corporation | System and method for padding data blocks and/or removing padding from data blocks in storage controllers |
US7492545B1 (en) | 2003-03-10 | 2009-02-17 | Marvell International Ltd. | Method and system for automatic time base adjustment for disk drive servo controllers |
US7099963B2 (en) * | 2003-03-10 | 2006-08-29 | Qlogic Corporation | Method and system for monitoring embedded disk controller components |
US7039771B1 (en) | 2003-03-10 | 2006-05-02 | Marvell International Ltd. | Method and system for supporting multiple external serial port devices using a serial port controller in embedded disk controllers |
US7457903B2 (en) * | 2003-03-10 | 2008-11-25 | Marvell International Ltd. | Interrupt controller for processing fast and regular interrupts |
US7870346B2 (en) * | 2003-03-10 | 2011-01-11 | Marvell International Ltd. | Servo controller interface module for embedded disk controllers |
US6848935B2 (en) * | 2003-05-28 | 2005-02-01 | Benq Corporation | Data control cable for connecting a mobile device to a host device |
US7779212B2 (en) | 2003-10-17 | 2010-08-17 | Micron Technology, Inc. | Method and apparatus for sending data from multiple sources over a communications bus |
KR100531729B1 (en) * | 2003-12-26 | 2005-11-29 | 한국전자통신연구원 | Apparatus for interface pheriperal device with PC using parallel port and method thereof |
US7139150B2 (en) * | 2004-02-10 | 2006-11-21 | Marvell International Ltd. | Method and system for head position control in embedded disk drive controllers |
US7120084B2 (en) * | 2004-06-14 | 2006-10-10 | Marvell International Ltd. | Integrated memory controller |
US8166217B2 (en) * | 2004-06-28 | 2012-04-24 | Marvell International Ltd. | System and method for reading and writing data using storage controllers |
WO2006010975A1 (en) * | 2004-06-30 | 2006-02-02 | Nokia Corporation | An improved interface |
US7757009B2 (en) | 2004-07-19 | 2010-07-13 | Marvell International Ltd. | Storage controllers with dynamic WWN storage modules and methods for managing data and connections between a host and a storage device |
US9201599B2 (en) * | 2004-07-19 | 2015-12-01 | Marvell International Ltd. | System and method for transmitting data in storage controllers |
US8032674B2 (en) * | 2004-07-19 | 2011-10-04 | Marvell International Ltd. | System and method for controlling buffer memory overflow and underflow conditions in storage controllers |
US7386661B2 (en) | 2004-10-13 | 2008-06-10 | Marvell International Ltd. | Power save module for storage controllers |
US7240267B2 (en) | 2004-11-08 | 2007-07-03 | Marvell International Ltd. | System and method for conducting BIST operations |
US7802026B2 (en) * | 2004-11-15 | 2010-09-21 | Marvell International Ltd. | Method and system for processing frames in storage controllers |
US7778812B2 (en) * | 2005-01-07 | 2010-08-17 | Micron Technology, Inc. | Selecting data to verify in hardware device model simulation test generation |
US20060168421A1 (en) * | 2005-01-27 | 2006-07-27 | Innovasic, Inc. | Method of providing microcontroller cache memory |
US7562207B2 (en) * | 2005-01-27 | 2009-07-14 | Innovasic, Inc. | Deterministic microcontroller with context manager |
US7680967B2 (en) * | 2005-01-27 | 2010-03-16 | Innovasic, Inc. | Configurable application specific standard product with configurable I/O |
US20060168420A1 (en) * | 2005-01-27 | 2006-07-27 | Innovasic, Inc. | Microcontroller cache memory |
US7406550B2 (en) | 2005-01-27 | 2008-07-29 | Innovasic, Inc | Deterministic microcontroller with configurable input/output interface |
US7516311B2 (en) * | 2005-01-27 | 2009-04-07 | Innovasic, Inc. | Deterministic microcontroller context arrangement |
US7526579B2 (en) * | 2005-01-27 | 2009-04-28 | Innovasic, Inc. | Configurable input/output interface for an application specific product |
WO2006081093A2 (en) * | 2005-01-27 | 2006-08-03 | Innovasic, Inc. | Configurable application specific standard product with configurable i/o |
US7702850B2 (en) * | 2005-03-14 | 2010-04-20 | Thomas Earl Ludwig | Topology independent storage arrays and methods |
US7609468B2 (en) * | 2005-04-06 | 2009-10-27 | Marvell International Ltd. | Method and system for read gate timing control for storage controllers |
US7620981B2 (en) | 2005-05-26 | 2009-11-17 | Charles William Frank | Virtual devices and virtual bus tunnels, modules and methods |
US7743214B2 (en) | 2005-08-16 | 2010-06-22 | Mark Adams | Generating storage system commands |
US8819092B2 (en) | 2005-08-16 | 2014-08-26 | Rateze Remote Mgmt. L.L.C. | Disaggregated resources and access methods |
US9270532B2 (en) | 2005-10-06 | 2016-02-23 | Rateze Remote Mgmt. L.L.C. | Resource command messages and methods |
US7924881B2 (en) * | 2006-04-10 | 2011-04-12 | Rateze Remote Mgmt. L.L.C. | Datagram identifier management |
US7650440B2 (en) * | 2006-07-25 | 2010-01-19 | Microchip Technology Incorporated | Peripheral supplied addressing in a simple DMA module |
US7610517B2 (en) | 2006-09-14 | 2009-10-27 | Innovasic, Inc. | Microprocessor with trace functionality |
US8479201B2 (en) * | 2006-09-18 | 2013-07-02 | Innovasic, Inc. | Processor with hardware solution for priority inversion |
US8572302B1 (en) * | 2006-10-13 | 2013-10-29 | Marvell International Ltd. | Controller for storage device with improved burst efficiency |
US7900080B2 (en) * | 2007-01-29 | 2011-03-01 | Via Technologies, Inc. | Receiver mechanism for source synchronous strobe lockout |
US8315269B1 (en) | 2007-04-18 | 2012-11-20 | Cypress Semiconductor Corporation | Device, method, and protocol for data transfer between host device and device having storage interface |
TWI448902B (en) * | 2007-08-24 | 2014-08-11 | Cypress Semiconductor Corp | Bridge device with page-access based processor interface |
US8090894B1 (en) | 2007-09-21 | 2012-01-03 | Cypress Semiconductor Corporation | Architectures for supporting communication and access between multiple host devices and one or more common functions |
US7895387B1 (en) | 2007-09-27 | 2011-02-22 | Cypress Semiconductor Corporation | Devices and methods for sharing common target device with two different hosts according to common communication protocol |
US8493833B1 (en) * | 2010-09-17 | 2013-07-23 | Integrated Device Technology, Inc. | Slew rate-variation based driver equalization for far-end crosstalk cancellation |
JPWO2012108023A1 (en) * | 2011-02-09 | 2014-07-03 | 富士通株式会社 | Information processing apparatus, information processing system, and data transfer method |
DE102013218305A1 (en) * | 2013-08-30 | 2015-03-05 | Dr. Johannes Heidenhain Gmbh | Method and device for synchronizing a control unit and at least one associated peripheral unit |
CN104615557B (en) * | 2015-01-22 | 2018-08-21 | 中国人民解放军国防科学技术大学 | A kind of DMA transfer method that multinuclear fine granularity for GPDSP synchronizes |
CN108090001B (en) * | 2017-12-11 | 2020-10-27 | 中标软件有限公司 | Kernel DMA (direct memory access) steady-state scheduling method and device |
CN109189701B (en) * | 2018-08-20 | 2020-12-29 | 深圳忆联信息系统有限公司 | Method and system for data transmission of embedded storage interface |
CN109343794B (en) * | 2018-09-12 | 2021-11-09 | 杭州晨晓科技股份有限公司 | Configuration method and configuration device of memory |
CN113099522B (en) * | 2020-03-30 | 2022-11-22 | 深圳友讯达科技股份有限公司 | Low-power consumption wireless communication power saving method |
US11393513B2 (en) * | 2020-12-01 | 2022-07-19 | Micron Technology, Inc. | Timing of read and write operations to reduce interference, and related devices, systems, and methods |
CN113342728B (en) * | 2021-07-01 | 2024-07-19 | 深圳市合信自动化技术有限公司 | Clock line-removed high-speed parallel bus synchronous logic design |
Citations (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US5280623A (en) * | 1992-03-04 | 1994-01-18 | Sun Microsystems, Inc. | Versatile peripheral bus |
Family Cites Families (9)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US4701841A (en) * | 1984-07-25 | 1987-10-20 | Digital Equipment Corporation | System for altering data transmission modes |
JPH087995B2 (en) * | 1985-08-16 | 1996-01-29 | 富士通株式会社 | Method and apparatus for refreshing dynamic semiconductor memory device |
US4954983A (en) * | 1987-10-13 | 1990-09-04 | Tektronix, Inc. | Data driver for multiple mode buffered processor-peripheral data transfer with selective return of data to processor |
US5125084A (en) * | 1988-05-26 | 1992-06-23 | Ibm Corporation | Control of pipelined operation in a microcomputer system employing dynamic bus sizing with 80386 processor and 82385 cache controller |
US4937734A (en) * | 1989-02-21 | 1990-06-26 | Sun Microsystems, Inc. | High speed bus with virtual memory data transfer and rerun cycle capability |
US4941157A (en) * | 1989-04-14 | 1990-07-10 | Ncr Corporation | Slow peripheral handshake interface circuit |
US5293603A (en) * | 1991-06-04 | 1994-03-08 | Intel Corporation | Cache subsystem for microprocessor based computer system with synchronous and asynchronous data path |
KR950012019B1 (en) * | 1992-10-02 | 1995-10-13 | 삼성전자주식회사 | Data output buffer of semiconductor memory device |
US5561821A (en) * | 1993-10-29 | 1996-10-01 | Advanced Micro Devices | System for performing I/O access and memory access by driving address of DMA configuration registers and memory address stored therein respectively on local bus |
-
1995
- 1995-11-21 US US08/555,977 patent/US5758188A/en not_active Expired - Lifetime
-
1996
- 1996-11-12 DE DE69631327T patent/DE69631327T2/en not_active Expired - Fee Related
- 1996-11-12 CA CA002210062A patent/CA2210062A1/en not_active Abandoned
- 1996-11-12 WO PCT/US1996/017934 patent/WO1997019408A1/en active IP Right Grant
- 1996-11-12 JP JP9519762A patent/JPH10513294A/en active Pending
- 1996-11-12 EP EP96938822A patent/EP0804764B1/en not_active Expired - Lifetime
- 1996-11-12 CN CN96191541A patent/CN1169193A/en active Pending
- 1996-11-12 KR KR1019970704954A patent/KR19980701563A/en not_active Application Discontinuation
- 1996-11-12 AU AU76108/96A patent/AU7610896A/en not_active Abandoned
Patent Citations (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US5280623A (en) * | 1992-03-04 | 1994-01-18 | Sun Microsystems, Inc. | Versatile peripheral bus |
Also Published As
Publication number | Publication date |
---|---|
JPH10513294A (en) | 1998-12-15 |
KR19980701563A (en) | 1998-05-15 |
CN1169193A (en) | 1997-12-31 |
EP0804764A4 (en) | 2002-04-24 |
CA2210062A1 (en) | 1997-05-29 |
US5758188A (en) | 1998-05-26 |
DE69631327T2 (en) | 2004-10-28 |
EP0804764A1 (en) | 1997-11-05 |
DE69631327D1 (en) | 2004-02-19 |
EP0804764B1 (en) | 2004-01-14 |
AU7610896A (en) | 1997-06-11 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US5758188A (en) | Synchronous DMA burst transfer protocol having the peripheral device toggle the strobe signal such that data is latched using both edges of the strobe signal | |
JP2757055B2 (en) | Data transfer method for digital computer | |
US7328399B2 (en) | Synchronous serial data communication bus | |
US6247082B1 (en) | Method and circuit for providing handshaking to transact information across multiple clock domains | |
US6880031B2 (en) | Snoop phase in a highly pipelined bus architecture | |
US4604689A (en) | Bus repeater | |
US5557754A (en) | Computer system and system expansion unit | |
US5758073A (en) | Serial interface between DSP and analog front-end device | |
US5416909A (en) | Input/output controller circuit using a single transceiver to serve multiple input/output ports and method therefor | |
EP0380856A2 (en) | Method and apparatus for interfacing a system control unit for a multi-processor | |
US6175883B1 (en) | System for increasing data transfer rate using sychronous DMA transfer protocol by reducing a timing delay at both sending and receiving devices | |
EP0602667A1 (en) | System and method for peripheral data transfer | |
KR20010071327A (en) | System bus with serially connected pci interfaces | |
US5778253A (en) | No repeat byte compression method for achieving high speed data transfer from a parallel port | |
JPH06348646A (en) | Method and apparatus for providing of precise and perfect communication between different bus architectures in information processing system | |
US5461701A (en) | System and method for peripheral data transfer | |
US5379405A (en) | SCSI converter with simple logic circuit arbitration for providing bilateral conversion between single ended signals and differential signals | |
US5608883A (en) | Adapter for interconnecting single-ended and differential SCSI buses to prevent `busy` or `wired-or` glitches from being passed from one bus to the other | |
US20240320165A1 (en) | Advanced initialization bus (aib) | |
US20020157062A1 (en) | Checkerboard parity techniques for a multi-pumped bus | |
US5694586A (en) | Controller using time-domain filter connected to a signal line to control a time at which signal line is sampled for receipt of information transfer signal | |
US6202117B1 (en) | Host adapter integrated circuit having autoaccess pause | |
US6748513B1 (en) | Method and apparatus for a low latency source-synchronous address receiver for a host system bus in a memory controller | |
EP0576241A1 (en) | Computer system and system expansion unit | |
EP0715262B1 (en) | A differential SCSI/single-ended SCSI interface adapter/converter |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
WWE | Wipo information: entry into national phase |
Ref document number: 96191541.2 Country of ref document: CN |
|
AK | Designated states |
Kind code of ref document: A1 Designated state(s): AU CA CN JP KR SG |
|
AL | Designated countries for regional patents |
Kind code of ref document: A1 Designated state(s): AT BE CH DE DK ES FI FR GB GR IE IT LU MC NL PT SE |
|
ENP | Entry into the national phase |
Ref document number: 2210062 Country of ref document: CA Ref document number: 2210062 Country of ref document: CA Kind code of ref document: A |
|
WWE | Wipo information: entry into national phase |
Ref document number: 1996938822 Country of ref document: EP |
|
ENP | Entry into the national phase |
Ref document number: 1997 519762 Country of ref document: JP Kind code of ref document: A |
|
WWE | Wipo information: entry into national phase |
Ref document number: 1019970704954 Country of ref document: KR |
|
121 | Ep: the epo has been informed by wipo that ep was designated in this application | ||
WWP | Wipo information: published in national office |
Ref document number: 1996938822 Country of ref document: EP |
|
WWP | Wipo information: published in national office |
Ref document number: 1019970704954 Country of ref document: KR |
|
WWW | Wipo information: withdrawn in national office |
Ref document number: 1019970704954 Country of ref document: KR |
|
WWG | Wipo information: grant in national office |
Ref document number: 1996938822 Country of ref document: EP |