WO2001016772A1 - Input/output (i/o) address translation in a bridge proximate to a local i/o bus - Google Patents

Input/output (i/o) address translation in a bridge proximate to a local i/o bus Download PDF

Info

Publication number
WO2001016772A1
WO2001016772A1 PCT/US2000/022833 US0022833W WO0116772A1 WO 2001016772 A1 WO2001016772 A1 WO 2001016772A1 US 0022833 W US0022833 W US 0022833W WO 0116772 A1 WO0116772 A1 WO 0116772A1
Authority
WO
WIPO (PCT)
Prior art keywords
bus
memory
agp
address
gart
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.)
Ceased
Application number
PCT/US2000/022833
Other languages
English (en)
French (fr)
Inventor
Raman Nayyar
Douglas R. Moran
Leonard W. Cross
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.)
Intel Corp
Original Assignee
Intel Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Intel Corp filed Critical Intel Corp
Priority to JP2001520657A priority Critical patent/JP4607405B2/ja
Priority to EP00955748A priority patent/EP1208443B1/en
Priority to DE60026539T priority patent/DE60026539T2/de
Priority to HK02104993.7A priority patent/HK1043222B/en
Priority to AU67898/00A priority patent/AU6789800A/en
Publication of WO2001016772A1 publication Critical patent/WO2001016772A1/en
Anticipated expiration legal-status Critical
Ceased legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING OR CALCULATING; 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
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F12/00Accessing, addressing or allocating within memory systems or architectures
    • G06F12/02Addressing or allocation; Relocation
    • G06F12/08Addressing or allocation; Relocation in hierarchically structured memory systems, e.g. virtual memory systems
    • G06F12/10Address translation
    • G06F12/1081Address translation for peripheral access to main memory, e.g. direct memory access [DMA]
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; 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/4004Coupling between buses
    • G06F13/4027Coupling between buses using bus bridges
    • G06F13/404Coupling between buses using bus bridges with address mapping

