Field of the Invention
The present invention relates to pipeline computer systems and, in particular, interruptible pipeline processors having selected interrupt instruction control
Background of the Invention
The bus protocol in high-performance, highly pipelined bus architecture may allow for a high degree of overlapped activity. For instance, arbitration, transfer, decoding and transfer acknowledge may be 4 stages of request handling that may be underway for 4 distinct requests at the same moment. Thus, First-In, First-Out (FIFO) style buffering which will, under certain conditions, fill up, either causing a transaction to wait for the FIFO to become available or send a BUSY response to the requesting device, asking it to try again at a later time. It is not desirable to have a device occupy the bus while waiting for another device to make its buffers available since this makes the bus bandwidth unavailable for other transfers, causing valuable bus bandwidth to be needlessly tied up. This problem becomes more severe in the case of a multiprocessor system sharing a single bus resource, since the bus may become the system bottleneck. Moreover, in certain implementations a slow device on the bus can magnify this problem even further, since the whole system will start to run at the speed of this slow device.
Moreover, if a device is in the process of performing multiple writes across the bus, it must either wait for a previous write to be acknowledged as accepted before sending another write, or it must obey some protocol that will insure that write order is preserved. Waiting for a previous write to be acknowledged before issuing another write is lower performance than sending another write as soon as possible. However, in some pipelined system bus protocols, sending another data write will likely not preserve write order of data, causing processing errors.
Therefore, it is important to preserve write order so that information may be passed in control blocks from process to process, processor to processor, and I/0 system to processors. Control blocks are normally formulated by assembling the information into some predetermined format and then setting some ready flag or setting up some queue pointer. However, if a write to a ready flag manages to occur prior to a write setting up some information in the control block, the receiving process will get a corrupted message.
SUMMARY OF THE INVENTION
The computer system having write order preservation for the bus data transfers according to the present invention requires a minimum of one unused cycle between successive writes by a given device, where "unused" means unused by that particular device for a write operation, and a REJECT signal to indicate to all devices that the command that they just received is invalid.
The protocol, according to the present invention, has been applied to a specific bus architecture; however, the concept is extendible to other architectures. The bus is a synchronous bus that is capable of initiating a read or a write operation in every bus cycle. Bus arbitration may also occur in a single cycle, which may be overlapped with other transfers, so that it is quite Possible that a write operation could be initiated in every cycle. Every bus transaction is accompanied by an acknowledgment from the receivin9 device in the second cycle after the transaction bus cycle. The acknowledgment cycles are completely overlapped with other transactions so they do not affect bus bandwidth.
Brief Description of the Drawings
These and further features of the present invention will be better understood by reading the following detailed description of the drawings, wherein:
FIG. 1 is a block diagram of one embodiment of a computer system implementation of the present invention; and
FIG. 2 is a flow-chart of one embodiment of the present invention.
Detailed Description of the Invention
In relation to the exemplary system block diagram 50 of FIG. 1 (and the flow chart of FIG. 2), the operation of the protocol is as follows. A first device 52 gets the bus 58 (102) and sends a write command to a second device 68 (104), his write operation is stored (106) in a holding register in transfer element 78 until an acknowledgment to the bus transaction is received by the first device 52 on leads 65. If the first device has another write to issue 108, it can hold (110) onto the bus 58 and execute another non-write command for a cycle (112), and then issue the write (116) in the next cycle or release (109) the bus and rerequest (110) the bus, being granted access to the bus in the following cycle at which time it can then issue the write (116) on the conditions discussed in Ser. No. 07/262,475now abandoned, entitled MULTIPROCESSOR INTERLOCK, and Ser. No. 07/262,574, now U.S. Pat. No. 4,979,099, entitled A QUASI-FAIR BUS ARBITRATION SCHEME WITH DEFAULT OWNER SPEEDUP, both filed concurrently herewith and incorporated herein by reference. If the first device does either of the latter, then it should be receiving (120) an acknowledgment sent from the second device 68 (114) in the same cycle as first device 52 is sending out the second write (116). If the acknowledgment indicates (122) that second device 68 was busy and unable to accept the first write command, first device 52 asserts the REJECT signal (124) on one of leads 65 in the next cycle indicating that the write sent in the previous cycle should be cancelled. This REJECT signal is looked at by all devices (e.g., 54, 56 and 66), not just the second device (68) since write order must be preserved across all of the address space not just within a range of addresses. Upon receiving the REJECT signal, any device that received a command in the previous cycle would cancel that command (128). The sending device must back up (130) and send the first write again (104), followed by the second write (116), essentially starting the processing of its command stream over again, starting with the write that received a busy acknowledgment, thus maintaining the write if the command was successfully executed as indicated (122) with a successful acknowledge order, the earlier stored command is released (126) and the processing of the command stream continues (108).
Furthermore, the present invention, including the use of the REJECT signal, is not limited to the preservation of write order. It can also be used to speed up various bus operations by pushing error detection or correction to a later time. For instance, if a device is returning some read data from an error correcting memory, and there is not enough time to do the error detection or correction prior to putting the data on the bus, then the device may put the data on the bus "as if" it were good and then retract the transmission if necessary by sending REJECT in the subsequent cycle. The protocol, according to the present invention, may offer considerable performance advantages since most transmissions would proceed without the need for the REJECT cycle overhead. The normal system operation would not have to pay a performance penalty to accommodate the infrequent abnormal cycle from bad data. Modifications and/or substitutions made by one of ordinary skill in the art are written within the scope of the present invention which is not to be limited except by the claims which follow.