US20010016888A1 - Method for controlling a bus to progress transfer cycles without inserting a cycle for acknowledgment - Google Patents

Method for controlling a bus to progress transfer cycles without inserting a cycle for acknowledgment Download PDF

Info

Publication number
US20010016888A1
US20010016888A1 US09/835,578 US83557801A US2001016888A1 US 20010016888 A1 US20010016888 A1 US 20010016888A1 US 83557801 A US83557801 A US 83557801A US 2001016888 A1 US2001016888 A1 US 2001016888A1
Authority
US
United States
Prior art keywords
transfer
bus
cycle
error
module
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Abandoned
Application number
US09/835,578
Inventor
Nobukazu Kondo
Seiji Kaneko
Hideaki Gemma
Tetsuhiko Okada
Kazuhiko Komori
Koichi Okazawa
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.)
Hitachi Ltd
Original Assignee
Hitachi Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Hitachi Ltd filed Critical Hitachi Ltd
Priority to US09/835,578 priority Critical patent/US20010016888A1/en
Publication of US20010016888A1 publication Critical patent/US20010016888A1/en
Priority to US10/263,759 priority patent/US20030084218A1/en
Abandoned 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/36Handling requests for interconnection or transfer for access to common bus or bus system
    • G06F13/362Handling requests for interconnection or transfer for access to common bus or bus system with centralised access control
    • G06F13/364Handling requests for interconnection or transfer for access to common bus or bus system with centralised access control using independent requests or grants, e.g. using separated request and grant lines