Definitions

  • the invention relates generally to bus protocol bridging. More particularly, the invention relates to input/output (I O) address translation, such as remapping a continuous logical address space to a potentially discontinuous physical address space, in a bridge.
  • I O input/output
  • I/O peripheral devices typically operate more efficiently if they are presented with a large contiguous view of system memory (main memory). This allows such devices to make random accesses into a large area of memory containing the data in which they are interested.
  • a contiguous view of memory is especially important for graphics cards which must often retrieve an entire texture map in order to render a scene on a display device.
  • the address space in which the I/O peripheral device operates that gives the perception of a large contiguous address space is called a "virtual address space.”
  • FIG. 1 is a high-level block diagram of a general purpose computer system 100 that illustrates translation of graphics addresses to physical addresses.
  • the computer system 100 includes processing means, such as one or more processors 105 and 110, a chipset 120, a main memory 125, a memory bus 124, an Accelerated Graphics Port (AGP) bus 130, and a PCI bus 140.
  • the main memory includes a graphics address relocation table (GART) which contains entries for mapping virtual addresses used by a peripheral device, such as graphics accelerator 135, to physical addresses in main memory 125.
  • GART graphics address relocation table
  • the chipset 120 provides bridging functions between the AGP bus 130, the PCI bus 140, and the memory bus 124. As part of the bridging function, the chipset 120 translates graphics addresses contained in inbound read and write transactions (e.g., read and write transactions originated by the graphics accelerator 135) to corresponding physical addresses in main memory 125 using the GART 126. Consequently, in a computer system configured in accordance with Figure 1, processing of graphics data, such as texture maps, requires multiple accesses to main memory 125. First, the chipset 120 must retrieve an entry from the GART 126 that corresponds to the graphics address specified in the transaction being executed. Then, after the desired physical address has been determined by the chipset 120, the chipset 120 must perform a second access to main memory 125 in order to read or write the data specified by the transaction.
  • AGP AGP Advanced GP Advanced GP
  • main memory 125 which is typically made up of dynamic random access memories (DRAMs)
  • DRAMs dynamic random access memories
  • SRAM static random access memory
  • main memory 125 accesses for purposes of address translation must compete with other access requests, such as those originated by processor 105 or 110 and received over the system bus 1 15 or those received on the PCI bus 140.
  • AGP translations are slowed down by competing traffic.
  • the translation unit (not shown) handles multiple types of traffic, e.g., system bus traffic, PCI traffic, and AGP traffic, the situation is further complicated as arbitration logic becomes necessary to resolve contention for the translation unit among the various types of inbound and outbound transactions.
  • the I/O expansion bridge includes a first interface unit, a second interface unit, and an address translation unit.
  • the first interface unit is configured to be coupled to a system memory and I/O controller through one or more I/O ports.
  • the first interface unit enables data transfers over the one or more I/O ports to or from the main memory of a computer system.
  • the second interface unit provides bus control signals and addresses to enable data transfers over a bus to or from a peripheral device.
  • the address translation unit is coupled to the first interface unit and the second interface unit.
  • the address translation unit translates addresses associated with transactions received on the second interface by accessing a local memory containing physical addresses of pages in the main memory of the computer system.
  • Figure 1 is a block diagram that illustrates a prior art approach for graphics address translation.
  • Figure 2 is a block diagram that illustrates input/output address translation according to one embodiment of the present invention.
  • Figure 3 is a block diagram that illustrates graphics address translation according to one embodiment of the present invention.
  • FIG. 4 is a block diagram illustrating an exemplary chipset in which embodiments of the present invention may be implemented.
  • Figure 5A is a simplified block diagram illustrating high-level interconnection among functional units of a graphics expansion bridge according to one embodiment of the present invention.
  • Figure 5B is a simplified block diagram illustrating a more detailed view of a graphics expansion bridge according to one embodiment of the present invention.
  • Figure 6 is a high-level flow diagram conceptually illustrating transaction processing according to one embodiment of the present invention.
  • Figure 7 is a flow diagram illustrating inbound PCI write transaction processing according to one embodiment of the present invention.
  • Figure 8 is a flow diagram illustrating outbound PCI write transaction processing according to one embodiment of the present invention.
  • Figure 9 conceptually illustrates graphics (virtual) to physical address space translation according to one embodiment of the present invention.
  • Figure 10A illustrates an exemplary virtual address format which may be employed to refer to data residing in 4Kbyte pages in main memory.
  • Figure 10B illustrates an exemplary virtual address format which may be employed to refer to data residing in 4Mbyte pages in main memory.
  • Figure 11A illustrates an exemplary GART entry format to support address translation to 4Kbyte pages in main memory.
  • Figure 11B illustrates an exemplary GART entry format to support address translation to 4Mbyte pages in main memory.
  • embodiments of the present invention seek to provide a technique for translating I/O addresses that speeds up the execution of I/O transactions by, among other things, insulating the I O translation device, e.g., an I/O expansion bridge, from other types of traffic, such as system bus transactions.
  • the GART may be stored in a local SRAM rather than across the memory bus.
  • the interface is local and accesses to fetch GART entries do not have to compete with other types of traffic, transactions can be completed faster and the implementation of the translation device can be simplified.
  • the present invention includes various steps, which will be described below.
  • the steps of the present invention may be performed by hardware components or may be embodied in machine-executable instructions, which may be used to cause a general- purpose or special-purpose processor or logic circuits programmed with the instructions to perform the steps.
  • the steps may be performed by a combination of hardware and software.
  • bus generally refers to the physical communication medium or channel over which information flows between two or more devices. While a bus with only two devices on it is considered by some to be a "port,” as used herein, the term bus is intended to encompass such ports as well.
  • processor bus typically refers to the highest-level bus in the hierarchy of buses of a computer system. This bus is typically used by a system chipset to send information to and from the one or more processors of the computer system.
  • Memory bus refers to the bus that connects the memory subsystem to the system chipset and the processor(s). Importantly, in some computer systems, the processor bus and the memory bus may be the same bus.
  • a "local I/O bus” is typically a high-speed input output (I O) bus used for connecting various types of peripheral devices to the memory, the system chipset and/or the processor(s) of the computer system. For example, video cards, disk storage devices, high-speed network interfaces, and other performance-critical peripherals are commonly coupled to a bus of this kind.
  • Common local I/O buses include the VESA Local Bus (VLB), the Peripheral Component Interconnect (PCI) Bus, and the Accelerated Graphics Port (AGP) Bus.
  • VLB VESA Local Bus
  • PCI Peripheral Component Interconnect
  • AGP Accelerated Graphics Port
  • AGP Accelerated Graphics Port
  • PCI transaction generally refers to a PCI transaction with AGP semantics that is issued on the AGP bus.
  • a "bridge” generally refers to the logic and circuitry embodied in a chipset, for example, to connect two buses and allow the device(s) on one bus to communicate with the device(s) on the other and vice versa.
  • a PCI-ISA bridge which is typically part of the system chipset.
  • the PCI bus also may also have a bridge to the processor bus, called a PCI expansion bridge (PXB).
  • PXB PCI expansion bridge
  • a "transaction” comprises one or more of a request (address) phase and a data phase.
  • a transaction typically includes a start address, a transaction type, and an indication of the amount of data to be transferred.
  • an "inbound transaction” generally refers to a read or write request directed to the computer system by a peripheral device, such as a video card, disk storage device, or high-speed network interface; and an “outbound transaction” generally refers to a read or write request directed to a peripheral device by the computer system.
  • FIG. 2 illustrates a general purpose computer system 200 in which one or more of the steps of a method according to one embodiment of the present invention may be performed and in which an apparatus according to one embodiment of the present invention may reside.
  • the computer system 200 includes a processing means, such as one or more processors 205 and 210, a chipset 220, a main memory 225, a memory bus 224, and a local I/O bus 230.
  • the chipset 220 includes an address translation table 226.
  • the address translation table contains entries (not shown) which facilitate the translation of virtual addresses received from a peripheral device 235 to physical addresses in main memory 225.
  • the chipset 220 may include one or more integrated circuits upon which various chipset functions, e.g., system bus arbitration, I/O address translation, etc., may be distributed.
  • the chipset 220 acts as a bridge between the both the local I/O bus 230 and the system bus 215 and the memory bus 224.
  • the chipset 220 accesses the local address translation table 226 to map the continuous I/O address space employed by the peripheral device 235 to the physical address space of the main memory 225.
  • the address translation table 226 by locating the address translation table 226 local to the chipset 220 (e.g., in a dedicated on-chip or off-chip SRAM), inbound transactions from the peripheral device 235 may be more efficiently executed.
  • FIG. 3 is a high-level block diagram illustrating a general purpose computer system 300 in which an improved virtual address translation technique according to one embodiment of the present invention may be implemented.
  • the computer system 300 includes processing means, such as one or more processors 305 and 310, a chipset 320, a main memory 225, a memory bus 324, an Accelerated Graphics Port (AGP) bus 330, and a PCI bus 340.
  • the chipset 320 includes a graphics address relocation table (GART) 326.
  • the GART 326 contains GART entries (described below) which contain information for accomplishing the translation of virtual addresses received from a graphics accelerator 335 to physical addresses of the main memory 325.
  • the GART 326 is locally accessible to the chipset 320 rather than being located across the memory bus 324 in main memory 325.
  • the chipset 320 provides a bridging function between the AGP bus 330, the PCI bus 340, and the memory bus 324.
  • the chipset 320 translates graphics addresses contained in inbound read and write transactions (e.g., read and write transactions originated by the graphics accelerator 335) to corresponding physical addresses in main memory 325 using the local GART 326.
  • inbound read and write transactions e.g., read and write transactions originated by the graphics accelerator 335)
  • inbound transactions from peripheral devices, such as the graphics accelerator 335 may be more efficiently processed and executed.
  • a fetch from the local SRAM can be performed in approximately 30 nano seconds or less.
  • FIG. 4 illustrates an exemplary allocation of functionality among a plurality of units (e.g., chips) according to one embodiment of the present invention.
  • the chipset 320 includes a system address controller (SAC) 415, a system data controller (SDC) 420, a PCI expansion bridge (PXB) 425, graphics expansion bridge (GXB) 410, and static RAM (SRAM) 405.
  • SAC system address controller
  • SDC system data controller
  • PXB PCI expansion bridge
  • GXB graphics expansion bridge
  • SRAM static RAM
  • the SAC 420 connects to the address and control sections (not shown) of the system bus 315.
  • the SAC is responsible for translating and directing system bus 315 accesses to the appropriate I/O port or main memory 325. It also acts as a routing agent for inbound traffic, directing it to a peer I/O port 412 or 427, main memory 325 or the system bus 315.
  • the SDC connects to the data signals (not shown) on the system bus 315, and also to main memory 325 by way of the memory bus 324 and the SAC 420.
  • the data for all transfers passes through the SDC, whether from the system bus 315 to main memory 325, from one of the I/O ports 412 or 427 to memory or peer to peer I/O port 412 or 427.
  • the connection between the SAC 415 and SDC 420 allows for concurrent data transfers to the system bus 315 and to the I/O ports 412 or 427 thereby maximizing the available bandwidth to each system agent.
  • the functionality of the SAC 420 and the SDC may be combined into a single system memory and I/O controller 421 or distributed over additional integrated circuits.
  • the PXB 425 provides a bus protocol bridging function between the I/O port 427, such as an F16 bus, and the PCI bus 340.
  • a single PXB 425 typically connects to one I/O port 427 and creates two 33Mhz, 32-bit PCI buses.
  • the PXB 425 may support a single 64-bit PCI bus.
  • a computer system may include multiple PXBs (typically 1 to 4).
  • the GXB 410 creates a bridge between the I/O ports 412, e.g., two F16 buses, and the AGP bus 330 by providing a bus protocol bridging function between the I/O ports 412 and the AGP bus 330. In this manner, the GXB 410 adds a high performance, dedicated graphics port to the computer system. Multiple GXBs can be instantiated in a computer system to create a multi-graphics port workstation. The primary function of the GXB 410 is to create a bridge between the I/O ports 412 and the AGP bus 330.
  • the GXB 410 does this by accepting outbound transactions from the I/O ports 412, storing them internally, and then delivering them on the AGP bus 330 using the appropriate signaling protocol. Conversely, the GXB 410 accepts inbound transactions issued on the AGP bus 330, again stores them internally, translates the graphics addresses associated with the inbound transactions, and issues the translated inbound transactions onto the I/O port(s) 412. As will be described in further detail below, the GXB 410 performs address translation by accessing the GART 326 stored in an on or off-chip SRAM 405. Several advantages are achieved by the chipset architecture of Figure 4.
  • the GXB 410 is isolated from the system bus 315 and associated system traffic thereby eliminating a source of contention for the resources of the GXB 410 and doing away with the need for associated arbitration logic.
  • address translation processing will not interfere with main memory traffic and the memory bus 324 is more efficiently utilized.
  • the local SRAM accesses to the GART 326 are approximately ten times faster than if the GXB 410 had to go over the memory bus 324. Consequently, the end result is an improved protocol bridge for servicing transactions on the AGP bus 330.
  • the improved protocol bridge is simpler, faster, and more efficient than the current bridging techniques described above. Exemplary internal partitionings of the GXB 410 will be described below.
  • one or more of the GXB 410 components could be integrated onto a single integrated circuit (IC). Additionally, in alternative embodiments, one or more of the GXB 410 components could be integrated with a processor and/or memory onto a single integrated circuit.
  • FIG. 5A is a simplified block diagram illustrating high-level interconnection among functional units of a graphics expansion bridge according to one embodiment of the present invention.
  • GXB 410 includes an AGP bus interface unit 505, a data buffer unit 510, a transaction queue unit 515, a GART unit 520, and an I/O port interface unit 525.
  • the AGP bus interface unit 505 may be based upon a 66Mhz, 32-bit PCI bus. In practice, to ease implementation, the AGP bus interface unit 505 may be further divided into the core PCI bus and the incremental logic that adds the AGP capabilities.
  • the AGP bus interface unit 505 includes arbitration logic (not shown) for managing AGP bus 330 ownership between inbound and outbound transactions. Additionally, bus control signals and addresses are provided by the AGP bus interface unit 505 to enable AGP data transfers over the AGP bus 330. The AGP bus interface unit 505 may also maintain an internal transaction queue and data buffers (not shown) for performing any necessary intra stream reordering and for holding a transaction until adequate resources are available in the transaction queue unit 515 to service it.
  • the transaction queue unit 515 implements one or more internal transaction queues for inbound and outbound transactions. Buffer space may also be implemented in the GXB 410 to support various data buffering needs.
  • the data buffer unit 510 may contain data buffers for temporarily storing data within the GXB 410.
  • the data buffers may be implemented as separate buffers for each transaction type in each direction or as a common buffer.
  • the GART 126 is stored in main memory 125. Accordingly, in such implementations, GART functionality is performed proximate to main memory 125. In contrast, according to the present embodiment, GART functionality is performed within the GXB 410 by the GART unit 520. According to one embodiment, the GART unit implements a push model and translates transactions whenever a valid transaction resides in one of the transaction queue(s). In this regard, the GART unit 520 is responsible for accepting inbound transactions from the transaction queue(s) and translating the transactions as necessary. In the embodiment depicted, the GART unit 520 is coupled to a local off-chip SRAM 405 that includes the GART 326.
  • the GART 326 may be stored in an on-chip SRAM.
  • the GART unit 520 is also responsible for programming the contents of the SRAM 405.
  • the SRAM 405 should be initialized as invalid or programmed before any accesses commence.
  • the GART unit 520 can be directed to program the SRAM 405 dynamically every time a new application is started, for example. Programming may be achieved by issuing programming access requests from the system bus 315.
  • the I/O port interface unit 525 provides the interface to one or more I/O ports by enabling requests and data transfers over the one or more I/O ports. For example, according to one embodiment, the I/O port interface unit 525 interfaces two F16 buses. The I/O port interface unit 525 removes transactions from the inbound transaction queue(s) maintained in the transaction queue unit 515 based upon availability and stream priority, and transmits the transactions across the appropriate I/O port 412. If the request is a write, then data is read from the appropriate buffer in the data buffer unit 510 is sent as well. For outbound transactions, an entry is added to the appropriate outbound transaction queue maintained in the transaction queue unit 515. If necessary, data associated with an outbound transaction is delivered to the appropriate buffer in the data buffer unit 510.
  • FIG. 5B is a simplified block diagram illustrating a more detailed view of graphics expansion bridge 410 according to one embodiment of the present invention.
  • the transaction queue unit 515 includes an AGP low priority queue 560, an AGP high priority queue 565, a PCI inbound queue 570, SAC inbound control logic 580, SAC outbound control logic 585, and a PCI outbound queue 590.
  • the AGP bus interface unit 505 receives inbound AGP transactions from the AGP bus 330 and adds them to the appropriate queue 560, 565, or 570. For example, inbound PCI transactions from the AGP bus 330 are routed to the PCI inbound queue 570 by the AGP bus interface unit 505.
  • the SAC outbound control logic 585 receives outbound transactions from the I O ports 412 and queues them onto the PCI outbound queue 590.
  • the PCI outbound queue 590 in turn is unloaded by the AGP bus interface unit 505.
  • the outbound transactions do not require address translation they do not need to go through the GART unit 520.
  • the GART unit 520 includes an arbitration unit 530, an execution unit 535, and a writeback unit 540.
  • the arbitration unit 530 performs two main functions: (1) arbitration among the AGP and PCI accesses and SRAM accesses (programming accesses) coming from the configuration control unit 595 and (2) generation of SRAM addresses (GART indices).
  • the arbitration function of the arbitration unit 530 involves deciding which transaction of those at the head of the transaction queues 560, 565, and 570 will be translated next.
  • the virtual addresses (which are 40 bits wide in one embodiment) associated with the inbound transactions in the transaction queues 560, 565, and 570 are too wide to be fed directly to the SRAM 405.
  • the SRAM address generation function (GART index generation function) of the arbitration unit 530 determines an SRAM address based upon the virtual address of the transaction that won the arbitration.
  • the arbitration unit 530 may then communicate to the execution unit 535 that it should assert the appropriate control signals for the SRAM operation (e.g., read or write). In this manner, the execution unit 535 can immediately issue an SRAM cycle without having to process the address further.
  • the arbitration unit 530 could provide the execution unit 535 with the SRAM address and the execution unit 535 could assemble a full packet and issue it to SRAM 405.
  • the SRAM 405 should be run in pipelined mode and every clock the arbitration unit 530 should be able to provide the address for the next transaction to be translated and communicate the availability of the next transaction to the execution unit 535.
  • the execution unit 535 initiates and controls various SRAM operations by asserting and deasserting SRAM control signal at the appropriate times.
  • the execution unit 535 may perform an execution stage which includes processing an incoming SRAM address from the arbitration unit 530 and executing it by sending it to the SRAM 405.
  • GART entries are received by the execution unit 535, they are used to perform address translation or discarded. If the inbound transaction address corresponding to the GART entry is within the GART aperture, then the GART entry is used to perform address translation. However, if the inbound transaction address falls outside the GART aperture (e.g., it is a physical address), then the GART entry is dropped and no translation is performed.
  • the execution unit 535 may hold old translations or use a translation look-aside buffer to facilitate address translation.
  • the "translated address,” e.g., the original inbound transaction address or the physical address is provided to the writeback unit 540.
  • the writeback unit 540 receives SRAM data and using information provided by the execution unit 535 and the configuration control unit 595 formats the data and routes it to the correct destination (e.g., an entry of a queue in the transaction queue unit 515). For example, according to the embodiment depicted, the writeback unit 540 is responsible for overwriting the virtual addresses of the inbound transactions with the translated address provided by the execution unit.
  • FIG. 6 is a high-level flow diagram conceptually illustrating transaction processing according to one embodiment of the present invention.
  • a transaction is received.
  • a determination is subsequently made at step 620 based upon the transaction type whether or not to perform address translation. If the transaction is an inbound transaction (e.g., one received from the AGP bus 330), then transaction processing continues with step 630. Otherwise, if the transaction is an outbound transaction (e.g., one received from the one or more I/O ports 412), then processing continues with step 640.
  • step 630 translation processing is performed. While for convenience, GART entries may be speculatively fetched from the SRAM 410, not all inbound transactions are translated.
  • inbound transactions specifying a virtual address outside of the AGP range (e.g., the GART aperture) will not be translated.
  • outbound transactions bypass the translation processing.
  • the transaction is executed on the appropriate bus (e.g., inbound transactions are executed on one or more of the I/O ports 412 and outbound transactions are executed on the AGP bus 330).
  • the GXB 410 is configured to process both AGP transactions and PCI transactions received on the AGP bus 330 to provide a level of backwards compatibility.
  • the processing flow through the GXB 410 is very similar for each of the PCI, low priority AGP, and high priority AGP stream. Therefore, only the processing of an exemplary PCI transaction will be described herein.
  • FIG. 7 is a flow diagram illustrating inbound PCI write transaction processing according to one embodiment of the present invention.
  • a PCI cycle runs on the AGP bus 330 delivering the PCI transaction to the GXB 410 followed by the data associated with the PCI transaction.
  • the PCI transaction is buffered in the PCI inbound buffer 570.
  • the virtual address associated with the PCI transaction is translated to a physical address in main memory 325 as described further below (step 730).
  • the PCI transaction's virtual address is overwritten with the translated address at step 740. Due to the speculative nature of the retrieval of GART entries, when translation is not to be performed, the translated address may be the same as the virtual address.
  • the translated PCI transaction is buffered in the SAC inbound buffer 580 at step 750 until the transaction can be executed on the appropriate I/O port 412. Finally, the translated PCI transaction is performed by executing a write cycle on the I/O port 412. Outbound PCI Write Transaction Processing
  • outbound transactions need not be translated by the GXB 410.
  • processing associated with an outbound PCI write transaction will now be described with reference to Figure 8.
  • a write request is executed on an I O port 412 and a PCI request is received and routed to the SAC outbound control logic 585 (steps 810 and 820). Data associated with the PCI request is transferred to the data buffer unit 510.
  • the outbound PCI write transaction is performed by executing a write cycle on the AGP bus 330.
  • a write completion indication may be provided after the outbound PCI write transaction has been completed successfully (steps 850 and 860).
  • FIG. 9 conceptually illustrates graphics (virtual) to physical address space translation according to one embodiment of the present invention.
  • a virtual address 915 comprises an AGP address 920 and an offset 925.
  • the virtual address 915 represents an address in the continuous logical address space employed by the graphics accelerator 335, for example.
  • the AGP address 920, a portion thereof, or other information derived from the AGP address 920 is used to retrieve an appropriate entry from the GART 905.
  • Information contained within the GART entry identifies a physical page in main memory 325 containing the physical address corresponding to the virtual address 915.
  • the physical page identified by the GART entry is combined with the offset 925 from the virtual address 915 to form the main memory address 930.
  • the GXB 410 supports two different page sizes in main memory 325.
  • the translation of the virtual address 915 depends upon the page size in which the corresponding physical address resides.
  • a fixed page size e.g., 4Kbyte or 4Mbyte
  • an indication of the page size is stored in a control register in the GXB 410 during system boot.
  • the AGP programming model is designed using 4Kbyte pages for GART entries. By allowing a larger page size (e.g., 2Mbyte, 4Mbyte, etc.), the GXB 410 is compatible with high performance computer systems.
  • the GART aperture may concurrently include pages of differing sizes.
  • the address translation needs to be dynamically controlled as described below.
  • Figure 10A illustrates an exemplary virtual address format which may be employed to refer to data residing in 4Kbyte pages in main memory.
  • the virtual address 915 is 40 bits wide.
  • the AGP address 1020 comprises 28 bits and the offset 1025 comprises 12 bits.
  • Figure 10B illustrates an exemplary virtual address format which may be employed to refer to data residing in 4Mbyte pages in main memory.
  • the virtual address 915 is again 40 bits wide.
  • the AGP address 1021 is reduced to 18 bits and the offset 1025 is increased to 22 bits. It is contemplated that various other page sizes could be accommodated.
  • Figure 11A illustrates an exemplary GART entry format 1105 to support address translation to 4Kbyte pages in main memory.
  • the entry 1105 is 32 bits wide and includes a parity bit 1115, a coherency bit 1120, a valid bit 1125, a new page address 1130, and a reserved area 1 110.
  • Each entry covers one 4Kbyte page.
  • One megabyte is sufficient to hold 256k entries or a total of 1GB of translatable space for 4Kbyte pages.
  • the parity bit 1115 covers the entire GART entry 1105. It may be generated by hardware and be calculated such that the total number of 1 's, including the parity bit 1115 total to an even or an odd number.
  • the coherency bit 1120 indicates whether or not the traffic from the graphics card needs to be coherent with the system bus 315. Coherency is discussed further below.
  • the valid bit 1125 indicates whether of not the SRAM 405 contains valid data for this entry. If the valid bit 1125 indicates the data is valid for the entry, then it is ok to use the entry for address translation.
  • the new page address 1 130 is 24 bits wide.
  • the new page address 1130 comprises a start address of a 4Kbyte physical page in main memory 325 that contains the desired physical address.
  • Figure 11B illustrates an exemplary GART entry format to support address translation to 4Mbyte pages in main memory.
  • the entry 1106 is 32 bits wide and includes a parity bit 1116, a coherency bit 1121, a valid bit 1126, a new page address 1131, and reserved areas 11 11 and 1136. Each entry covers one 4Mbyte page.
  • the parity bit 1116 covers the entire GART entry 1106 and may be calculated such that the total number of l's, including the parity bit 1116 total to an even or an odd number.
  • the coherency bit 1121 indicates whether or not the traffic from the graphics card needs to be coherent with the system bus 315. Coherency is discussed further below.
  • the valid bit 1126 indicates whether of not the SRAM 405 contains valid data for entry in question. If the valid bit 1126 indicates the data is valid for the entry, then it is ok to use the entry for address translation.
  • the new page address 1131 is 14 bits wide.
  • the new page address 1131 comprises a start address of a 4Mbyte physical page in main memory 325 that contains the desired physical address.
  • the relative positioning of the bits and fields may be different than that illustrated in the examples of Figure 11A and Figure 11B.
  • the entry format may also include a page mode bit to indicate the destination page size (e.g., 4Kbyte or 4Mbyte) and provide for dynamic control of the address translation process. In this manner, more than one different page size may be concurrently supported.
  • Traffic from the graphics card may or may not want to be coherent with the system bus 325.
  • coherency is selectable on a page-by-page basis.
  • "coherency” means that the addresses will appear on the system bus 325 so that the one or more processors 305 and 310 may snoop their caches for that address. If the texture map or other image data is marked write combining (WC) by the processor, then that data is not coherent. Addresses on the system bus 325 which hit in a processor's WC buffer are not snooped. Alternatively, the application may know that the data in main memory 325 was not used by the processor (e.g., it came from disk) and wants the graphics card to fetch the data without using system bus 325 bandwidth, so forces the access to be noncoherent.

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Computer Hardware Design (AREA)
  • Bus Control (AREA)
  • Memory System Of A Hierarchy Structure (AREA)
