EP1257917A4 - Globale bus-synchrone bestätigung einer transaktion mit erkennung des fehlers einer antwort - Google Patents

Globale bus-synchrone bestätigung einer transaktion mit erkennung des fehlers einer antwort

Info

Publication number
EP1257917A4
EP1257917A4 EP00923146A EP00923146A EP1257917A4 EP 1257917 A4 EP1257917 A4 EP 1257917A4 EP 00923146 A EP00923146 A EP 00923146A EP 00923146 A EP00923146 A EP 00923146A EP 1257917 A4 EP1257917 A4 EP 1257917A4
Authority
EP
European Patent Office
Prior art keywords
bus
tack
command
data
target
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.)
Withdrawn
Application number
EP00923146A
Other languages
English (en)
French (fr)
Other versions
EP1257917A1 (de
Inventor
David C Wyland
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.)
CRADLE TECHNOLOGIES
Original Assignee
CRADLE TECHNOLOGIES
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 CRADLE TECHNOLOGIES filed Critical CRADLE TECHNOLOGIES
Publication of EP1257917A1 publication Critical patent/EP1257917A1/de
Publication of EP1257917A4 publication Critical patent/EP1257917A4/de
Withdrawn legal-status Critical Current

Links

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/38Information transfer, e.g. on bus
    • G06F13/40Bus structure
    • G06F13/4063Device-to-bus coupling
    • G06F13/4068Electrical coupling
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/004Error avoidance