Definitions

  • the present invention relates to information processing systems such as personal computers and workstations. More particularly, it relates to techniques for controlling the bus of an information processing system.
  • FIG. 16 of the accompanying drawings illustrates the timings of data transfer on the bus according to the synchronous bus controlling technique in the prior art.
  • symbol CLK denotes a synchronous clock for data transfer, which is common to all modules connected to a bus.
  • A/D denotes an address and data which are multiplexed together.
  • An address valid signal ADRV indicates that the address of the signal A/D is valid.
  • a signal WRITE serves to designate a write access, and it also indicates that the data of the signal A/D is valid.
  • a wait signal WAIT serves to notify a master side of the fact that a buffer on a slave side is not in a status capable of accepting the data.
  • the bus master In a case where one of the modules is to access another for a write operation by the use of the bus configured of such signal lines, the bus master first asserts the address valid signal ADRV indicating the validity of the address on the line A/D, and it simultaneously delivers the address of the access destination to the line A/D.
  • the slave module senses that the write access is directed toward itself, on the basis of the decoded result of the address and the designation signal WRITE for the write access.
  • the slave module In a case where the slave module is ready for accepting the data, it accepts the valid data on the line A/D at the timing of the synchronous clock CLK.
  • the slave module In contrast, in a case where the slave module is not ready for accepting the data, it requests the prolongation of a data cycle by the use of the wait signal WAIT which notifies the master side that it is incapable of accepting the data.
  • the master module prolongs the data cycle during the assertion.
  • the slave module accepts the valid data on the line A/D at the timing of the synchronous clock CLK, and it negates the wait signal WAIT.
  • the master module finishes the data cycle and ends the access.
  • the master module transfers the data to the slave module, and during the report to each other whether or not the data transfer is possible, using the wait signal WAIT in handshake fashion.
  • the present invention proposes by way of example a bus control method in an information processing system having a bus, and a plurality of modules connected to the bus, wherein a master which is the module having acquired mastership of the bus controls the bus and transfers an address and data to a slave which is the module being a transfer destination, in synchronism with cycles of a clock which is common to all the modules; comprising the step of allowing a specified one of the modules to acquire the bus mastership and so become master module; the step of allowing the master, having acquired the bus mastership, to execute a transfer cycle for transferring either of the address or the data to the slave, and to thereafter release the bus mastership; the step of allowing the module having received either of the transferred address and data as slave, to send all the other modules an acknowledge report indicating receipt of either of the address or the data, a predetermined number of cycles after the transfer cycle in which either the address or the data is transferred; and the step of allowing the module which executed the transfer as the master the predetermined
  • the master when the master has acquired the mastership of the bus, it executes the transfer cycle for transferring the address and the data to the slave, without checking the status of the slave, and it releases the bus mastership without verifying the success or failure of the transfer.
  • the module having received the transferred address and data as the slave sends all the other modules the acknowledge report indicative of the receipt for each transfer cycle concerning the received address or data, the predetermined number of cycles after the corresponding transfer cycle.
  • the module having executed the transfer as the master the predetermined number of cycles before the cycle in which the acknowledge report has been sent, verifies the success or failure of the transfer in the executed transfer cycle in accordance with the sent acknowledge report. Only when the transfer is not successful, is a countermeasure taken.
  • the transfer to the slave which is ready to accept this transfer from the master can be realized by only the cycle in which the address or data is actually transferred.
  • the utilization factor of the bus can be enhanced.
  • FIG. 1 is a block diagram illustrative of the architecture of an information processing system according to an embodiment of the present invention
  • FIG. 2 is a block diagram showing the construction of a system bus interface device
  • FIG. 3 is a timing chart showing a sequence in the case where bus mastership requests for read accesses have contended
  • FIG. 4 is a timing chart showing the start sequence of the read access
  • FIG. 5 is a timing chart showing the response sequence of the read access
  • FIG. 6 is a timing chart showing the response sequence of the read access based on burst transfer
  • FIG. 7 is a timing chart showing the sequence of a write access
  • FIG. 8 is a timing chart showing the sequence of the write access based on the burst transfer
  • FIG. 9 is a timing chart showing the retry sequence of the read access
  • FIG. 10 is a timing chart showing a sequence in the case where a transfer error has developed
  • FIG. 11 is a timing chart showing a sequence in a broadcast access mode
  • FIG. 12 is a timing chart showing a retry sequence in the broadcast access mode
  • FIG. 13 is a flow chart showing steps which a master runs in the broadcast access mode
  • FIG. 14 is a timing chart showing a retry sequence in the case of successive write accesses which are similar to the ordinary write accesses;
  • FIG. 15 is a timing chart showing the sequence of the successive write accesses.
  • FIG. 16 is a timing chart showing the sequence of a write access based on a bus controlling technique in the prior art.
  • FIG. 1 illustrates the architecture of the information processing system in this embodiment.
  • the information processing system in this embodiment comprises system buses 50 ⁇ 60 , a plurality of modules #0 ⁇ #7 ( 100 ⁇ 107 ) which are connected to the system buses 50 ⁇ 60 , a bus arbiter 108 which arbitrates a bus mastership among the modules 100 ⁇ 107 , an I/O (input/output) bus 110 which is connected to the modules 100 ⁇ 107 , and I/O devices 111 and 112 which are connected to the I/O bus 110 . In some cases, only one I/O device is connected to the I/O bus 110 .
  • a processor bus to which a CPU (central processing unit) and a memory are connected is connected to at least one of the modules 100 ⁇ 107 .
  • Each of the modules 100 ⁇ 107 includes therein a system bus interface device, which mediates the data transfer between the system buses 50 ⁇ 60 and the I/O bus 110 or the I/O device 111 or 112 .
  • Numeral 61 in the figure denotes a bus mastership request signal (BREQ 0 ) with which a request for the bus mastership is made to the bus arbiter 108 by the module #0 ( 100 ), numeral 62 a bus use grant signal (BGRANT 0 ) with which the bus arbiter 108 grants the module #0 ( 100 ) the use of the system buses 50 ⁇ 60 , and numeral 63 a last cycle signal (LC 0 ) with which the module #0 ( 100 ) notifies the bus arbiter 108 of the fact that the next cycle is the last cycle in the use of the system buses 50 ⁇ 60 .
  • BREQ 0 bus mastership request signal
  • BGRANT 0 bus use grant signal
  • LC 0 last cycle signal
  • numeral 64 denotes a bus mastership request signal (BREQ 1 ) directed from the module #1 ( 101 ) to the bus arbiter 108
  • numeral 65 a bus use grant signal (BGRANT 1 ) directed from the bus arbiter 108 to the module #1 ( 101 )
  • numeral 66 a last cycle signal (LC 1 ) for reporting the last cycle from the module #1 ( 101 ) to the bus arbiter 108 .
  • numeral 67 denotes a bus mastership request signal (BREQ 7 ) directed from the module #7 ( 107 ) to the bus arbiter 108
  • numeral 68 a bus use grant signal (BGRANT 7 ) directed from the bus arbiter 108 to the module #7 ( 107 )
  • numeral 69 a last cycle signal (LC 7 ) for reporting the last cycle from the module #7 ( 107 ) to the bus arbiter 108 .
  • BREQ 7 bus mastership request signal
  • BGRANT 7 bus use grant signal
  • LC 7 last cycle signal
  • the system bus 50 bears an address and data (A/D), and the system bus 51 bears a command signal (CMD) for designating the type of access.
  • the system bus 52 bears an address valid signal (ADRV) indicating that the address on the address and data bus A/D ( 50 ) is valid, while the system bus 53 bears a data valid signal (DATAV) indicating that the data on the bus A/D ( 50 ) is valid.
  • the system bus 54 bears a transaction acknowledge signal (TACK) with which a slave side notifies a master side of the fact that the address or the data has been correctly received.
  • TACK transaction acknowledge signal
  • the system bus 55 bears a retry request signal (RETRY) which is directed from the slave side to the master side.
  • RETRY retry request signal
  • the system bus 56 bears a synchronous error signal (SERR) being an error report signal which is synchronous with a transaction from the slave side to the master side, while the system bus 57 bears an asynchronous error signal (AERR) being an error report signal which is not synchronous with the transaction.
  • the system bus 58 bears a freeze signal (FRZ) which is output simultaneously with the synchronous error signal SERR ( 56 ) or the asynchronous error signal AERR ( 57 ) so as to freeze any transaction other than a diagnostic transaction, while the system bus 59 bears a bus reset signal (BRST) which cancels the freeze signal after the information processing system has recovered from an error on the basis of the diagnostic transaction in the freeze operation.
  • the system bus 60 bears a synchronizing clock signal (CLK) which is supplied to all the modules 100 ⁇ 107 in common.
  • FIG. 2 illustrates the internal construction of the module which is connected to the I/O bus 110 .
  • numeral 1 denotes the aforementioned system bus interface device which takes charge of bus controls, and which is connected between the system buses 50 ⁇ 60 and the I/O bus 110 so as to mediate the data transfer between the module and the I/O device 111 or 112 .
  • Numeral 2 represents a system bus control portion which is provided within the system bus interface device 1
  • numeral 3 represents a control portion which controls the I/O bus 110 connected to the system bus interface device 1
  • Shown at numeral 4 is a conversion portion which matches the interfacing between the system bus control portion 2 and the I/O bus 110 or I/O control portion 3
  • the system bus control portion 2 includes a bus arbitration controller 5 , an error controller 6 , a system bus controller 7 , a retry controller 8 , and a buffer 9 for received data.
  • control portion 2 includes a final stage buffer 16 for outputs, an initial stage buffer 17 for inputs, an address output buffer 18 , data buffers 19 ⁇ 22 for a burst write mode, an input address buffer 23 , a buffer 24 for checking an input address and data, and an error checker 29 for detecting a transfer error in accordance with, e.g., the parity of the data.
  • Numeral 25 denotes an arbitration control signal.
  • the conversion portion 4 includes an address converter 10 , a data converter 11 and a protocol converter 12 .
  • the I/O control portion 3 includes an address I/O unit 13 , a data I/O unit 14 and an I/O (bus) controller 15 .
  • Numeral 26 denotes an address bus, numeral 27 a data bus, and numeral 28 a control signal.
  • the module which is connected to the processor bus has a construction similar to the above.
  • the read access operation is realized by a start sequence in which a read requesting side delivers an address to the system bus 50 , and a response sequence in which a requested side delivers data to the system bus 50 in response to the received address.
  • the start sequence and the response sequence realize the read access operation in terms of split operations which are independent of each other.
  • any of the modules 100 ⁇ 107 performs the read access operation, it initially requests the bus arbiter 108 to grant a bus mastership, by the use of the bus mastership request signal (BREQ). At this time, it simultaneously produces the last cycle signal (LC), thereby giving the bus arbiter 108 the previous notice that the bus mastership will be released in one cycle.
  • BREQ bus mastership request signal
  • LC last cycle signal
  • FIG. 3 illustrates a case where the modules #0 ( 100 ) thru #3 ( 103 ) have asserted the bus mastership request signals BREQ's for read accesses at the same time.
  • the bus mastership request signals BREQ 0 ⁇ BREQ 3 of the respective modules #0 ( 100 ) ⁇ #3 ( 103 ) are simultaneously asserted.
  • priority levels for the bus use are assumed to be higher in the order of the module #0 ( 100 ), module #1 ( 101 ), module #2 ( 102 ) and module #3 ( 103 ).
  • bus masters in the third cycle, fourth cycle, fifth cycle and sixth cycle changeover in the order of the module #0 ( 100 ), module #1 ( 101 ), module #2 ( 102 ) and module #3 ( 103 ). Although the bus masters change-over every cycle, no idle cycle is inserted.
  • FIG. 4 illustrates the sequence in which the read access is started.
  • the start module when the start module having asserted the signals BREQ and LC for the purpose of the read access, receives the bus use grant signal (BGRANT) from the bus arbiter 108 , it asserts the address valid signal (ADRV) 52 indicating that the address on the address/data bus A/D is valid, and it delivers the address of an access destination to the address/data bus (A/D) 50 . Simultaneously, it delivers the command signal to the bus (CMD) 51 to indicate that the type of access is a read access. Then, the start sequence is ended. Incidentally, the start cycle of the read access is the fourth cycle in the figure.
  • the module having received the command and address of the read access acquires the bus mastership when it has prepared the response data. Thereafter, it asserts the data valid signal (DATAV) 53 indicating that the data on the address/data bus A/D is valid, and it delivers the response data to the address/data bus (A/D) 50 . Simultaneously, it delivers the command signal to the bus (CMD) 51 to indicate that the type of access is a read response access.
  • the response cycle of the read access is the seventh cycle in the figure.
  • the response sequence of a read access in a burst read mode is shown in FIG. 6.
  • the response cycles of the read access are the fifth ⁇ eighth cycles.
  • a wait signal or the like as in the prior art is not employed, and the buffer for received data ( 9 in FIG. 2) in each module is assumed to be capable of accepting data at any time. After having acquired the bus mastership, the module performs the transfer in one cycle per data item or per address, infallibly. Thus, a time period for the occupation of the bus A/D (the bus 50 for transferring the address and the data) is shortened, and the utilization factor of the bus A/D is enhanced.
  • each of address transfer and data transfer can be ended in one cycle.
  • a start cycle in which an address etc. is transferred or delivered to start the write access is the fourth cycle in the figure, while a response cycle in which data etc. are transferred or delivered is the fifth cycle.
  • the transfer can be performed in one cycle per data item or per address infallibly.
  • a start cycle for transferring the address is the third cycle
  • response cycles for transferring for data items in response to the start cycle are the fourth ⁇ seventh cycles.
  • the received data buffer ( 9 in FIG. 2) of each module can accept data at any time, and the module having acquired the bus mastership executes the transfer in one cycle per data item or per address, infallibly.
  • the storage capacity of the buffer is actually limited. Accordingly, when write accesses have been performed in succession, the buffer might overflow and fail to accept the data.
  • this embodiment is provided with the transaction acknowledge signal (TACK) 54 with which the slave side notifies the master side of the fact that the address or data has been correctly received, the retry request signal (RETRY) 55 with which the slave side requests the master side to send the address or data again, and the synchronous error signal (SERR) 56 with which the slave side reports the occurrence of an error to the master side in synchronism with a transaction.
  • TACK transaction acknowledge signal
  • RETRY retry request signal
  • SERR synchronous error signal
  • these signals are delivered by the slave side infallibly two cycles after the transfer cycle of the master side.
  • the master side can recognize whether or not the transaction directed therefrom has succeeded.
  • each module can discriminate whether or not its buffer will overflow due to the transaction, when subjected to the start of this transaction. Therefore, the retry request signal (RETRY) 55 of the slave side module is asserted for only the head cycle of the transaction.
  • RETRY retry request signal
  • CMD command signal
  • each module can discriminate whether or not its buffer will overflow due to the transaction, when subjected to the start of this transaction.
  • FIG. 9 illustrates an example of the sequence of a retry operation for the read access.
  • the slave asserts the signal (RETRY) 55 in the sixth cycle with respect to the first start cycle (the fourth cycle), and the master responsively executes the second start cycle in the eleventh cycle, thereby succeeding in the retry operation.
  • FIG. 10 illustrates an example of a sequence in the case where a transfer error has occurred.
  • the illustrated example corresponds to the case where a parity error being the transfer error has taken place in the second data transfer cycle (the sixth cycle) of a burst write access.
  • the synchronous error signal (SERR) 56 which is the error report signal synchronous with the transaction directed from the slave side to the master side is delivered from the slave side (in the eighth cycle) two cycles after the cycle having undergone the parity error.
  • the slave side module freezes the bus (A/D) 50 with the freeze signal (FRZ) 58 at the same time as the delivery of the error report signal.
  • the master side seeks the cycle of the error occurrence, the address of the error, etc. on the basis of the timing of the assertion of the synchronous error signal (SERR) 56 , and stored information on the respective cycles executed in the past. It holds the sought information as logging information.
  • a predetermined device taking charge of an error recovery process such as the processor connected to any of the modules, eliminates the error (at any time between the ninth cycle and the eighteenth cycle) on the basis of the logging information, such as the error occurrence cycle and the error address, held by the master side module. Thereafter, the freeze operation is canceled with the bus reset signal (BRST) 59 , and the ordinary transaction is restarted (in or after the twenty-fourth cycle).
  • the master side receives the error report which is perfectly synchronous with the transaction. Therefore, it can log even the information indicating the cycle in which the error has developed, so that the subsequent analysis of the error and recovery process for the error can be facilitated.
  • This embodiment is therefore contrived so that, in the broadcast mode, the master may always wait for two cycles after the transfer cycle while keeping the bus mastership, thereby checking if the retry request signal (RETRY) 55 or the synchronous error report (SERR) 56 is asserted.
  • RETRY retry request signal
  • SERR synchronous error report
  • TACK transaction acknowledge signal
  • RETRY retry request signal
  • SERR synchronous error report
  • FIGS. 11 and 12 Examples of sequences in the broadcast access operation are illustrated in FIGS. 11 and 12.
  • the example in FIG. 11 corresponds to a case where the data transfer has succeeded with one broadcast access.
  • the example in FIG. 12 corresponds to a case where the data transfer has succeeded with three broadcast accesses.
  • the master issues the last cycle signal (LC) and releases the bus mastership on the grounds that, even when it has waited for two cycles after the transfer cycle while keeping the bus mastership, neither the retry request signal (RETRY) 55 nor the synchronous error report (SERR) 56 is asserted.
  • RETRY retry request signal
  • SERR synchronous error report
  • the retry request signals (RETRY) 55 are respectively asserted in the fifth and ninth cycles with respect to the broadcast accesses which the master has started in the third and seventh cycles.
  • the master starts the retry operations in the seventh and eleventh cycles in response to the respective asserted signals (RETRY).
  • the master verifies that the retry request signal (RETRY) 55 is not asserted in the thirteenth cycle, and that the error report signal (SERR) 56 is not asserted in the fourteenth cycle being two cycles after the last transfer cycle, either. Then, the master issues the last cycle signal (LC) and releases the bus mastership, thereby ending the transaction.
  • RETRY retry request signal
  • SERR error report signal
  • the master starts the broadcast access process at the step 150 and thereafter executes the broadcast type write access toward all the modules except the master itself at the step 151 .
  • the master decides if the retry request is made for the step 151 .
  • the routine returns to the step 151 , at which the broadcast type write access toward all the slave modules is executed again.
  • the master waits for two cycles at the step 153 so as to check if all the slaves have received data without any error.
  • the routine branches to the step 155 for the error process, and when not, the routine is ended at the step 156 .
  • the module which is submitted to successive write accesses is a bus converter for the protocol conversion between buses of different hierarchies, it verifies that the buffer thereof has accepted all data items up to the last cycle from one of the buses, whereupon it starts transfer to the other bus.
  • the cycle in which the retry request is responsively received is two cycles after the start cycle. Therefore, in a case as shown in FIG. 14 where the same module performs write accesses (started in the third and fifth cycles) to a specified one of the other modules successively, the second write access is performed consecutive to the first write access by the master side even when the first write access has not been accepted on account of the condition of the bus interface device ( 1 in FIG. 2) of the specified module, for example, the overflow of the buffer ( 9 ). On that occasion, only the second write access might be accepted. In other words, the sequence of the accesses is not always guaranteed.
  • this embodiment is contrived as follows: In such a case where the successive write accesses are performed from the same module to the specified module, the bus interface device to start the successive write accesses always waits for two cycles after the end of each write access so as to verify that a retry request is not received, and it thereafter starts the next write access.
  • FIG. 15 illustrates an example of a sequence in the case where the successive write accesses are performed from the same module to the specified module.
  • each of the retry request, the transaction acknowledge and the error report is made two cycles after the transfer cycle.
  • the reason therefor is that the error checker ( 29 in FIG. 2), etc. are not directly connected to the system buses ( 50 ⁇ 60 in FIG. 1) with the intention of lightening the loads of the system buses to the utmost, thereby making it possible to increase the frequency of the signal CLK which is the synchronizing clock of the transfer.
  • the master module does not perform handshaking such as a ready control for verifying the propriety of the receipt of data by the slave module, and the data transfer source ends the transfer cycle without checking the acknowledge signal of the slave which is the transfer destination. It is therefore possible to enhance the utilization factor of the bus (A/D), and to raise the rate of access.
  • the error report is sent in synchronism with the cycle of the corresponding transaction. Therefore, the master module having received the error report can log detailed information while tracing back to the cycle in which the error has occurred, and the recovery process after the error occurrence can be facilitated.
  • the present invention can provide a bus control method in which the utilization factor of a bus can be enhanced by reducing the overhead of data transfer.