PCT/US2000/022833 1999-08-30 2000-08-18 Input/output (i/o) address translation in a bridge proximate to a local i/o bus Ceased WO2001016772A1 (en)

Priority Applications (5)

Application Number Priority Date Filing Date Title
JP2001520657A JP4607405B2 (ja) 1999-08-30 2000-08-18 ローカルi/oバスに近接するブリッジでの入出力(i/o)アドレス変換
EP00955748A EP1208443B1 (en) 1999-08-30 2000-08-18 Input/output (i/o) address translation in a bridge proximate to a local i/o bus
DE60026539T DE60026539T2 (de) 1999-08-30 2000-08-18 Ein-/ausgabeadressübersetzung in einer brücke in unmittelbarer nähe eines lokalen ein-/ausgabebuses
HK02104993.7A HK1043222B (en) 1999-08-30 2000-08-18 Input/output (i/o) address translation in a bridge proximate to a local i/o bus
AU67898/00A AU6789800A (en) 1999-08-30 2000-08-18 Input/output (i/o) address translation in a bridge proximate to a local i/o bus

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
US09/385,209 1999-08-30
US09/385,209 US6457068B1 (en) 1999-08-30 1999-08-30 Graphics address relocation table (GART) stored entirely in a local memory of an expansion bridge for address translation