Definitions

  • the present invention relates to integrated circuit architectures having an on-chip high speed bus with multiple medium speed devices, on or off the chip, attached to the bus, and in particular relates to command or data transfer between devices over the bus and to handshaking methods and circuitry for acknowledging receipt by a target device of a command or data packet placed on the bus.
  • the bus In typical bus systems, the bus is at the same speed or slower than the devices attached to it.
  • the system bus is located on a printed wiring board, with processor and memory chip modules being bonded to the board, and the bus is subject to capacitance and inductance delays that slow information transfer over the bus between the various chips. In such systems, it is the bus rather than the devices on the bus which are the primary bottleneck in information transfers, and calculations of latency and bandwidth are concerned with arbitration delays for obtaining access to the bus.
  • the bus itself may also be integrated onto the chip.
  • Such on-chip buses are very fast, typically about six to ten times faster than those located on printed wiring boards.
  • An on-chip bus operating at a clock rate of 640 to 800 MHz can transfer data at a rate of about 4 to 5 GBytes/sec. At that speed the bus is so fast it is effectively transparent.
  • the bus is significantly faster than even the fastest target device attached to the bus.
  • a DRAM has a peak sustainable volume transfer rate of 0.8 GBytes/sec. Even with two DRAM modules, their total bandwidth is only 1.6 GBytes/sec, still significantly less than the bus bandwidth.
  • the speed of the system is not limited by the speed of the bus, but by the speed of the target devices on the bus.
  • a split transaction bus may be used. In this way, the bus can have many transactions in progress at the same time.
  • Each data read operation occurs in two steps: read initiation followed by read completion. There is a delay between read initiation and read completion. This delay is the time required for the target to decode the request, get the requested data and send it back to the requesting device (master) . During this time, neither the master device nor the target device is on the bus. Rather, after the master device has sent its data read command in a first bus cycle, it then releases the bus.
  • the bus can support other transactions.
  • the target device processes the received request, and only when the read data is ready does it arbitrate for the bus and send the requested data to the master device.
  • the transfer of the data to the requesting device completes the read cycle.
  • One problem that can occur with split transaction buses is that of a non-existent target device. If there is no device to receive a command, then data does not come back. However, since split transaction buses normally have a delay between a read command and eventual receipt of data, a nonresponse can go unnoticed. The requesting device continues to wait indefinitely. What is needed is a handshaking method that provides a transaction acknowledge by the target device.
  • the master device get a indication within two clock cycles of sending a request that the designated target device has received that request.
  • This requirement of essentially immediate feedback is tough to do on a split transaction bus without tying up the bus for the time required to return an acknowledgment, or alternatively requiring the target to arbitrate for the bus for an acknowledgment cycle separate from the data return cycle or cycles.
  • Wisor et al describes a system in which peripheral devices receiving data provide an acknowledge signal to the central unit.
  • a time-out counter is provided, and if the time-out period expires prior to return of an acknowledge signal, the control unit asserts an error flag and initiates an interrupt routine.
  • the object is met by providing the bus with a separate transaction acknowledge line, by providing each target device with a driver circuit that flips the cur- rent state of the transaction acknowledge line to its opposite state whenever the target device receives a command intended for it, and by providing the bus system with an acknowledge detection circuit that looks for whether the transaction acknowledge line's state has flipped.
  • This scheme provides immediate feedback to the requesting master device that its command has been received by the designated target device. If the state of the transaction acknowledge line remains unchanged, a nonexistent target device is indicated.
  • a bus idle default device may be provided to drive the transaction acknowledge line when no other device is driving the bus.
  • the BIDD may include a circuit that detects a nonresponse from a nonexistent target device and which then generates a dummy response for the requesting master device. The dummy data is flagged to indicate that it is not the requested data.
  • detection of the absence of a transaction acknowledge may be carried out by a detector in the bus interfaces of every master device.
  • Fig. 1 is a schematic block diagram of an integrated multi-processor system with a high speed split- transaction bus, in which the synchronous transaction acknowledge with nonresponse detection of the present invention may be located.
  • Fig. 2 is a schematic block diagram of a processing cluster in the system of Fig. 1, with a global bus interface containing the transaction acknowledge of the present invention.
  • Fig. 3 is a detailed block diagram of the global bus interface 17 of Fig. 2, showing the transaction acknowledge generator 79 in the target interface.
  • Fig. 4 and 5 are timing diagrams of write and read transfers, respectively, on the global bus 16 in Figs. 1-3, with the transaction acknowledge (signal TACK#) indicated as a flip in the signal state.
  • Fig. 6 and 7 are block circuit diagrams of transaction acknowledge (TACK) generating and detecting logic, respectively.
  • Fig. 8 is a detailed block diagram of a bus idle default device (BIDD) , part of the global bus control unit 18 of Fig. 1, containing the no TACK detector of Fig. 8.
  • BIDD bus idle default device
  • Fig. 9 is a timing diagram illustrating the response of the BIDD of Fig. 8 to a no TACK detection.
  • an integrated circuit 11 forming a multi-processor system has a plurality of processing clusters 13 0 - 13 3 (here, four in number) , as input/output (I/O) cluster 14, and an SDRAM memory controller 15, all attached to an on-chip high speed global bus 16 by means of bus interface units 17.
  • a typical system may have the global bus 16 operate at a 640 MHz clock rate, while the clusters 13-15 operate at a clock rate which is half that, i.e. 320 MHz.
  • a global bus control unit 18 includes a bus arbiter regulating access to the bus 16 by the various clusters 13-15, and also includes a bus idle default device (BIDD) for use when no cluster element is driving the bus.
  • BIDD bus idle default device
  • the I/O cluster 14 and SDRAM controller 15 communicate with off-chip devices through an I/O bus 19 and programmable I/O subsystem 20 connecting to I/O pads 21 of the chip and to one or more SDRAM memory chips 22.
  • the present invention focuses principally on the global bus 16, the bus interface units 17, and the BIDD device in the global bus control unit 18.
  • the integrated circuit's bus structure consists of a single global bus 16 and a local bus 29 for each of the plurality of clusters 13-15 attached to the global bus 16 as in Fig. 1.
  • Each processing cluster 13 includes a plurality of processing functions, such as processing elements, digital signal engines, memory transfer control engines and associated cluster data and instruction memories, caches and registers, all attached to the local bus 28 of the cluster 13.
  • I/O clusters (14 in Fig. 1) are similar, except that I/O transfer engines replace the digital signal engines and memory transfer control engines, and an I/O bus (19 in
  • Fig. 1 also interfaces with the local bus 29.
  • the buses 16 and 29 allow the various elements on the bus to transfer information (data, instructions, etc.).
  • Bus elements consist of two types: masters 25 and targets 27.
  • Pro- cessing elements, digital signal engines, memory transfer control engines and I/O transfer engines are examples of bus master devices 25.
  • Memories and registers, including cluster data and instruction memories and caches, cluster hardware registers for the processing elements digital signal engines and memory transfer control engines, as well as DRAM memories and system registers, are examples of bus target devices 27. All information transfer is between masters and targets, with the masters initiating transfers to and from targets. All transfers within a cluster 13 are carried out over the local bus 29, while information transfers between clusters, including with the I/O cluster (14 in Fig.
  • the global bus interface 17 includes master interfaces 31B with associated FIFO register banks 31A and target interfaces 33B also with associated FIFO register banks 33B. All write operations are direct transactions from master to target. All read operations are split transactions with a command write from master to target to initiate the transaction, subsequently followed by a separate response write from the target back to the originating master to complete the transaction.
  • the global bus control (18 in Fig. 1) arbi- trates among the master and target interfaces 31B and 33B for access to the global bus 16 and provides clocking for data transfer between the master and target FIFOs 31A and 33A.
  • the global bus inter- face 17 includes a master interface 31 and a target interface 33.
  • the master interface 31 initiates transfers and the target interface 33 responds to transfer requests received from a master interface 31.
  • Most global bus interfaces 17 have both master and target interfaces 31 and 33, although some devices on the global bus 16, such as a register bank or a memory could have only a target interface 33.
  • the bus system uses uniform addressing with a single 32 -bit address for all bus elements. Any bus master element can address any other bus target ele- ment using the target element's bus address. Accordingly, each global bus master interface 31 has a unique hardware-assigned device number, called "My Device Number", stored in a register 41.
  • This number indicates the unique interface 31 that is to receive data in a global bus transfer. It is a hardware port number and will never be generated by nor visible to the programmer.
  • Each target interface 33 also has a range of global bus addresses, called "My Global Address Range", that identifies the addresses to which the target will respond. This address range is likewise stored in a register 43 in the target interface 33.
  • the global bus 16 is a single transaction write, split transaction read bus. it is a 64-bit bus, with 32-bit addresses and 64-bit data transfers. Each bus cycle specifies the transaction type (idle, command, data, last data) , a bus device to receive the information and 64 bits of command or data. Command octets contain the command information (read/write, etc.) and a 32-bit transfer address.
  • the destination to receive the data can either be a specific device or a broadcast to all devices (designated as "device 0" .
  • the recommended global bus transfer atom is eight words of four bytes each, which results in four bus octets of eight bytes (64 bits) each, with one, two and four octet transfers as special cases.
  • a four octet data transfer has a bus efficiency of 80% (one command octet per four data octets) . All transfers are writes to a FIFO (56, 63, 82, 85 in Fig. 3) in the global bus interface 17 on the bus 16. Addresses and data are pipelined. All data transfers on the bus are 64 -bit bus octet transfers with naturally aligned addresses. Trans- fers can start at any address.
  • Data is transferred synchronous to a bus clock, with the FIFO registers in each bus interface device 17 functioning to buffer the address and data information to and from the global bus 16, mainly to compensate for clock speed differences and skew between the data source and destination.
  • the FIFO registers can add pipeline delay of up to 4 clock cycles between the source and destination (2 clock cycles at each end) .
  • the global bus 16 has four information transfer types: data write, data read, control write and control read.
  • a data write operation by a bus master sends a transfer command in a first bus cycle, followed by one, two or four data octets in the following cycles. The transfer of the last data octet completes the write cy- cle.
  • a data read operation by a bus master sends the transfer command in the first cycle, then releases the bus.
  • the targeted device receives the command.
  • the target arbitrates for the bus and sends the read data to the bus master indicated in the command octet .
  • the transfer of the last data octet to the requesting master device completes the read cycle.
  • a control write is an address variant of a data write operation with a single data octet: It writes data to a sepa- rate 32 -bit control address space. The data/control bit in the command octet indicates the write to the control address space. All targets receive the command and data octet, completing the cycle. Control writes go to a separate data register in the interfaces that receive them. This is to prevent command reject by interfaces busy with data operations. Control writes are used to send base addresses to each cluster, and to send base addresses and configuration data to all other global bus devices such as the global registers. Control write is also used to send global timing signals and global wake- up interrupts to all clusters. Each cluster receives a global bus control write of its cluster base address.
  • each cluster Upon receiving the cluster base address, each cluster sends its base address to all it processing elements and digital signal engines, which store this address so that they can respond to transfer requests to their internal registers when the appropriate global address is present on the cluster data bus .
  • Control read is a counterpart to control write. Control read allows the host or con- figuring device to read base address and configuration registers in the global bus control address space as well as write them. This is required for PCI configuration registers (such as those visible through a PCI interface to external PCI devices) .
  • Each global bus master has only one transaction in process at any one time. It cannot initiate another transaction until its current transaction is complete. Even though each master can support only one transaction at a time, the bus can have many transactions in progress at a time.
  • Each read operation occurs in two steps: read initiation followed by read complete. There is a delay between read initiation and read completion. This delay is the time required for the target to decode the command, get the read data and sent it back to the master. During this time, neither the master nor the target is on the bus. While a master is waiting for completion of its read, the bus can support other transactions. For example, other masters can perform write transfers and initiate other read transfers.
  • a command octet may include the following fields: a read/write transfer bit, a data/control type bit, a two-bit transfer length field for indicating to DRAM memories the expected transfer length in octets (one, two, four, or greater than four) , a two-bit priority field, two multibit fields (e.g., six bits each) designating, respectively, the device number of the originating master interface device for use by the target device as a destination in responding to read commands and the sub-device number designating the specific device within a cluster, and a 32 -bit address field designating the target device address and address of the data within the target.
  • Other fields may be defined or field sizes extended, if desired, providing the total size of the command does not exceed the one octet size established by the global bus.
  • a data write operation in which a master device writes 1 to 4 data octets to a designated target device begins with transfer of a command from a master device to the master interface 31 via the local bus 29 to the master interface bus 47, and then via lines 51 to the command buffer 53.
  • the master interface 31 requests access to the global bus, as seen by the global bus 1 request line (GBR#) going low at reference numeral 91 in Fig. 4.
  • the request is made for the command octet and also for each of the data octets to be written.
  • the master's request signal stays low for 5 clock cycles for a 5 octet transfer.
  • the global bus control's arbiter (18 in Fig. 1) grants access to the master interface for the requested number of cycles, as seen by the global bus' request acknowledge or grant line (GBA#) going low at reference numeral 93 for five clock cycles.
  • the master interface 31 then sends the write command octet and the data octets to the global bus via the command-out lines 54 in Fig.
  • the command octet contains the 32 -bit global address 101 for the transfer as well as the transfer type (write) and transfer length (1-4 octets) . It also contains the master's device number, My Device Number, but it is not used in write operations.
  • Each target device 33 receives the write command and write data in the target interface ' s command buffer 72 via command in lines 71 and in the target interface's write FIFO register 82 via write data lines 81, respectively. It compares the 32 -bit address in the write command, received by the compare circuit 95 via the tar- get address lines 74, against its own global address, My Global Address, received by the compare circuit 75 via lines 76 from the storage register 43. If there is a match, it accepts the write data 102-105 and clocks it out of its write FIFO 82 over lines 83. This terminates the write operation. If there is a match but the device is busy with a previous command, it sends a command reject to the bus.
  • the master interface 31 initiates the transfer by sending a read command octet to the global bus after requesting and receiving access to the bus, as indicated in Fig. 5 at 121, 123 and 125.
  • the read command octet is broadcast (as indicated by device 0 at 126 in Fig.
  • the command octet contains the 32 -bit global address for transfer as well as the transfer type (write) and transfer length (1-4 octets) . It also contains the master's device number, My Device Number, which the target device will use for its response.
  • the master When the master has sent the read command octet, it arms its read FIFO 63 to receive the read data over read lines 62 at a later time. The master at this point normally stalls and waits for the target to send the read data, completing the read command.
  • Each target interface 33 receives the read command octet over command-in lines 71 into buffer 72. Using the compare circuit 75, it compares the 32-bit address in the read command against its own global address, My Global Address, stored in register 43. If there is a match, the command is transferred over lines
  • Target devices receive broadcast writes and respond to reads.
  • a master device could send its write command and data to a specific target device instead of broadcasting it, if the master knew which device was to receive the command. You would do this to save power, so no other device would receive the command and dissipate power as a result.
  • the basic write transfer sequence is as follows, using a four-octet data transfer as an example :
  • the master device requests a 5 octet transfer on the bus.
  • the master issues the target bus Device number and the write command.
  • the target Device number may be zero
  • the write command contains the write ad- dress, write command, command priority, chain bits and master device code.
  • the basic read transfer sequence using a four-octet data transfer as an example, is as follows: 1.
  • the master device requests a 1 octet transfer for the read command .
  • the master issues the target bus Device number and read command.
  • the target Device number may be zero (broadcast) if the target bus Device number for the read is unknown.
  • the read command contains the read address, read command, command priority, chain bits and master device code.
  • the master device code will the DRAM response address. 3. Release the bus.
  • the target device requests a 4 octet transfer for the read data response.
  • the target issues the target device address and the first octet of read data.
  • the master device code is the target for the read data. Transfer may be 1-4 octets depending on transfer length code.
  • the present invention provides a transaction acknowledge (TACK) signal to the bus system to indicate receipt of a command or data by at least one target device.
  • TACK transaction acknowledge
  • the target device receiving each octet transferred on the global bus 16 acknowledges the octet by activating a Transfer Acknowledge (TACK) line of the global bus 16. This is true for each octet transferred, command or data.
  • TACK indicates that the target has received a command octet or data octet intended for it.
  • a target device 33 receives a control read or write octet, it decodes it to see if it is the intended target using compare circuit 75. If it is, it activates TACK (by means of a TACK generator circuit 79 providing a TACK signal on lines 80) two clocks after the octet was transferred as indicated in Figs. 4 and 5 at 106 and 144 for the TACK signal.
  • the target activates TACK even if it rejects the command (as at 111 and 145 in Figs. 4 and 5) .
  • each of the write data octets is also acknowledged by the target (at 107-110 in Fig. 4) .
  • a master receiving read data activates TACK for each octet read (at 146-148 in Fig. 5) .
  • TACK allows you to detect when no device has responded to a command, which is a bus error. TACK detects this immediately, without having to wait for a bus time out. TACK is valuable for debug; it lets you know if any device responded. More than one device can respond with a TACK signal without interference.
  • TACK has unique coding. To activate TACK, you change its state from the previous clock. For continuous TACK signals, the TACK line will flip on each clock. Each target device activates TACK for each bus clock. Note that more than one device can respond with a TACK signal : All responding devices will drive TACK in the same direction.
  • Figs. 6 and 7 block diagrams of logic to generate the TACK signal and to detect the TACK signal .
  • the Last TACK flip flop 151 records the TACK signal value for the prior cycle.
  • the Decode flip flop 153 records a valid address decode in the previous cycle. If the target address was valid in the previous cycle, this logic responds with a TACK signal by enabling the TACK driver 155.
  • the TACK driver 155 uses the inverted output of the flip flop 151 to generate the current TACK value, which is the complement of the previous TACK value.
  • This TACK generator circuitry is part of the target bus interface 33 of each target device or cluster containing target devices on the global bus.
  • the Last TACK flip flop 157 records the TACK signal value for the prior cycle. If the current TACK signal value is the complement of the TACK signal value in the prior cycle, the current TACK signal is valid, and the XOR gate 159 outputs a "true" TACK detected signal value.
  • the TACK detector circuitry may be part of the master bus interface of each master device or cluster of master device on the global bus. Alternatively, a single TACK detector can form part of the bus idle default device (BIDD) of the global bus control (18 in Fig. 1) . In either case, if the bus is idle, the BIDD will activate TACK and drive the bus to default levels. If a command is issued and no device responds, the TACK line will not change. This is how you detect that you have addressed a non-existent device. If no device drives TACK, stray capacitance and bus hold logic will keep the TACK line at its previous level.
  • BIDD bus idle default device
  • Each master device on the GB can have only one outstanding GB transfer in progress at any one time.
  • the GB master waits for read data to be returned.
  • the master waits for a bus grant for the command and the absence of a command reject from the bus indicating that the write command and data have been accepted. This provides automatic control of the transfer bandwidth between the master (s) and a target. This is called self throttling.
  • Each master waits for the target to respond.
  • the target may have received many GB transfer commands and be in the process of servicing them. These commands are typically buffered in a command FIFO.
  • a target may have N commands in its FIFO, from N masters. Once the commands are in the FIFO, all N devices will wait until each of them has had its command acknowledged.
  • BIDD Bus Idle Default Device
  • the address/data lines are held at their previous values (for low power) ; the byte enables to inactive; and the target device number to all ones. It also activates the TACK signal at output 163 because it is a valid device, the BIDD, and is validly driving the bus. The only time the TACK signal is not driven is when a command or data word is sent on the bus and no device responds to it.
  • the BIDD also responds to read commands with no TACK, through the TACK detector logic 105 (which is that shown in Fig. 7) , indicating that no device will respond to the read.
  • Global bus master devices can issue read and write commands to non-existent target addresses (devices 36, 15 and 27 in the example of Fig. 9) . In this case, no device will decode the address, respond to the command and issue the TACK signal (as indicated by the no TACK responses at 173 in Fig. 9) .
  • the GB master that issued the command will be stalled waiting for the read data unless it notices the lack of TACK and aborts the command.
  • the next question is how to abort the command.
  • the simplest method is to provide substitute data (175- 177 in Fig.
  • the BIDD monitors the device zero broadcast commands through a buffer register 167 and checks for a read command with no TACK response.
  • a state machine 169 requests the global bus and issues a read response of 1 , 2, or 4 octets of zero data, as determined by the 2 length bits in the command. It returns a zero data value and zero byte enables, with the appropriate word type codes for read response. The zero byte enables indicate that the data is invalid. (Read data normally returns data with all byte enables set to ones.)
  • the BIDD also responds with the device address from the read command (at 183 in Fig. 9) so the dummy data goes to the original requesting device.
  • the BIDD uses a FIFO 171 to hold up to five read requests from the GB before the BIDD is granted control of the bus for the No TACK read response .
  • Fig. 9 shows a timing diagram for the no TACK response.
  • the BIDD has the highest priority when re- questing the GB to minimize command buffering for read commands with no TACK. Command buffering is required because it is possible to have several read commands with no TACK occur in succession. With the highest priority, only 3 commands need to buffered, corresponding to the number of clocks between detection of the condition and putting the dummy read data on the GB; one to detect the condition, one to issue the GB request and one to receive the GB grant.
  • This timing diagram in Fig. 9 assumes that the BIDD has the highest priority for the GB arbiter and also assumes that the BIDD can submit a DC request (179) as opposed to a pulsed request.
  • the BIDD can hold the GB request for a longer period than needed because No tack responses are infrequent . Once the BIDD read responses have been issued, the BIDD can fill in with idle cycles if the grant time is longer than needed. Several read commands to non-existent addresses could occur in succession, meaning that the BIDD has to buffer these read commands. It has to buffer commands until it can gain access to the GB . By putting the TACK non-response logic as the highest priority GB device, this will minimize the buffering to the number of clocks between the time the TACK was detected and the time the GB grant is received. This should be 3 commands: one to detect it, one to issue the request and one to receive the grant. Note that only 14 bits need be saved from the command word: the 2 bits of the length code and 12 bits of the device and sub device address for the read response .
EP00923146A 1999-04-07 2000-04-06 Globale bus-synchrone bestätigung einer transaktion mit erkennung des fehlers einer antwort Withdrawn EP1257917A4 (de)

Applications Claiming Priority (3)

Application Number Priority Date Filing Date Title
US12822299P 1999-04-07 1999-04-07
US128222P 1999-04-07
PCT/US2000/009155 WO2000060462A1 (en) 1999-04-07 2000-04-06 Global bus synchronous transaction acknowledge with nonresponse detection

Publications (2)

Publication Number Publication Date
EP1257917A1 EP1257917A1 (de) 2002-11-20
EP1257917A4 true EP1257917A4 (de) 2004-11-10

Family

ID=22434254

Family Applications (1)

Application Number Title Priority Date Filing Date
EP00923146A Withdrawn EP1257917A4 (de) 1999-04-07 2000-04-06 Globale bus-synchrone bestätigung einer transaktion mit erkennung des fehlers einer antwort

Country Status (3)

Country Link
EP (1) EP1257917A4 (de)
JP (1) JP4412852B2 (de)
WO (1) WO2000060462A1 (de)

Families Citing this family (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
GB2367645B (en) * 2000-10-03 2002-11-20 Sun Microsystems Inc Memory access control
GB2367647B (en) 2000-10-03 2002-11-20 Sun Microsystems Inc Resource access control for a processor
GB2367646B (en) 2000-10-03 2002-11-20 Sun Microsystems Inc Resource access control
GB2367648B (en) 2000-10-03 2002-08-28 Sun Microsystems Inc Multiple trap avoidance mechanism
JP4592944B2 (ja) * 2000-12-19 2010-12-08 Necエンジニアリング株式会社 Cpuインターフェース回路
DE10110778A1 (de) * 2001-03-07 2002-09-12 Philips Corp Intellectual Pty Integrierter Schaltkreis

Family Cites Families (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US4459665A (en) * 1979-01-31 1984-07-10 Honeywell Information Systems Inc. Data processing system having centralized bus priority resolution
US4486855A (en) * 1982-01-28 1984-12-04 Ncr Corporation Activity detector usable with a serial data link
US4785394A (en) * 1986-09-19 1988-11-15 Datapoint Corporation Fair arbitration technique for a split transaction bus in a multiprocessor computer system
KR930002791B1 (ko) * 1987-05-01 1993-04-10 디지탈이큅먼트 코오포레이숀 펜디드 버스에서의 인터럽트 서비스노드
EP0676696B1 (de) * 1994-04-06 1999-01-20 Advanced Micro Devices, Inc. Parallelschlussschnittstellenschaltkreise in Rechnersystemen
US5659718A (en) * 1994-08-19 1997-08-19 Xlnt Designs, Inc. Synchronous bus and bus interface device
US5963721A (en) * 1995-12-29 1999-10-05 Texas Instruments Incorporated Microprocessor system with capability for asynchronous bus transactions
US5687381A (en) * 1996-02-09 1997-11-11 Advanced Micro Devices, Inc. Microprocessor including an interrupt polling unit configured to poll external devices for interrupts using interrupt acknowledge bus transactions
US5948093A (en) * 1996-02-09 1999-09-07 Advanced Micro Devices, Inc. Microprocessor including an interrupt polling unit configured to poll external devices for interrupts when said microprocessor is in a task switch state
US5991900A (en) * 1998-06-15 1999-11-23 Sun Microsystems, Inc. Bus controller

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
No further relevant documents disclosed *
See also references of WO0060462A1 *

Also Published As

Publication number Publication date
WO2000060462A1 (en) 2000-10-12
JP2002541548A (ja) 2002-12-03
JP4412852B2 (ja) 2010-02-10
EP1257917A1 (de) 2002-11-20

Similar Documents

Publication Publication Date Title
US5519839A (en) Double buffering operations between the memory bus and the expansion bus of a computer system
KR100271336B1 (ko) 주변구성요소 내부접속 버스상의 기능을 향상시키는 장치 및방법
JP3255908B2 (ja) メモリー制御ユニット
US5276886A (en) Hardware semaphores in a multi-processor environment
US5799207A (en) Non-blocking peripheral access architecture having a register configure to indicate a path selection for data transfer between a master, memory, and an I/O device
US5535341A (en) Apparatus and method for determining the status of data buffers in a bridge between two buses during a flush operation
US6405271B1 (en) Data flow control mechanism for a bus supporting two-and three-agent transactions
US5001624A (en) Processor controlled DMA controller for transferring instruction and data from memory to coprocessor
KR930005800B1 (ko) 데이타 처리시스템
US6336159B1 (en) Method and apparatus for transferring data in source-synchronous protocol and transferring signals in common clock protocol in multiple agent processing system
US5925118A (en) Methods and architectures for overlapped read and write operations
US6205509B1 (en) Method for improving interrupt response time
SE517214C2 (sv) Metod och anordning för automatisk rättning av ECC-fel i ett minne med hjälp av hårdvara
JPH04230551A (ja) 階層集積回路キャッシュメモリ
JPH05210622A (ja) データ処理システム、データ処理システムに使用するインターフエース回路及びデータ・プロセツサ間の通信方法
US6256693B1 (en) Master/slave data bus employing undirectional address and data lines and request/acknowledge signaling
EP0591419A1 (de) Verfahren und gerät zur erweiterung eines rückwandverbindungsbus ohne zusätzliche byte-select-signale
JPH04502825A (ja) 多重化された指令/id及びデータを有するシステムバス
TWI336439B (en) System and method to reduce memory latency in microprocessor systems connected with a bus
US6701398B1 (en) Global bus synchronous transaction acknowledge with nonresponse detection
EP1257917A1 (de) Globale bus-synchrone bestätigung einer transaktion mit erkennung des fehlers einer antwort
US6961799B2 (en) Method of detecting a source strobe event using change detection
US6253302B1 (en) Method and apparatus for supporting multiple overlapping address spaces on a shared bus
EP0691616A1 (de) RAM-/ und ROM-Steuerungseinheit
US5809534A (en) Performing a write cycle to memory in a multi-processor system

Legal Events

Date Code Title Description
PUAI Public reference made under article 153(3) epc to a published international application that has entered the european phase

Free format text: ORIGINAL CODE: 0009012

17P Request for examination filed

Effective date: 20011031

AK Designated contracting states

Kind code of ref document: A1

Designated state(s): DE FR GB IT

A4 Supplementary search report drawn up and despatched

Effective date: 20040923

RIC1 Information provided on ipc code assigned before grant

Ipc: 7H 03K 19/00 B

Ipc: 7G 06F 13/40 B

Ipc: 7G 06F 11/07 B

Ipc: 7H 03K 19/007 B

Ipc: 7G 06F 11/20 B

Ipc: 7G 06F 11/16 B

Ipc: 7G 06F 11/00 A

17Q First examination report despatched

Effective date: 20050214

GRAP Despatch of communication of intention to grant a patent

Free format text: ORIGINAL CODE: EPIDOSNIGR1

STAA Information on the status of an ep patent application or granted ep patent

Free format text: STATUS: THE APPLICATION IS DEEMED TO BE WITHDRAWN

18D Application deemed to be withdrawn

Effective date: 20051222