Abstract

An information processing system wherein a module to operate as a master which executes a read access to a module to operate as a slave requests a bus arbiter to afford the mastership of a bus with a bus mastership request signal, and it simultaneously asserts a last cycle signal so as to notify the bus arbiter of the fact that the next cycle will be the last cycle to be used by the master. Subsequently, when the master has had the use of the bus granted by a bus use grant signal from the bus arbiter, it transfers an address to the slave by the use of the bus in the next cycle, thereby starting the read access. After the read access, the master releases the bus mastership. Only when the slave has failed to accept the transferred address, does it assert a retry request signal two cycles after the transfer cycle of the address not accepted. In this case, the module having executed the transfer two cycles before the cycle of the asserted signal executes again the transfer executed before. Thus, the address to be transferred can be transferred to the module ready to accept the address, in only one cycle.

Description

    BACKGROUND OF THE INVENTION
  • 1. Field of the Invention [0001]
  • The present invention relates to information processing systems such as personal computers and workstations. More particularly, it relates to techniques for controlling the bus of an information processing system. [0002]
  • 2. Description of the Related Art [0003]
  • In an information processing system, a plurality of modules connected to a bus transfer data in synchronism with a common clock. A technique for controlling the synchronous bus is known from, for example, the official gazette of Japanese Patent Application Laid-open No. 11872/1986. [0004]
  • Such a prior-art control of the synchronous bus will be explained. [0005]
  • FIG. 16 of the accompanying drawings illustrates the timings of data transfer on the bus according to the synchronous bus controlling technique in the prior art. [0006]
  • Referring to the figure, symbol CLK denotes a synchronous clock for data transfer, which is common to all modules connected to a bus. Symbol A/D denotes an address and data which are multiplexed together. An address valid signal ADRV indicates that the address of the signal A/D is valid. A signal WRITE serves to designate a write access, and it also indicates that the data of the signal A/D is valid. In addition, a wait signal WAIT serves to notify a master side of the fact that a buffer on a slave side is not in a status capable of accepting the data. [0007]
  • In a case where one of the modules is to access another for a write operation by the use of the bus configured of such signal lines, the bus master first asserts the address valid signal ADRV indicating the validity of the address on the line A/D, and it simultaneously delivers the address of the access destination to the line A/D. [0008]
  • On the other hand, the slave module senses that the write access is directed toward itself, on the basis of the decoded result of the address and the designation signal WRITE for the write access. In a case where the slave module is ready for accepting the data, it accepts the valid data on the line A/D at the timing of the synchronous clock CLK. In contrast, in a case where the slave module is not ready for accepting the data, it requests the prolongation of a data cycle by the use of the wait signal WAIT which notifies the master side that it is incapable of accepting the data. [0009]
  • In a case where the wait signal WAIT is asserted, the master module prolongs the data cycle during the assertion. When the slave module is ready to accept the data, it accepts the valid data on the line A/D at the timing of the synchronous clock CLK, and it negates the wait signal WAIT. Upon the negation of the wait signal WAIT, the master module finishes the data cycle and ends the access. [0010]
  • In this manner, according to the prior-art technique for controlling the synchronous bus, the master module transfers the data to the slave module, and during the report to each other whether or not the data transfer is possible, using the wait signal WAIT in handshake fashion. [0011]
  • SUMMARY OF THE INVENTION
  • With the prior-art technique as stated above, in transferring the data, a wait cycle is inserted in advance of the data transfer. Therefore, an overhead arises in correspondence with the wait cycle, to incur problems that the data transfer rate is lowered and that the utilization factor of the bus is lowered due to an increased bus occupation time period. [0012]
  • It is accordingly an object of the present invention to provide a bus control method in which the utilization factor of a bus can be enhanced by reducing the overhead of data transfer. [0013]
  • In order to accomplish the object, the present invention proposes by way of example a bus control method in an information processing system having a bus, and a plurality of modules connected to the bus, wherein a master which is the module having acquired mastership of the bus controls the bus and transfers an address and data to a slave which is the module being a transfer destination, in synchronism with cycles of a clock which is common to all the modules; comprising the step of allowing a specified one of the modules to acquire the bus mastership and so become master module; the step of allowing the master, having acquired the bus mastership, to execute a transfer cycle for transferring either of the address or the data to the slave, and to thereafter release the bus mastership; the step of allowing the module having received either of the transferred address and data as slave, to send all the other modules an acknowledge report indicating receipt of either of the address or the data, a predetermined number of cycles after the transfer cycle in which either the address or the data is transferred; and the step of allowing the module which executed the transfer as the master the predetermined number of cycles before the cycle in which the acknowledge report is sent, to verify success of the transfer in accordance with the sent acknowledge report. [0014]
  • According to the bus control method of the present invention, when the master has acquired the mastership of the bus, it executes the transfer cycle for transferring the address and the data to the slave, without checking the status of the slave, and it releases the bus mastership without verifying the success or failure of the transfer. On the other hand, the module having received the transferred address and data as the slave sends all the other modules the acknowledge report indicative of the receipt for each transfer cycle concerning the received address or data, the predetermined number of cycles after the corresponding transfer cycle. The module having executed the transfer as the master the predetermined number of cycles before the cycle in which the acknowledge report has been sent, verifies the success or failure of the transfer in the executed transfer cycle in accordance with the sent acknowledge report. Only when the transfer is not successful, is a countermeasure taken. [0015]
  • Accordingly, the transfer to the slave which is ready to accept this transfer from the master can be realized by only the cycle in which the address or data is actually transferred. Thus, the utilization factor of the bus can be enhanced. [0016]
  • BRIEF DESCRIPTION OF THE DRAWINGS
  • FIG. 1 is a block diagram illustrative of the architecture of an information processing system according to an embodiment of the present invention; [0017]
  • FIG. 2 is a block diagram showing the construction of a system bus interface device; [0018]
  • FIG. 3 is a timing chart showing a sequence in the case where bus mastership requests for read accesses have contended; [0019]
  • FIG. 4 is a timing chart showing the start sequence of the read access; [0020]
  • FIG. 5 is a timing chart showing the response sequence of the read access; [0021]
  • FIG. 6 is a timing chart showing the response sequence of the read access based on burst transfer; [0022]
  • FIG. 7 is a timing chart showing the sequence of a write access; [0023]
  • FIG. 8 is a timing chart showing the sequence of the write access based on the burst transfer; [0024]
  • FIG. 9 is a timing chart showing the retry sequence of the read access; [0025]
  • FIG. 10 is a timing chart showing a sequence in the case where a transfer error has developed; [0026]
  • FIG. 11 is a timing chart showing a sequence in a broadcast access mode; [0027]
  • FIG. 12 is a timing chart showing a retry sequence in the broadcast access mode; [0028]
  • FIG. 13 is a flow chart showing steps which a master runs in the broadcast access mode; [0029]
  • FIG. 14 is a timing chart showing a retry sequence in the case of successive write accesses which are similar to the ordinary write accesses; [0030]
  • FIG. 15 is a timing chart showing the sequence of the successive write accesses; and [0031]
  • FIG. 16 is a timing chart showing the sequence of a write access based on a bus controlling technique in the prior art. [0032]
  • DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENTS
  • Now, an embodiment of an information processing system according to the present invention will be described. [0033]
  • FIG. 1 illustrates the architecture of the information processing system in this embodiment. [0034]
  • As shown in the figure, the information processing system in this embodiment comprises [0035] system buses 50˜60, a plurality of modules #0˜#7 (100˜107) which are connected to the system buses 50˜60, a bus arbiter 108 which arbitrates a bus mastership among the modules 100˜107, an I/O (input/output) bus 110 which is connected to the modules 100˜107, and I/ O devices 111 and 112 which are connected to the I/O bus 110. In some cases, only one I/O device is connected to the I/O bus 110. Besides, a processor bus to which a CPU (central processing unit) and a memory are connected is connected to at least one of the modules 100˜107. Each of the modules 100˜107 includes therein a system bus interface device, which mediates the data transfer between the system buses 50˜60 and the I/O bus 110 or the I/ O device 111 or 112.
  • Numeral [0036] 61 in the figure denotes a bus mastership request signal (BREQ0) with which a request for the bus mastership is made to the bus arbiter 108 by the module #0 (100), numeral 62 a bus use grant signal (BGRANT0) with which the bus arbiter 108 grants the module #0 (100) the use of the system buses 50˜60, and numeral 63 a last cycle signal (LC0) with which the module #0 (100) notifies the bus arbiter 108 of the fact that the next cycle is the last cycle in the use of the system buses 50˜60. Likewise, numeral 64 denotes a bus mastership request signal (BREQ1) directed from the module #1 (101) to the bus arbiter 108, numeral 65 a bus use grant signal (BGRANT1) directed from the bus arbiter 108 to the module #1 (101), and numeral 66 a last cycle signal (LC1) for reporting the last cycle from the module #1 (101) to the bus arbiter 108. Also, numeral 67 denotes a bus mastership request signal (BREQ7) directed from the module #7 (107) to the bus arbiter 108, numeral 68 a bus use grant signal (BGRANT7) directed from the bus arbiter 108 to the module #7 (107), and numeral 69 a last cycle signal (LC7) for reporting the last cycle from the module #7 (107) to the bus arbiter 108.
  • Regarding the system buses, the [0037] system bus 50 bears an address and data (A/D), and the system bus 51 bears a command signal (CMD) for designating the type of access. The system bus 52 bears an address valid signal (ADRV) indicating that the address on the address and data bus A/D (50) is valid, while the system bus 53 bears a data valid signal (DATAV) indicating that the data on the bus A/D (50) is valid. The system bus 54 bears a transaction acknowledge signal (TACK) with which a slave side notifies a master side of the fact that the address or the data has been correctly received. The system bus 55 bears a retry request signal (RETRY) which is directed from the slave side to the master side. The system bus 56 bears a synchronous error signal (SERR) being an error report signal which is synchronous with a transaction from the slave side to the master side, while the system bus 57 bears an asynchronous error signal (AERR) being an error report signal which is not synchronous with the transaction. The system bus 58 bears a freeze signal (FRZ) which is output simultaneously with the synchronous error signal SERR (56) or the asynchronous error signal AERR (57) so as to freeze any transaction other than a diagnostic transaction, while the system bus 59 bears a bus reset signal (BRST) which cancels the freeze signal after the information processing system has recovered from an error on the basis of the diagnostic transaction in the freeze operation. The system bus 60 bears a synchronizing clock signal (CLK) which is supplied to all the modules 100˜107 in common.
  • Next, FIG. 2 illustrates the internal construction of the module which is connected to the I/[0038] O bus 110.
  • Referring to the figure, numeral [0039] 1 denotes the aforementioned system bus interface device which takes charge of bus controls, and which is connected between the system buses 50˜60 and the I/O bus 110 so as to mediate the data transfer between the module and the I/ O device 111 or 112.
  • [0040] Numeral 2 represents a system bus control portion which is provided within the system bus interface device 1, while numeral 3 represents a control portion which controls the I/O bus 110 connected to the system bus interface device 1. Shown at numeral 4 is a conversion portion which matches the interfacing between the system bus control portion 2 and the I/O bus 110 or I/O control portion 3. The system bus control portion 2 includes a bus arbitration controller 5, an error controller 6, a system bus controller 7, a retry controller 8, and a buffer 9 for received data. Further, the control portion 2 includes a final stage buffer 16 for outputs, an initial stage buffer 17 for inputs, an address output buffer 18, data buffers 19˜22 for a burst write mode, an input address buffer 23, a buffer 24 for checking an input address and data, and an error checker 29 for detecting a transfer error in accordance with, e.g., the parity of the data. Numeral 25 denotes an arbitration control signal. The conversion portion 4 includes an address converter 10, a data converter 11 and a protocol converter 12. The I/O control portion 3 includes an address I/O unit 13, a data I/O unit 14 and an I/O (bus) controller 15. Numeral 26 denotes an address bus, numeral 27 a data bus, and numeral 28 a control signal.
  • Incidentally, the module which is connected to the processor bus has a construction similar to the above. [0041]
  • Now, data transfer operations in such an information processing system will be described. [0042]
  • First, a read access operation will be explained. In this embodiment, the read access operation is realized by a start sequence in which a read requesting side delivers an address to the [0043] system bus 50, and a response sequence in which a requested side delivers data to the system bus 50 in response to the received address. Besides, in this embodiment, the start sequence and the response sequence realize the read access operation in terms of split operations which are independent of each other.
  • In this embodiment, in a case where any of the [0044] modules 100˜107 performs the read access operation, it initially requests the bus arbiter 108 to grant a bus mastership, by the use of the bus mastership request signal (BREQ). At this time, it simultaneously produces the last cycle signal (LC), thereby giving the bus arbiter 108 the previous notice that the bus mastership will be released in one cycle.
  • Subsequently, when the bus use grant signal (BGRANT) has been asserted, the address etc. are delivered to the [0045] system bus 50. Then, the use of the system buses is ended.
  • FIG. 3 illustrates a case where the modules #0 ([0046] 100) thru #3 (103) have asserted the bus mastership request signals BREQ's for read accesses at the same time.
  • As shown in the figure, the bus mastership request signals BREQ[0047] 0˜BREQ3 of the respective modules #0 (100)˜#3 (103) are simultaneously asserted. Herein, priority levels for the bus use are assumed to be higher in the order of the module #0 (100), module #1 (101), module #2 (102) and module #3 (103).
  • As seen from the figure, bus masters in the third cycle, fourth cycle, fifth cycle and sixth cycle changeover in the order of the module #0 ([0048] 100), module #1 (101), module #2 (102) and module #3 (103). Although the bus masters change-over every cycle, no idle cycle is inserted.
  • FIG. 4 illustrates the sequence in which the read access is started. [0049]
  • As seen from the figure, in this sequence, when the start module having asserted the signals BREQ and LC for the purpose of the read access, receives the bus use grant signal (BGRANT) from the [0050] bus arbiter 108, it asserts the address valid signal (ADRV) 52 indicating that the address on the address/data bus A/D is valid, and it delivers the address of an access destination to the address/data bus (A/D) 50. Simultaneously, it delivers the command signal to the bus (CMD) 51 to indicate that the type of access is a read access. Then, the start sequence is ended. Incidentally, the start cycle of the read access is the fourth cycle in the figure.
  • Next, the response sequence is shown in FIG. 5. [0051]
  • The module having received the command and address of the read access acquires the bus mastership when it has prepared the response data. Thereafter, it asserts the data valid signal (DATAV) [0052] 53 indicating that the data on the address/data bus A/D is valid, and it delivers the response data to the address/data bus (A/D) 50. Simultaneously, it delivers the command signal to the bus (CMD) 51 to indicate that the type of access is a read response access. The response cycle of the read access is the seventh cycle in the figure.
  • By the way, the response sequence of a read access in a burst read mode is shown in FIG. 6. In the figure, the response cycles of the read access are the fifth˜eighth cycles. [0053]
  • As described above, in this embodiment, a wait signal or the like as in the prior art is not employed, and the buffer for received data ([0054] 9 in FIG. 2) in each module is assumed to be capable of accepting data at any time. After having acquired the bus mastership, the module performs the transfer in one cycle per data item or per address, infallibly. Thus, a time period for the occupation of the bus A/D (the bus 50 for transferring the address and the data) is shortened, and the utilization factor of the bus A/D is enhanced.
  • Also in the sequence of a write access, as shown in FIG. 7, each of address transfer and data transfer can be ended in one cycle. A start cycle in which an address etc. is transferred or delivered to start the write access is the fourth cycle in the figure, while a response cycle in which data etc. are transferred or delivered is the fifth cycle. [0055]
  • Besides, in the sequence of a write access in a burst write mode, as shown in FIG. 8, the transfer can be performed in one cycle per data item or per address infallibly. In FIG. 8, a start cycle for transferring the address is the third cycle, and response cycles for transferring for data items in response to the start cycle are the fourth˜seventh cycles. [0056]
  • As stated before, it is assumed that the received data buffer ([0057] 9 in FIG. 2) of each module can accept data at any time, and the module having acquired the bus mastership executes the transfer in one cycle per data item or per address, infallibly. The storage capacity of the buffer, however, is actually limited. Accordingly, when write accesses have been performed in succession, the buffer might overflow and fail to accept the data.
  • In order to avoid such a situation, this embodiment is provided with the transaction acknowledge signal (TACK) [0058] 54 with which the slave side notifies the master side of the fact that the address or data has been correctly received, the retry request signal (RETRY) 55 with which the slave side requests the master side to send the address or data again, and the synchronous error signal (SERR) 56 with which the slave side reports the occurrence of an error to the master side in synchronism with a transaction. In addition, these signals are delivered by the slave side infallibly two cycles after the transfer cycle of the master side. Thus, the master side can recognize whether or not the transaction directed therefrom has succeeded.
  • Besides, each module can discriminate whether or not its buffer will overflow due to the transaction, when subjected to the start of this transaction. Therefore, the retry request signal (RETRY) [0059] 55 of the slave side module is asserted for only the head cycle of the transaction. By the way, in the burst write mode or the burst read mode, information on the quantity of burst transfer is contained in the command signal (CMD) 51 in the head cycle of the transaction. Also in this case, accordingly, each module can discriminate whether or not its buffer will overflow due to the transaction, when subjected to the start of this transaction.
  • FIG. 9 illustrates an example of the sequence of a retry operation for the read access. [0060]
  • In the illustrated example, the slave asserts the signal (RETRY) [0061] 55 in the sixth cycle with respect to the first start cycle (the fourth cycle), and the master responsively executes the second start cycle in the eleventh cycle, thereby succeeding in the retry operation.
  • Next, FIG. 10 illustrates an example of a sequence in the case where a transfer error has occurred. [0062]
  • The illustrated example corresponds to the case where a parity error being the transfer error has taken place in the second data transfer cycle (the sixth cycle) of a burst write access. Herein, the synchronous error signal (SERR) [0063] 56 which is the error report signal synchronous with the transaction directed from the slave side to the master side is delivered from the slave side (in the eighth cycle) two cycles after the cycle having undergone the parity error. Moreover, the slave side module freezes the bus (A/D) 50 with the freeze signal (FRZ) 58 at the same time as the delivery of the error report signal. On the other hand, when the synchronous error signal (SERR) 56 has been asserted, the master side seeks the cycle of the error occurrence, the address of the error, etc. on the basis of the timing of the assertion of the synchronous error signal (SERR) 56, and stored information on the respective cycles executed in the past. It holds the sought information as logging information.
  • Besides, when the synchronous error signal (SERR) [0064] 56 has been asserted, a predetermined device taking charge of an error recovery process, such as the processor connected to any of the modules, eliminates the error (at any time between the ninth cycle and the eighteenth cycle) on the basis of the logging information, such as the error occurrence cycle and the error address, held by the master side module. Thereafter, the freeze operation is canceled with the bus reset signal (BRST) 59, and the ordinary transaction is restarted (in or after the twenty-fourth cycle).
  • Thus, in this embodiment, the master side receives the error report which is perfectly synchronous with the transaction. Therefore, it can log even the information indicating the cycle in which the error has developed, so that the subsequent analysis of the error and recovery process for the error can be facilitated. [0065]
  • There will now be explained a transaction of broadcast type in which data is simultaneously written into two or more of the modules ([0066] 100˜107 in FIG. 1) by the use of the system buses (50˜60) having the protocol as stated above.
  • In the broadcast type transaction, the data must be simultaneously written into the plurality of modules. It is accordingly apprehended that any of the plurality of modules will undergo the overflow of the buffer ([0067] 9 in FIG. 2) and will fail to have the data written thereinto.
  • This embodiment is therefore contrived so that, in the broadcast mode, the master may always wait for two cycles after the transfer cycle while keeping the bus mastership, thereby checking if the retry request signal (RETRY) [0068] 55 or the synchronous error report (SERR) 56 is asserted.
  • Here, it is possible that the transaction acknowledge signal (TACK) [0069] 54, retry request signal (RETRY) 55 and synchronous error report (SERR) 56 will be simultaneously asserted by a plurality of modules. These signals are therefore prepared as “wired OR” signals beforehand. Under this condition, when a retry request has been made, the master executes the same access cycle once more while keeping the bus mastership. On the other hand, each of the slaves having received the transferred data is always caused to wait for two cycles after the data transfer cycle while holding the transferred data without initiating the process thereof, thereby checking if the retry request signal (RETRY) 55 or the synchronous error report (SERR) 56 is asserted by any other slave. On condition that the retry request signal (RETRY) 55 or the synchronous error report (SERR) 56 has been asserted, each slave discards the received data.
  • Examples of sequences in the broadcast access operation are illustrated in FIGS. 11 and 12. [0070]
  • The example in FIG. 11 corresponds to a case where the data transfer has succeeded with one broadcast access. On the other hand, the example in FIG. 12 corresponds to a case where the data transfer has succeeded with three broadcast accesses. [0071]
  • In the example shown in FIG. 11, the master issues the last cycle signal (LC) and releases the bus mastership on the grounds that, even when it has waited for two cycles after the transfer cycle while keeping the bus mastership, neither the retry request signal (RETRY) [0072] 55 nor the synchronous error report (SERR) 56 is asserted.
  • In contrast, in the example shown in FIG. 12, the retry request signals (RETRY) [0073] 55 are respectively asserted in the fifth and ninth cycles with respect to the broadcast accesses which the master has started in the third and seventh cycles. The master starts the retry operations in the seventh and eleventh cycles in response to the respective asserted signals (RETRY). Regarding the second retry operation, the master verifies that the retry request signal (RETRY) 55 is not asserted in the thirteenth cycle, and that the error report signal (SERR) 56 is not asserted in the fourteenth cycle being two cycles after the last transfer cycle, either. Then, the master issues the last cycle signal (LC) and releases the bus mastership, thereby ending the transaction.
  • Here, the steps which the master executes for the broadcast access will be explained with reference to FIG. 13. As indicated in the figure, the master starts the broadcast access process at the [0074] step 150 and thereafter executes the broadcast type write access toward all the modules except the master itself at the step 151. At the step 152, the master decides if the retry request is made for the step 151. Subject to the retry request, the routine returns to the step 151, at which the broadcast type write access toward all the slave modules is executed again. When it has been decided at the step 152 that the retry request is not made for the step 151, the master waits for two cycles at the step 153 so as to check if all the slaves have received data without any error. When the master has received the error report at the step 154, the routine branches to the step 155 for the error process, and when not, the routine is ended at the step 156.
  • By the way, in a case where the module which is submitted to successive write accesses is a bus converter for the protocol conversion between buses of different hierarchies, it verifies that the buffer thereof has accepted all data items up to the last cycle from one of the buses, whereupon it starts transfer to the other bus. [0075]
  • Meanwhile, as stated before, the cycle in which the retry request is responsively received is two cycles after the start cycle. Therefore, in a case as shown in FIG. 14 where the same module performs write accesses (started in the third and fifth cycles) to a specified one of the other modules successively, the second write access is performed consecutive to the first write access by the master side even when the first write access has not been accepted on account of the condition of the bus interface device ([0076] 1 in FIG. 2) of the specified module, for example, the overflow of the buffer (9). On that occasion, only the second write access might be accepted. In other words, the sequence of the accesses is not always guaranteed.
  • In order to avoid the above drawback, this embodiment is contrived as follows: In such a case where the successive write accesses are performed from the same module to the specified module, the bus interface device to start the successive write accesses always waits for two cycles after the end of each write access so as to verify that a retry request is not received, and it thereafter starts the next write access. [0077]
  • FIG. 15 illustrates an example of a sequence in the case where the successive write accesses are performed from the same module to the specified module. [0078]
  • In the illustrated example, after the master has ended the first write access in the fourth cycle, it verifies that the retry request signal (RETRY) is not asserted in the fifth cycle. Thereafter, it starts the second access in the seventh cycle. [0079]
  • In this embodiment, each of the retry request, the transaction acknowledge and the error report is made two cycles after the transfer cycle. The reason therefor is that the error checker ([0080] 29 in FIG. 2), etc. are not directly connected to the system buses (50˜60 in FIG. 1) with the intention of lightening the loads of the system buses to the utmost, thereby making it possible to increase the frequency of the signal CLK which is the synchronizing clock of the transfer.
  • As thus far described, according to the information processing system in this embodiment, the master module does not perform handshaking such as a ready control for verifying the propriety of the receipt of data by the slave module, and the data transfer source ends the transfer cycle without checking the acknowledge signal of the slave which is the transfer destination. It is therefore possible to enhance the utilization factor of the bus (A/D), and to raise the rate of access. [0081]
  • Moreover, regarding the error process, the error report is sent in synchronism with the cycle of the corresponding transaction. Therefore, the master module having received the error report can log detailed information while tracing back to the cycle in which the error has occurred, and the recovery process after the error occurrence can be facilitated. [0082]
  • As set forth above, the present invention can provide a bus control method in which the utilization factor of a bus can be enhanced by reducing the overhead of data transfer. [0083]