Publications (1)

Publication Number Publication Date
WO2001016772A1 true WO2001016772A1 (en) 2001-03-08

Family

ID=23520487

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/US2000/022833 Ceased WO2001016772A1 (en) 1999-08-30 2000-08-18 Input/output (i/o) address translation in a bridge proximate to a local i/o bus

Country Status (10)

Country Link
US (2) US6457068B1 (enExample)
EP (1) EP1208443B1 (enExample)
JP (1) JP4607405B2 (enExample)
KR (1) KR100432470B1 (enExample)
CN (1) CN1213374C (enExample)
AU (1) AU6789800A (enExample)
DE (1) DE60026539T2 (enExample)
HK (1) HK1043222B (enExample)
TW (1) TW552515B (enExample)
WO (1) WO2001016772A1 (enExample)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7546457B2 (en) 2002-03-29 2009-06-09 Intel Corporation System and method for execution of a secured environment initialization instruction
CN102880587A (zh) * 2012-10-09 2013-01-16 无锡江南计算技术研究所 基于嵌入式加速核心的独立显卡架构
US8533777B2 (en) 2004-12-29 2013-09-10 Intel Corporation Mechanism to determine trust of out-of-band management agents
CN109413122A (zh) * 2017-08-16 2019-03-01 深圳市中兴微电子技术有限公司 一种数据处理方法、网络处理器及计算机存储介质

Families Citing this family (40)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6457068B1 (en) * 1999-08-30 2002-09-24 Intel Corporation Graphics address relocation table (GART) stored entirely in a local memory of an expansion bridge for address translation
US6785759B1 (en) * 2000-05-10 2004-08-31 International Business Machines Corporation System and method for sharing I/O address translation caching across multiple host bridges
US6789154B1 (en) * 2000-05-26 2004-09-07 Ati International, Srl Apparatus and method for transmitting data
US6748512B2 (en) * 2000-12-08 2004-06-08 Intel Corporation Method and apparatus for mapping address space of integrated programmable devices within host system memory
US7009618B1 (en) * 2001-07-13 2006-03-07 Advanced Micro Devices, Inc. Integrated I/O Remapping mechanism
JP2004087867A (ja) * 2002-08-28 2004-03-18 Renesas Technology Corp 半導体集積回路装置
US7900017B2 (en) * 2002-12-27 2011-03-01 Intel Corporation Mechanism for remapping post virtual machine memory pages
GB0301448D0 (en) * 2003-01-22 2003-02-19 Falanx Microsystems As Microprocessor systems
US6874042B2 (en) * 2003-03-11 2005-03-29 Dell Products L.P. System and method for using a switch to route peripheral and graphics data on an interconnect
US7073010B2 (en) * 2003-12-02 2006-07-04 Super Talent Electronics, Inc. USB smart switch with packet re-ordering for interleaving among multiple flash-memory endpoints aggregated as a single virtual USB endpoint
US7411591B2 (en) * 2003-12-24 2008-08-12 Intel Corporation Graphics memory switch
US7278008B1 (en) 2004-01-30 2007-10-02 Nvidia Corporation Virtual address translation system with caching of variable-range translation clusters
US7334108B1 (en) 2004-01-30 2008-02-19 Nvidia Corporation Multi-client virtual address translation system with translation units of variable-range size
US7296139B1 (en) 2004-01-30 2007-11-13 Nvidia Corporation In-memory table structure for virtual address translation system with translation units of variable range size
US7496706B2 (en) * 2004-06-30 2009-02-24 Intel Corporation Message signaled interrupt redirection table
CN100345136C (zh) * 2004-06-30 2007-10-24 中国科学院计算技术研究所 使64位处理器兼容32位桥接芯片的系统及转换装置
US20060190655A1 (en) * 2005-02-24 2006-08-24 International Business Machines Corporation Apparatus and method for transaction tag mapping between bus domains
US7469312B2 (en) * 2005-02-24 2008-12-23 International Business Machines Corporation Computer system bus bridge
US7339591B2 (en) * 2005-03-10 2008-03-04 Microsoft Corporation Method to manage graphics address remap table (GART) translations in a secure system
US7370137B2 (en) * 2005-06-06 2008-05-06 Intel Corporation Inter-domain data mover for a memory-to-memory copy engine
US20070005865A1 (en) * 2005-06-29 2007-01-04 Spry Bryan L Enforcing global ordering using an inter-queue ordering mechanism
US7814279B2 (en) * 2006-03-23 2010-10-12 International Business Machines Corporation Low-cost cache coherency for accelerators
US20080028181A1 (en) * 2006-07-31 2008-01-31 Nvidia Corporation Dedicated mechanism for page mapping in a gpu
US8277401B2 (en) * 2006-09-12 2012-10-02 Boa Technology, Inc. Closure system for braces, protective wear and similar articles
US20080259556A1 (en) * 2007-04-20 2008-10-23 Tracy Mark S Modular graphics expansion system
US20090157949A1 (en) * 2007-12-18 2009-06-18 Leibowitz Robert N Address translation between a memory controller and an external memory device
US7900016B2 (en) * 2008-02-01 2011-03-01 International Business Machines Corporation Full virtualization of resources across an IP interconnect
US7904693B2 (en) * 2008-02-01 2011-03-08 International Business Machines Corporation Full virtualization of resources across an IP interconnect using page frame table
CN101414970B (zh) * 2008-11-26 2011-11-30 中兴通讯股份有限公司 Ioc模块分配方法及io交换器
US8291415B2 (en) * 2008-12-31 2012-10-16 Intel Corporation Paging instruction for a virtualization engine to local storage
JP2011118732A (ja) * 2009-12-04 2011-06-16 Yokogawa Electric Corp I/oノード
US8793439B2 (en) * 2010-03-18 2014-07-29 Oracle International Corporation Accelerating memory operations using virtualization information
US9477634B2 (en) * 2010-06-04 2016-10-25 Intersil Americas LLC I2C address translation
CN103092797B (zh) * 2012-12-13 2016-02-03 中国航空无线电电子研究所 离散量接口同步控制装置、离散量采集及输出控制方法
JP6385761B2 (ja) * 2014-09-02 2018-09-05 株式会社メガチップス バスブリッジ及びバスブリッジ群
JP6593222B2 (ja) * 2016-02-23 2019-10-23 富士通株式会社 情報処理装置、演算処理装置及び情報処理装置の制御方法
US10372663B2 (en) * 2017-07-25 2019-08-06 Qualcomm Incorporated Short address mode for communicating waveform
TWI720345B (zh) * 2018-09-20 2021-03-01 威盛電子股份有限公司 多核心系統的內連線結構
US11620248B2 (en) * 2021-03-31 2023-04-04 Advanced Micro Devices, Inc. Optical bridge interconnect unit for adjacent processors
KR20240001358U (ko) 2023-02-06 2024-08-13 엄재운 디퓨져 장착구조

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP0392657A1 (en) * 1989-04-07 1990-10-17 Tektronix Inc. System providing cache coherent direct memory access between dissimilar bus systems
WO1994016391A1 (en) * 1992-12-31 1994-07-21 Intel Corporation Bus to bus interface with address translation
US5335329A (en) * 1991-07-18 1994-08-02 Texas Microsystems, Inc. Apparatus for providing DMA functionality to devices located in a bus expansion chassis
WO1998011490A1 (en) * 1996-09-10 1998-03-19 Symbios, Inc. Address translation in computer bus bridge devices