Claims (12)

What is claimed is:
1. In an information processing system having a bus, and a plurality of modules connected to the bus; a bus control method wherein a master which is the module having acquired a mastership of the bus controls the bus and transfers an address and data to a slave which is the module being a transfer destination, in synchronism with cycles of a clock which is common to all the modules; comprising:
the step of allowing a specified one of said modules to acquire the bus mastership and so become said master;
the step of allowing said master having acquired said bus mastership, to execute a transfer cycle for transferring either of the address or the data to said slave, and to thereafter release said bus mastership;
the step of allowing said module having received either of the transferred address or data as said slave, to send all the other modules an acknowledge report for indicating receipt of either said address or said data, a predetermined number of cycles after said transfer cycle in which either said address or said data has been transferred; and
the step of allowing said module having executed the transfer as said master the predetermined number of cycles before the cycle in which said acknowledge report has been sent, to verify success of said transfer in said transfer cycle having been executed said predetermined number of cycles before the acknowledge report cycle, in accordance with the sent acknowledge report.
2. In an information processing system having a bus, and a plurality of modules connected to the bus; a bus control method wherein a master which is the module having acquired a mastership of the bus controls the bus and transfers an address and data to a slave which is the module being a transfer destination, in synchronism with cycles of a clock which is common to all the modules; comprising:
the step of allowing a specified one of said modules to acquire the bus mastership and thus become said master;
the step of allowing said master having acquired said bus mastership, to execute a transfer cycle for transferring either of the address or the data to said slave, and to thereafter release said bus mastership;
the step of allowing said module having failed to accept either said address or said data transferred in said transfer cycle in spite of being said slave in said transfer cycle, to send all the other modules a retry request for asking for re-execution of the transfer, a predetermined number of cycles after said transfer cycle in which the slave module has failed to accept either said address or said data; and
the step of allowing said module having executed said transfer as said master said predetermined number of cycles before the cycle in which said retry request has been sent, to retry said transfer in said transfer cycle having been executed said predetermined number of cycles before the retry request cycle.
3. In an information processing system having a bus, and a plurality of modules connected to the bus; a bus control method wherein a master which is the module having acquired a mastership of the bus controls the bus and transfers an address and data to a slave which is the module being a transfer destination, in synchronism with cycles of a clock which is common to all the modules; comprising:
the step of allowing a specified one of said modules to acquire the bus mastership and thus become said master;
the step of allowing said master having acquired said bus mastership, to execute a transfer cycle for transferring either of the address or the data to said slave, and to thereafter release said bus mastership;
the step of allowing said module having received either of the transferred address or data as said slave, to send all the other modules an error report for indicating occurrence of a transfer error, a predetermined number of cycles after the cycle in which said transfer error has occurred, in a case where said transfer error is involved in either of the received address or data; and
the step of allowing said module having executed the transfer as said master the predetermined number of cycles before the cycle in which said error report has been sent, to recognize said occurrence of said transfer error in said transfer cycle having been executed said predetermined number of cycles before the error report cycle, in accordance with the sent error report.
4. A bus control method as defined in
claim 2
, wherein:
said step of allowing said module to send said retry request includes the step of allowing said module having been said slave in the specified transfer cycle, to send all said other modules said retry request in only the cycle which is a predetermined number of cycles after a head one of successive transfer cycles, in a case where said slave module has failed to accept any of said address and the data transferred in said successive transfer cycles executed by said master; and
said step of allowing said module to retry said transfer includes the step of allowing said module having successively executed said transfer cycles as said master during said predetermined number of cycles before said cycle in which said retry request has been sent, to retry said transfer cycles having been successively executed before.
5. A bus control method as defined in
claim 3
, further comprising:
the step of furnishing said information processing system with error process means for executing an error recovery process which eliminates any error;
the step of allowing said module having received either of said transferred address or data as said slave, to send all said other modules a freeze signal simultaneously with said error report, said freeze signal functioning to freeze any transaction on said bus other than a diagnostic transaction;
the step of allowing said module having executed said transfer as said master said predetermined number of cycles before said cycle in which said error report has been sent, to obtain information on said transfer cycle having undergone said transfer errorand on said transferred address in accordance with a send timing of said sent error report, to hold the obtained information as logging information, and to command said error processing means to execute said error recovery process; and
the step of allowing said error processing means to send all said other modules a bus reset signal after having eliminated said error on the basis of said logging information, said bus reset signal functioning to restart the ordinary transaction on said bus.
6. A bus control method as defined in
claim 1
, wherein in the case of transferring at least two of the addresses and the data items to said slave in succession, said master keeps said bus mastership for said predetermined number of cycles after the execution of each of the transfer cycles until it verifies said acknowledge report sent for the corresponding transfer cycle by said slave; and it goes on the next transfer cycle after it has verified said acknowledge report sent for said corresponding transfer cycle by said slave.
7. A bus control method as defined in
claim 2
, wherein in the case of transferring at least two of the addresses and the data items to said slave in succession, said master keeps said bus mastership for said predetermined number of cycles after the execution of each of the transfer cycles until it checks for presence of said retry request sent for the corresponding transfer cycle by said slave; and in the presence of said retry request, said master re-executes said transfer executed in said corresponding transfer cycle, in preference to the execution of the next transfer cycle.
8. A bus control method as defined in
claim 3
, wherein in the case of transferring at least two of the addresses and the data items to said slave in succession, said master keeps said bus mastership for said predetermined number of cycles after the execution of each of the transfer cycles until it checks for presence of said error report sent for the corresponding transfer cycle by said slave; and it goes on the next transfer cycle after it has verified absence of said error report.
9. A bus control method as defined in
claim 2
, further comprising:
the step of allowing said module having received either of the address or data involving a transfer error as said slave, to send all said other modules an error report for indicating occurrence of said transfer error, a predetermined number of cycles after the cycle in which said transfer error has occurred;
the step of allowing said master to execute broadcast transfer for simultaneously writing data into at least two of said modules operating as a plurality of slaves; and
the step of allowing said master having executed said broadcast transfer, to keep said bus mastership for said predetermined number of cycles until it checks for presence of at least either of an error report or said retry request sent by any of said slaves in the cycle being said predetermined number of cycles after the transfer cycle in which said broadcast transfer has been executed, to retry said broadcast transfer corresponding to said retry request in the presence of said retry request sent by any of said slaves in said cycle being said predetermined number of cycles after the broadcast transfer cycle, and to execute a predetermined error recovery process in the presence of said error report similarly sent by any of said slaves;
wherein each of said slaves holds the transferred data for said predetermined number of cycles after having accepted said transfer of said data from said master, until it checks the presence of said at least either of said retry request or said error report sent by any other slave as to said transfer cycle in which said transfer has been accepted; and it discards the held data in the presence of said at least either of said retry request or said error report sent by any other slave said predetermined number of cycles after said transfer cycle in which said transfer has been accepted.
10. An information processing system having a bus, a plurality of modules connected to the bus, and a bus arbiter for arbitrating a mastership of the bus among the modules;
each of said modules comprising:
bus control means for controlling a sequence in which said module acquires the bus mastership; a sequence in which, when said module has acquired said bus mastership, it executes as a master a transfer cycle for transferring either of an address or data to a slave being the module of a transfer destination, and it thereafter releases said bus mastership; a sequence in which, when said module has received either of the transferred address or data as said slave, it sends all the other modules an acknowledge report for indicating receipt of said either of said address or said data, a predetermined number of cycles after said transfer cycle having transferred said either of said address or said data therein; and a sequence in which said module having executed a transfer cycle as said master verifies success of the transfer in said transfer cycle having been executed, depending upon if said acknowledge report has been received said predetermined number of cycles after said transfer cycle.
11. An information processing system as defined in
claim 10
, wherein:
each of said modules further comprises retry control means for sending all said other modules a retry request for asking for re-execution of the transfer, a predetermined number of cycles after the specified transfer cycle having failed to be accepted, in a case where said module has failed to accept said either of said address or said data transferred thereto in said specified transfer cycle; and
said bus control means further controls a sequence in which said module having executed a transfer cycle as said master retries said transfer in the executed transfer cycle, in a case where said module has received said retry request said predetermined number of cycles after said executed transfer cycle.
12. An information processing system as defined in
claim 10
, wherein:
said system comprises error processing means for executing an error recovery process which eliminates any error;
each of said modules further comprises an error checker which checks for presence of a transfer error in either of the received address or data, when said module has received either of the transferred address or data as said slave; and error control means for sending all said other modules an error report for indicating occurrence of said transfer error, a predetermined number of cycles after the cycle in which said transfer error has occurred, in the presence of said transfer error;
said bus control means further controls a sequence in which, in a case where said module having executed a transfer cycle as said master has received said error report said predetermined number of cycles after the executed transfer cycle, it obtains information on said transfer cycle having undergone said transfer error and on said transferred address, it holds the obtained information as logging information, and it sends said error processing means a request for executing said error recovery process; and
said error processing means having received said request for executing said error recovery process eliminates said error on the basis of said logging information, and thereafter sends all said other modules a bus reset signal for restarting an ordinary transaction on said bus.
US09/835,578 1992-05-15 2001-04-17 Method for controlling a bus to progress transfer cycles without inserting a cycle for acknowledgment Abandoned US20010016888A1 (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
US09/835,578 US20010016888A1 (en) 1992-05-15 2001-04-17 Method for controlling a bus to progress transfer cycles without inserting a cycle for acknowledgment
US10/263,759 US20030084218A1 (en) 1992-05-15 2002-10-04 Method for controlling a bus to progress transfer cycles without inserting a cycle for acknowledgment

Applications Claiming Priority (8)

Application Number Priority Date Filing Date Title
JP4123569A JPH05324544A (en) 1992-05-15 1992-05-15 Bus control method
JP4-123569 1992-05-15
US08/060,055 US5428753A (en) 1992-05-15 1993-05-13 Method for controlling a bus to progress transfer cycles without inserting a cycle for acknowledgment
US08/480,397 US5657458A (en) 1992-05-15 1995-06-07 Method for controlling a bus to progress transfer cycles without inserting a cycle for acknowledgment
US08/774,614 US5774679A (en) 1992-05-15 1996-12-30 Method for controlling a bus to progress transfer cycles without inserting a cycle for acknowledgement
US09/078,713 US6047345A (en) 1992-05-15 1998-05-14 Method for controlling a bus to progress transfer cycles without inserting a cycle for acknowledgment
US09/477,666 US6219735B1 (en) 1992-05-15 2000-01-05 Method for controlling a bus to progress transfer cycles without inserting a cycle for acknowledgement
US09/835,578 US20010016888A1 (en) 1992-05-15 2001-04-17 Method for controlling a bus to progress transfer cycles without inserting a cycle for acknowledgment

Related Parent Applications (1)

Application Number Title Priority Date Filing Date
US09/477,666 Continuation US6219735B1 (en) 1992-05-15 2000-01-05 Method for controlling a bus to progress transfer cycles without inserting a cycle for acknowledgement

Related Child Applications (1)

Application Number Title Priority Date Filing Date
US10/263,759 Continuation US20030084218A1 (en) 1992-05-15 2002-10-04 Method for controlling a bus to progress transfer cycles without inserting a cycle for acknowledgment

Publications (1)

Publication Number Publication Date
US20010016888A1 true US20010016888A1 (en) 2001-08-23

Family

ID=14863829

Family Applications (9)

Application Number Title Priority Date Filing Date
US08/060,055 Expired - Fee Related US5428753A (en) 1992-05-15 1993-05-13 Method for controlling a bus to progress transfer cycles without inserting a cycle for acknowledgment
US08/487,401 Expired - Fee Related US5590290A (en) 1992-05-15 1995-06-07 Method for controlling a bus to progress transfer cycles without inserting a cycle for acknowledgement
US08/480,395 Expired - Fee Related US5604874A (en) 1992-05-15 1995-06-07 Method for controlling a bus to progress transfer cycles without inserting a cycle for acknowledgment
US08/480,397 Expired - Lifetime US5657458A (en) 1992-05-15 1995-06-07 Method for controlling a bus to progress transfer cycles without inserting a cycle for acknowledgment
US08/774,614 Expired - Fee Related US5774679A (en) 1992-05-15 1996-12-30 Method for controlling a bus to progress transfer cycles without inserting a cycle for acknowledgement
US09/078,713 Expired - Fee Related US6047345A (en) 1992-05-15 1998-05-14 Method for controlling a bus to progress transfer cycles without inserting a cycle for acknowledgment
US09/477,666 Expired - Fee Related US6219735B1 (en) 1992-05-15 2000-01-05 Method for controlling a bus to progress transfer cycles without inserting a cycle for acknowledgement
US09/835,578 Abandoned US20010016888A1 (en) 1992-05-15 2001-04-17 Method for controlling a bus to progress transfer cycles without inserting a cycle for acknowledgment
US10/263,759 Abandoned US20030084218A1 (en) 1992-05-15 2002-10-04 Method for controlling a bus to progress transfer cycles without inserting a cycle for acknowledgment

Family Applications Before (7)

Application Number Title Priority Date Filing Date
US08/060,055 Expired - Fee Related US5428753A (en) 1992-05-15 1993-05-13 Method for controlling a bus to progress transfer cycles without inserting a cycle for acknowledgment
US08/487,401 Expired - Fee Related US5590290A (en) 1992-05-15 1995-06-07 Method for controlling a bus to progress transfer cycles without inserting a cycle for acknowledgement
US08/480,395 Expired - Fee Related US5604874A (en) 1992-05-15 1995-06-07 Method for controlling a bus to progress transfer cycles without inserting a cycle for acknowledgment
US08/480,397 Expired - Lifetime US5657458A (en) 1992-05-15 1995-06-07 Method for controlling a bus to progress transfer cycles without inserting a cycle for acknowledgment
US08/774,614 Expired - Fee Related US5774679A (en) 1992-05-15 1996-12-30 Method for controlling a bus to progress transfer cycles without inserting a cycle for acknowledgement
US09/078,713 Expired - Fee Related US6047345A (en) 1992-05-15 1998-05-14 Method for controlling a bus to progress transfer cycles without inserting a cycle for acknowledgment
US09/477,666 Expired - Fee Related US6219735B1 (en) 1992-05-15 2000-01-05 Method for controlling a bus to progress transfer cycles without inserting a cycle for acknowledgement

Family Applications After (1)

Application Number Title Priority Date Filing Date
US10/263,759 Abandoned US20030084218A1 (en) 1992-05-15 2002-10-04 Method for controlling a bus to progress transfer cycles without inserting a cycle for acknowledgment

Country Status (2)

Country Link
US (9) US5428753A (en)
JP (1) JPH05324544A (en)

Families Citing this family (39)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH05324544A (en) * 1992-05-15 1993-12-07 Hitachi Ltd Bus control method
EP0706138A1 (en) * 1994-10-03 1996-04-10 International Business Machines Corporation Alternating data valid control signals for high performance data transfer
JP3519182B2 (en) * 1995-09-05 2004-04-12 株式会社日立製作所 Information processing system, bus arbiter, and bus control method
US5925118A (en) * 1996-10-11 1999-07-20 International Business Machines Corporation Methods and architectures for overlapped read and write operations
EP0848332B1 (en) * 1996-12-13 2004-06-02 Bull S.A. Unit for arbitration of access to a bus of a multiprocessor system with retry ability
US6145038A (en) * 1997-10-31 2000-11-07 International Business Machines Corporation Method and system for early slave forwarding of strictly ordered bus operations
US5951663A (en) * 1997-12-17 1999-09-14 Intel Corporation Method and apparatus for tracking bus transactions
US6212224B1 (en) 1997-12-18 2001-04-03 M Technologies, Inc. MIL-STD-1553 buffer/driver
JPH11232214A (en) 1998-02-17 1999-08-27 Hitachi Ltd Processor for information processor and its controlling method
US6324622B1 (en) 1998-08-24 2001-11-27 International Business Machines Corporation 6XX bus with exclusive intervention
US6665807B1 (en) 1998-09-04 2003-12-16 Hitachi, Ltd. Information processing apparatus
JP3592547B2 (en) 1998-09-04 2004-11-24 株式会社ルネサステクノロジ Information processing apparatus and signal transfer method
US20060174052A1 (en) * 2005-02-02 2006-08-03 Nobukazu Kondo Integrated circuit and information processing device
US6490642B1 (en) 1999-08-12 2002-12-03 Mips Technologies, Inc. Locked read/write on separate address/data bus using write barrier
US6681283B1 (en) 1999-08-12 2004-01-20 Mips Technologies, Inc. Coherent data apparatus for an on-chip split transaction system bus
US6604159B1 (en) * 1999-08-12 2003-08-05 Mips Technologies, Inc. Data release to reduce latency in on-chip system bus
US6493776B1 (en) 1999-08-12 2002-12-10 Mips Technologies, Inc. Scalable on-chip system bus
US6487679B1 (en) * 1999-11-09 2002-11-26 International Business Machines Corporation Error recovery mechanism for a high-performance interconnect
TW468112B (en) * 1999-12-15 2001-12-11 Via Tech Inc Arbitrating method of bus between control chipsets
WO2002027693A2 (en) * 2000-09-28 2002-04-04 Scientific Learning Corporation Method and apparatus for automated training of language learning skills
US6993612B2 (en) * 2000-12-07 2006-01-31 Micron Technology, Inc. Arbitration method for a source strobed bus
US7000049B1 (en) * 2000-12-28 2006-02-14 Juniper Networks, Inc. Systems and methods for reliably selecting bus mastership in a fault tolerant manner
US6745273B1 (en) * 2001-01-12 2004-06-01 Lsi Logic Corporation Automatic deadlock prevention via arbitration switching
US6976108B2 (en) * 2001-01-31 2005-12-13 Samsung Electronics Co., Ltd. System on a chip having a system bus, an external bus, and a bus arbiter with programmable priorities for both buses, software, and method for assigning programmable priorities
DE60208463T2 (en) * 2002-04-13 2006-07-20 Agilent Technologies Inc., A Delaware Corp., Palo Alto Electrical circuit for a bus interface and / or a bus bridge
US7103697B2 (en) * 2003-01-08 2006-09-05 Emulex Design & Manufacturing Corporation Flow-through register
US7703128B2 (en) * 2003-02-13 2010-04-20 Microsoft Corporation Digital identity management
JP4055903B2 (en) * 2003-12-26 2008-03-05 シャープ株式会社 Bus communication system
US7532637B2 (en) * 2004-03-11 2009-05-12 Omron Corporation Synchronous controller
US7984488B2 (en) * 2004-04-09 2011-07-19 Microsoft Corporation Credential roaming in electronic computing systems
US7526676B2 (en) * 2004-09-03 2009-04-28 Avago Technologies General Ip (Singapore) Pte. Ltd. Slave device having independent error recovery
JP2008250632A (en) * 2007-03-30 2008-10-16 Matsushita Electric Ind Co Ltd Data processing system
JP5350677B2 (en) * 2008-05-19 2013-11-27 株式会社東芝 Bus signal control circuit and signal processing circuit having bus signal control circuit
EP2341445B1 (en) * 2009-12-30 2017-09-06 Intel Deutschland GmbH Method for high speed data transfer
DE102011007437A1 (en) * 2010-11-15 2012-05-16 Continental Teves Ag & Co. Ohg Method and circuit arrangement for data transmission between processor modules
US11144358B1 (en) 2018-12-06 2021-10-12 Pure Storage, Inc. Asynchronous arbitration of shared resources
US10996891B2 (en) 2019-02-28 2021-05-04 International Business Machines Corporation Token management for write commands transmitted by a host over a plurality of interfaces to a storage controller
US11010248B2 (en) * 2019-02-28 2021-05-18 International Business Machines Corporation Reuse of resources in a storage controller for executing write commands over a plurality of interfaces
CN110069425A (en) * 2019-04-24 2019-07-30 苏州浪潮智能科技有限公司 A kind of data processing method based between server multiprocessor board equipment

Family Cites Families (23)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US4232366A (en) * 1978-10-25 1980-11-04 Digital Equipment Corporation Bus for a data processing system with overlapped sequences
US4373183A (en) * 1980-08-20 1983-02-08 Ibm Corporation Bus interface units sharing a common bus using distributed control for allocation of the bus
FR2503899A1 (en) * 1981-04-08 1982-10-15 Thomson Csf METHOD AND DEVICE FOR TRANSMITTING DIGITAL DATA
US4763249A (en) * 1983-09-22 1988-08-09 Digital Equipment Corporation Bus device for use in a computer system having a synchronous bus
US4570220A (en) * 1983-11-25 1986-02-11 Intel Corporation High speed parallel bus and data transfer method
JPH0690700B2 (en) * 1984-05-31 1994-11-14 富士通株式会社 Semiconductor integrated circuit
US4635193A (en) * 1984-06-27 1987-01-06 Motorola, Inc. Data processor having selective breakpoint capability with minimal overhead
JPH07109599B2 (en) * 1984-07-24 1995-11-22 富士写真フイルム株式会社 Information transfer device for processing system
JPS6366654A (en) * 1986-09-08 1988-03-25 Matsushita Electric Ind Co Ltd Synchronous bus
US4858116A (en) * 1987-05-01 1989-08-15 Digital Equipment Corporation Method and apparatus for managing multiple lock indicators in a multiprocessor computer system
US4947317A (en) * 1988-10-12 1990-08-07 Pitney Bowes Inc. Communication protocol for a three nodes system having dedicated connections and bit indicating function of exchanged message
JPH02159658A (en) * 1988-12-13 1990-06-19 Fujitsu Ltd Bus control system
JPH02159659A (en) * 1988-12-13 1990-06-19 Fujitsu Ltd Bus control system
US5237670A (en) * 1989-01-30 1993-08-17 Alantec, Inc. Method and apparatus for data transfer between source and destination modules
US5124991A (en) * 1989-03-30 1992-06-23 Photonics Corporation Error correction for infrared data communication
US5119377A (en) * 1989-06-16 1992-06-02 International Business Machines Corporation System and method for software error early detection and data capture
JP2504206B2 (en) * 1989-07-27 1996-06-05 三菱電機株式会社 Bus controller
US5163138A (en) * 1989-08-01 1992-11-10 Digital Equipment Corporation Protocol for read write transfers via switching logic by transmitting and retransmitting an address
JPH04119445A (en) * 1990-09-11 1992-04-20 Canon Inc Computer system
US5191649A (en) * 1990-12-21 1993-03-02 Intel Corporation Multiprocessor computer system with data bus and ordered and out-of-order split data transactions
US5117430A (en) * 1991-02-08 1992-05-26 International Business Machines Corporation Apparatus and method for communicating between nodes in a network
US5327570A (en) * 1991-07-22 1994-07-05 International Business Machines Corporation Multiprocessor system having local write cache within each data processor node
JPH05324544A (en) * 1992-05-15 1993-12-07 Hitachi Ltd Bus control method

Also Published As

Publication number Publication date
JPH05324544A (en) 1993-12-07
US5590290A (en) 1996-12-31
US5604874A (en) 1997-02-18
US5428753A (en) 1995-06-27
US5657458A (en) 1997-08-12
US6047345A (en) 2000-04-04
US6219735B1 (en) 2001-04-17
US20030084218A1 (en) 2003-05-01
US5774679A (en) 1998-06-30

Similar Documents

Publication Publication Date Title
US5428753A (en) Method for controlling a bus to progress transfer cycles without inserting a cycle for acknowledgment
US4864496A (en) Bus adapter module for interconnecting busses in a multibus computer system
US4979097A (en) Method and apparatus for interconnecting busses in a multibus computer system
US5469435A (en) Bus deadlock avoidance during master split-transactions
US4858234A (en) Method and apparatus for error recovery in a multibus computer system
US7174401B2 (en) Look ahead split release for a data bus
JP2002055947A (en) System bus and its bus arbitrating method
JPH0198048A (en) Peripheral device controller and adaptor interface
US5471638A (en) Bus interface state machines with independent access to memory, processor and registers for concurrent processing of different types of requests
US4837767A (en) Bus adapter module with improved error recovery in a multibus computer system
US6721833B2 (en) Arbitration of control chipsets in bus transaction
JP3466214B2 (en) Information processing device
JP3602435B2 (en) Data transaction method between control chipsets
JP3449945B2 (en) Bus control method
JP2000010909A (en) Data transfer controller
JPH10283302A (en) Method and system for supplying data to bus connected to plural processors
KR0146521B1 (en) Protocol controller and data transfer in multiprocessor system
JP2723388B2 (en) Internal bus control method for processor module and information processing device
JP2000035941A (en) Bus controlling method
JP2000029827A (en) Method for controlling bus
EP0278263A2 (en) Multiple bus DMA controller
JP2000035925A (en) Bus control method
JP2000035940A (en) Bus control method
JP2000035944A (en) Bus controlling method
JP2000035924A (en) Bus control method

Legal Events

Date Code Title Description
STCB Information on status: application discontinuation

Free format text: ABANDONED -- FAILURE TO PAY ISSUE FEE