Family Cites Families (26)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH01181163A (ja) 1988-01-13 1989-07-19 Seiko Instr & Electron Ltd 図形表示システム
US5479627A (en) * 1993-09-08 1995-12-26 Sun Microsystems, Inc. Virtual address to physical address translation cache that supports multiple page sizes
US5606683A (en) * 1994-01-28 1997-02-25 Quantum Effect Design, Inc. Structure and method for virtual-to-physical address translation in a translation lookaside buffer
DE69429503T2 (de) * 1994-03-24 2002-05-16 Hewlett-Packard Co. (N.D.Ges.D.Staates Delaware), Palo Alto Übersetzungsmechanismus für Ein-/Ausgabeadressen
US6029224A (en) * 1995-06-07 2000-02-22 Lucent Technologies Inc. Self-contained memory apparatus having diverse types of memory and distributed control
US5937436A (en) * 1996-07-01 1999-08-10 Sun Microsystems, Inc Network interface circuit including an address translation unit and flush control circuit and method for checking for invalid address translations
US5983332A (en) * 1996-07-01 1999-11-09 Sun Microsystems, Inc. Asynchronous transfer mode (ATM) segmentation and reassembly unit virtual address translation unit architecture
US6141701A (en) * 1997-03-13 2000-10-31 Whitney; Mark M. System for, and method of, off-loading network transactions from a mainframe to an intelligent input/output device, including off-loading message queuing facilities
US5857086A (en) * 1997-05-13 1999-01-05 Compaq Computer Corp. Apparatus method and system for peripheral component interconnect bus using accelerated graphics port logic circuits
US6249853B1 (en) * 1997-06-25 2001-06-19 Micron Electronics, Inc. GART and PTES defined by configuration registers
US6195734B1 (en) * 1997-07-02 2001-02-27 Micron Technology, Inc. System for implementing a graphic address remapping table as a virtual register file in system memory
US5933158A (en) * 1997-09-09 1999-08-03 Compaq Computer Corporation Use of a link bit to fetch entries of a graphic address remapping table
US5999743A (en) * 1997-09-09 1999-12-07 Compaq Computer Corporation System and method for dynamically allocating accelerated graphics port memory space
US5914730A (en) * 1997-09-09 1999-06-22 Compaq Computer Corp. System and method for invalidating and updating individual GART table entries for accelerated graphics port transaction requests
US5914727A (en) 1997-09-09 1999-06-22 Compaq Computer Corp. Valid flag for disabling allocation of accelerated graphics port memory space
US5905509A (en) * 1997-09-30 1999-05-18 Compaq Computer Corp. Accelerated Graphics Port two level Gart cache having distributed first level caches
US5949436A (en) * 1997-09-30 1999-09-07 Compaq Computer Corporation Accelerated graphics port multiple entry gart cache allocation system and method
US6130680A (en) * 1997-12-01 2000-10-10 Intel Corporation Method and apparatus for multi-level demand caching of textures in a graphics display device
WO1999034293A1 (en) * 1997-12-30 1999-07-08 Micron Technology, Inc. Accelerated graphics port for multiple memory controller computer system
US6252612B1 (en) * 1997-12-30 2001-06-26 Micron Electronics, Inc. Accelerated graphics port for multiple memory controller computer system
US7007126B2 (en) * 1998-02-13 2006-02-28 Intel Corporation Accessing a primary bus messaging unit from a secondary bus through a PCI bridge
US6199145B1 (en) * 1998-02-27 2001-03-06 Intel Corporation Configurable page closing method and apparatus for multi-port host bridges
US6145030A (en) * 1998-03-27 2000-11-07 Intel Corporation System for managing input/output address accesses at a bridge/memory controller
US6192455B1 (en) * 1998-03-30 2001-02-20 Intel Corporation Apparatus and method for preventing access to SMRAM space through AGP addressing
US6326973B1 (en) * 1998-12-07 2001-12-04 Compaq Computer Corporation Method and system for allocating AGP/GART memory from the local AGP memory controller in a highly parallel system architecture (HPSA)
US6457068B1 (en) * 1999-08-30 2002-09-24 Intel Corporation Graphics address relocation table (GART) stored entirely in a local memory of an expansion bridge for address translation

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP0392657A1 (en) * 1989-04-07 1990-10-17 Tektronix Inc. System providing cache coherent direct memory access between dissimilar bus systems
US5335329A (en) * 1991-07-18 1994-08-02 Texas Microsystems, Inc. Apparatus for providing DMA functionality to devices located in a bus expansion chassis
WO1994016391A1 (en) * 1992-12-31 1994-07-21 Intel Corporation Bus to bus interface with address translation
WO1998011490A1 (en) * 1996-09-10 1998-03-19 Symbios, Inc. Address translation in computer bus bridge devices

Cited By (18)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8645688B2 (en) 2002-03-29 2014-02-04 Intel Corporation System and method for execution of a secured environment initialization instruction
US10042649B2 (en) 2002-03-29 2018-08-07 Intel Corporation System and method for execution of a secured environment initialization instruction
US8185734B2 (en) 2002-03-29 2012-05-22 Intel Corporation System and method for execution of a secured environment initialization instruction
CN102841995A (zh) * 2002-03-29 2012-12-26 英特尔公司 用于执行安全环境初始化指令的系统和方法
CN102855441A (zh) * 2002-03-29 2013-01-02 英特尔公司 用于执行安全环境初始化指令的系统和方法
CN106845249B (zh) * 2002-03-29 2020-12-22 英特尔公司 用于执行安全环境初始化指令的系统和方法
US10175994B2 (en) 2002-03-29 2019-01-08 Intel Corporation System and method for execution of a secured environment initialization instruction
CN102103671B (zh) * 2002-03-29 2013-10-16 英特尔公司 用于执行安全环境初始化指令的系统和方法
CN101410772B (zh) * 2002-03-29 2011-04-13 英特尔公司 用于执行安全环境起始指令的系统
CN106845249A (zh) * 2002-03-29 2017-06-13 英特尔公司 用于执行安全环境初始化指令的系统和方法
US9361121B2 (en) 2002-03-29 2016-06-07 Intel Corporation System and method for execution of a secured environment initialization instruction
US9990208B2 (en) 2002-03-29 2018-06-05 Intel Corporation System and method for execution of a secured environment initialization instruction
US10031759B2 (en) 2002-03-29 2018-07-24 Intel Corporation System and method for execution of a secured environment initialization instruction
US7546457B2 (en) 2002-03-29 2009-06-09 Intel Corporation System and method for execution of a secured environment initialization instruction
US8533777B2 (en) 2004-12-29 2013-09-10 Intel Corporation Mechanism to determine trust of out-of-band management agents
CN102880587A (zh) * 2012-10-09 2013-01-16 无锡江南计算技术研究所 基于嵌入式加速核心的独立显卡架构
CN109413122A (zh) * 2017-08-16 2019-03-01 深圳市中兴微电子技术有限公司 一种数据处理方法、网络处理器及计算机存储介质
CN109413122B (zh) * 2017-08-16 2022-05-13 深圳市中兴微电子技术有限公司 一种数据处理方法、网络处理器及计算机存储介质

Also Published As

Publication number Publication date
US6457068B1 (en) 2002-09-24
JP4607405B2 (ja) 2011-01-05
JP2003508850A (ja) 2003-03-04
AU6789800A (en) 2001-03-26
US6618770B2 (en) 2003-09-09
DE60026539T2 (de) 2006-08-17
EP1208443B1 (en) 2006-03-08
HK1043222A1 (en) 2002-09-06
HK1043222B (en) 2006-06-30
DE60026539D1 (de) 2006-05-04
CN1213374C (zh) 2005-08-03
KR100432470B1 (ko) 2004-05-20
KR20020064280A (ko) 2002-08-07
TW552515B (en) 2003-09-11
EP1208443A1 (en) 2002-05-29
CN1382277A (zh) 2002-11-27
US20020129187A1 (en) 2002-09-12

Similar Documents

Publication Publication Date Title
US6618770B2 (en) Graphics address relocation table (GART) stored entirely in a local memory of an input/output expansion bridge for input/output (I/O) address translation
US6434639B1 (en) System for combining requests associated with one or more memory locations that are collectively associated with a single cache line to furnish a single memory operation
US7145568B2 (en) Shared translation address caching
US8564602B2 (en) Method of implementing an accelerated graphics port for a multiple memory controller computer system
US5627993A (en) Methods and systems for merging data during cache checking and write-back cycles for memory reads and writes
US5854637A (en) Method and apparatus for managing access to a computer system memory shared by a graphics controller and a memory controller
JP3765586B2 (ja) 多重プロセッサコンピューターシステムのアーキテクチャ
US6330630B1 (en) Computer system having improved data transfer across a bus bridge
US6069638A (en) System for accelerated graphics port address remapping interface to main memory
US7415575B1 (en) Shared cache with client-specific replacement policy
JP3289661B2 (ja) キャッシュメモリシステム
US20010028355A1 (en) Apparatus for graphic address remapping
US5269005A (en) Method and apparatus for transferring data within a computer system
US6321307B1 (en) Computer system and method employing speculative snooping for optimizing performance
JP2002535763A (ja) ダイナミック・ディスプレイ・メモリを実装するための方法および装置
US6260118B1 (en) Snooping a variable number of cache addresses in a multiple processor system by a single snoop request
US6313845B1 (en) Method and apparatus for transporting information to a graphic accelerator card
US6636939B1 (en) Method and apparatus for processor bypass path to system memory
US6490647B1 (en) Flushing stale data from a PCI bus system read prefetch buffer
CN112559434B (zh) 一种多核处理器及核间数据转发方法
EP0745941A2 (en) A system and method for providing a flexible memory hierarchy
US5649232A (en) Structure and method for multiple-level read buffer supporting optimal throttled read operations by regulating transfer rate
US7840757B2 (en) Method and apparatus for providing high speed memory for a processing unit
US20060129726A1 (en) Methods and apparatus for processing a command
WO1998014877A1 (en) Virtual addressing for subsystem dma

Legal Events

Date Code Title Description
AK Designated states

Kind code of ref document: A1

Designated state(s): AE AG AL AM AT AU AZ BA BB BG BR BY BZ CA CH CN CR CU CZ DE DK DM DZ EE ES FI GB GD GE GH GM HR HU ID IL IN IS JP KE KG KP KR KZ LC LK LR LS LT LU LV MA MD MG MK MN MW MX MZ NO NZ PL PT RO RU SD SE SG SI SK SL TJ TM TR TT TZ UA UG US UZ VN YU ZA ZW

AL Designated countries for regional patents

Kind code of ref document: A1

Designated state(s): GH GM KE LS MW MZ SD SL SZ TZ UG ZW AM AZ BY KG KZ MD RU TJ TM AT BE CH CY DE DK ES FI FR GB GR IE IT LU MC NL PT SE BF BJ CF CG CI CM GA GN GW ML MR NE SN TD TG

121 Ep: the epo has been informed by wipo that ep was designated in this application
DFPE Request for preliminary examination filed prior to expiration of 19th month from priority date (pct application filed before 20040101)
WWE Wipo information: entry into national phase

Ref document number: 2000955748

Country of ref document: EP

ENP Entry into the national phase

Ref country code: JP

Ref document number: 2001 520657

Kind code of ref document: A

Format of ref document f/p: F

WWE Wipo information: entry into national phase

Ref document number: 1020027002786

Country of ref document: KR

WWE Wipo information: entry into national phase

Ref document number: 008147264

Country of ref document: CN

WWP Wipo information: published in national office

Ref document number: 2000955748

Country of ref document: EP

WWP Wipo information: published in national office

Ref document number: 1020027002786

Country of ref document: KR

REG Reference to national code

Ref country code: DE

Ref legal event code: 8642

WWG Wipo information: grant in national office

Ref document number: 1020027002786

Country of ref document: KR

WWG Wipo information: grant in national office

Ref document number: 2000955748

Country of ref document: EP