EP0840234A2 - Programmable shared memory system and method - Google Patents

Programmable shared memory system and method Download PDF

Info

Publication number
EP0840234A2
EP0840234A2 EP97117718A EP97117718A EP0840234A2 EP 0840234 A2 EP0840234 A2 EP 0840234A2 EP 97117718 A EP97117718 A EP 97117718A EP 97117718 A EP97117718 A EP 97117718A EP 0840234 A2 EP0840234 A2 EP 0840234A2
Authority
EP
European Patent Office
Prior art keywords
memory
processor
bus
coupled
controller
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
EP97117718A
Other languages
German (de)
French (fr)
Other versions
EP0840234A3 (en
Inventor
Chung-Chen Luan
Siu-Ming Chong
James H. Wang
John Wong
Gong-Jong Yeh
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.)
NEC Electronics Corp
Original Assignee
NEC 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 NEC Corp filed Critical NEC Corp
Publication of EP0840234A2 publication Critical patent/EP0840234A2/en
Publication of EP0840234A3 publication Critical patent/EP0840234A3/en
Withdrawn legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F15/00Digital computers in general; Data processing equipment in general
    • G06F15/16Combinations of two or more digital computers each having at least an arithmetic unit, a program unit and a register, e.g. for a simultaneous processing of several programs
    • G06F15/163Interprocessor communication
    • G06F15/167Interprocessor communication using a common memory, e.g. mailbox
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F13/00Interconnection of, or transfer of information or other signals between, memories, input/output devices or central processing units
    • G06F13/14Handling requests for interconnection or transfer
    • G06F13/16Handling requests for interconnection or transfer for access to memory bus
    • G06F13/1668Details of memory controller
    • G06F13/1684Details of memory controller using multiple buses

Definitions

  • This invention relates generally to memory architectures in a computer system and more particularly to architectures for sharing memory among central processing units and peripherals.
  • Computer system performance and costs are affected by the system's memory architecture.
  • Some conventional memory architectures have a fixed memory architecture wherein a certain amount of memory is dedicated to and coupled to a central processing unit (CPU) for exclusive use by the CPU while other memory is dedicated to and coupled to a peripheral such as a computer display.
  • CPU central processing unit
  • One typical configuration has several megabytes of dynamic random access memory (DRAM) dedicated to the CPU and separate DRAM dedicated for use by a peripheral such as a display device.
  • Figure 1A illustrates this conventional fixed memory architecture. Under the illustrated architecture, a CPU 101 is coupled to a memory 104 by processor bus 102 and system controller 103 .
  • Memory 104 is for example, a conventional DRAM bank dedicated for use by the CPU 101 .
  • system controller 103 is also coupled to a peripheral bus 105 such as a peripheral component interconnect (PCI) bus.
  • Peripheral bus 105 couples CPU 101 to a conventional peripheral controller 106 .
  • peripheral controller 106 is coupled to dedicated peripheral memory 107 .
  • memory 104 is dedicated for use by CPU 101
  • peripheral memory 107 is dedicated for use by an associated peripheral controller 106 .
  • the peripheral memory 107 (such as memory used as a frame buffer for graphics) dedicated to peripheral controller 106 can be quite large and is often times under-utilized if the peripheral associated with peripheral controller 106 does not require use of the entire memory space provided by memory 107 . This under utilization of memory degrades system capability and increases the overall memory cost in a computer system.
  • UMA unified memory architecture
  • Systems having a unified memory architecture generally have decreased system costs and improved memory utilization. These benefits are realized by eliminating peripheral-dedicated memory.
  • One conventional unified memory architecture is shown in Figure 1B.
  • the illustrated conventional unified memory architecture has a single shared memory bus 108 for coupling CPU 101 and peripheral controllers 106 to memory 104 .
  • the illustrated conventional unified memory architecture additionally has a system controller 103 coupled to memory request outputs of CPU 101 and peripheral controllers 106 .
  • System controller 103 arbitrates access of memory 104 by peripheral controllers 106 and CPU 101 to eliminate memory collisions. This memory access arbitration, however, can take several clock cycles and thus degrades system performance.
  • a programmable shared memory system and method that improves memory utilization, decreases overall system memory requirements and costs and does not degrade system performance.
  • the programmable shared memory system and method selectively dedicates a first portion of memory to use by a processor and allocates a second portion of memory to shared use by the processor and any peripherals in the system.
  • the programmable memory architecture is implemented using a dual bus architecture and a plurality of configurable memory banks.
  • the dual bus architecture has a first bus connected to the processor and a second bus coupled to the peripherals by peripheral controllers and also coupled to the processor by a system controller.
  • the programmable memory architecture has a configuration controller coupled to each configurable memory bank.
  • Each configuration controller is additionally coupled to both the first and second buses.
  • each configuration controller couples the associated memory to either the first or second bus, responsive to configuration information stored in the system controller.
  • Memory coupled to the first bus (the processor bus) operates as dedicated processor memory and memory coupled to the second bus (the shared memory bus) operates as shared memory, accessible by the processor and any peripherals in the system.
  • the system controller stores a memory configuration control word and arbitrates access of the shared memory to avoid collision on the shared memory bus. Because memory coupled to the processor bus is accessed by only the processor and not by any peripherals, the processor can perform peripheral independent processing simultaneous with peripheral access of the shared memory.
  • the programmable shared memory system and method dynamically configures the memory during system start-up in response to a received memory configuration request.
  • a selected amount of system memory is configured as dedicated processor memory and a selected amount of memory is configured as shared memory (accessible by both the host processor and any system peripherals).
  • the host processor is provided a dedicated memory space in addition to a memory space shared with system peripherals (a shared memory space).
  • the memory allocation as between processor-dedicated memory (memory coupled to the processor bus) and shared memory (memory coupled to the shared memory bus) is user-selected on system start-up to achieve efficient system operation given the number of and types of peripheral devices in the system and the amount of physical memory included in the system.
  • the memory configuration controller includes a data multiplexer, an address multiplexer and a control multiplexer for selectively coupling data, address and control signals associated with each memory to either the processor bus or to the shared memory bus.
  • FIG. 2 illustrates a computer system 200 having a programmable shared memory architecture in accordance with the present invention.
  • Computer system 200 includes a host central processing unit (CPU) 101 , a system controller 201 , a plurality of memory configuration controllers 202 each coupled to an associated memory (or memory bank) 104 , conventional peripheral controllers 106 and a basic input/output system stored in a read only memory (a ROM BIOS) 109 .
  • System 200 has a dual bus architecture including a host processor bus (HPB) 203 and a shared memory bus (SMB) 206 .
  • Host processor bus 203 couples CPU 101 to the system controller 201 and to each memory configuration controller 202 .
  • Shared memory bus 206 is coupled to peripheral controller 106 , to the system controller 201 and to each memory configuration controller 202 .
  • System 200 additionally preferably includes a PCI bus 105 coupled to each peripheral controller 106 and to the ROM BIOS 109 .
  • CPU 101 is a Pentium® microprocessor manufactured by Intel Corporation.
  • Other processors such as the '486 microprocessor manufactured by Intel Corporation, the K5 processor manufactured by Advanced Micro Devices, Inc. or the M1 processor manufactured by Cyrix Corporation may alternatively be used.
  • memory 104 is a dynamic random access memory (DRAM) manufactured by NEC Electronics.
  • DRAM dynamic random access memory
  • System controller 201 (described in reference to Figure 4 below) is preferably a customized application specific integrated circuit having circuit modules for performing system control functions including: (i) providing a bridge interface to PCI bus 105 ; (ii) storing system configuration information including memory configuration information; (iii) decoding addresses; (iv) controlling cache memory (not shown); (v) providing an interface to each memory 104 ; and (vi) arbitrating memory access.
  • Peripheral controller 106 is a conventional peripheral device controller and couples to an associated peripheral.
  • ROM BIOS 109 is a conventional read only memory (ROM) device programmed to store a BIOS program in accordance with the present invention.
  • HPB 203 and SMB 206 are busses having 64 bit wide data paths. It should be understood, however, that the principles of the present invention apply to systems having other bus widths, other memory types, other memory sizes and other controller configurations.
  • each of the memories 104 are configured to operate as either dedicated host processor memory or as shared memory to be accessed by either a peripheral device (through peripheral controller 106 ) or the host processor (CPU 101 ).
  • the memories 104 are configured during the boot-up (system start-up) process.
  • the memories are configured during a higher level system or operating system configuration process. For example, in one embodiment with an operating system that provides a window-based user interface, memory set-up occurs during the configuration of the window properties.
  • the specific memory configuration is specified by a user or is programmed based on system parameters such as the total amount of system memory, the types of peripherals coupled to the system 200 and the type of task or tasks to be performed by the system and their corresponding demand on memory.
  • memory is dynamically allocated as either host processor memory or shared memory. This flexibility in system memory configuration allows for the selecting of the size of each memory space (host processor memory and shared memory) to improve memory utilization given the current peripheral configuration and the type of tasks to be performed.
  • the programmable memory architecture advantageously provides efficient memory utilization and thus decreases overall system cost without degrading system performance.
  • CPU 101 configures each memory 104 using system controller 201 and memory configuration controllers 202 .
  • a BIOS program is uploaded from the ROM BIOS 109 to local memory on CPU 101 .
  • the BIOS program performs memory tests, determines the total system memory available in computer system 200 and reports memory availability to a user on a computer display (not shown).
  • memory is configured during a higher level configuration process such as during operating system configuration.
  • a user is prompted to specify a desired memory allocation as between the amount of memory to dedicate to CPU 101 and the amount to allocate as shared memory, to be shared by CPU 101 and peripheral controller 106 .
  • the memory configuration information is written to and stored in system controller 201 .
  • System controller 201 is coupled to each memory configuration controller 202 to configure each memory 104 to operate as either dedicated host processor memory or shared memory as selectively programmed by the user.
  • Memory configuration controller 202 has a first input and output (I/O) port coupled to the processor bus, a second I/O port coupled to the shared memory bus and a third I/O port coupled to an associated memory 104 .
  • Each memory configuration controller 202 receives a mode select control signal from system controller 201 .
  • the mode select signal indicates the particular allocation (shared or dedicated host processor) associated with each memory 104 .
  • memory configuration controller 202 couples the memory I/O port to either the SMB 206 or to the HPB 203 respectively.
  • memory configuration controllers 202 are also coupled to the host memory control outputs of system controller 201 to receive the HMA_CTRL control signal set and to the shared memory control outputs of system controller 201 to receive the SMA_CTRL signal set.
  • the mode select, SMA_CTRL and HMA_CTRL signals are generated by system controller 201 and are used by memory configuration controller 202 to generate read, write and enable control signals for each associated memory 104 .
  • Memory configuration controller 202 has a data router 301 , a control multiplexer 302 , an address multiplexer 304 and a controller 303 .
  • Data router 301 is a multiplexer/selector having first and second I/O ports for selectively coupling to a third I/O port responsive to control signals received from controller 303 .
  • the first I/O port is coupled to the HPB 203 and the second I/O port is coupled to SMB 206 .
  • data router 301 couples the data bus associated with memory 104 (and thus memory 104 ) to either HPB 203 or to SMB 206 in response to the control signals generated by controller 303 .
  • Controller 303 is coupled to system controller 201 and receives the HMA_CTRL, SMA_CTRL and mode select control signals from the system controller 201 . Controller 303 decodes the received control signals to generate a set of control signals to control the operation of data router 301 . Specifically, controller 303 generates an output enable (OE) signal and a bus select (SEL) signal. Responsive to the output enable and bus select signals having the following states (as shown in Table 1), the data router is placed in the following modes of operation (also shown in Table 1). Table 1 OE SEL Mode of Operation 0 0 memory not coupled to either bus 0 1 memory not coupled to either bus 1 0 memory coupled to SMB 1 1 memory coupled to HPB
  • Controller 303 decodes the HMA_CTRL, SMA_CTRL and mode select control signals to generate the output enable (OE) and bus select (SEL) control signals shown in Table 1.
  • the HMA_CTRL control signals are a set of control signals including a read enable (RD) and a write enable (WR) signal.
  • the SMA_CTRL control signals also include a read enable (RD) and a write enable (WR) signal.
  • the HMA_CTRL and SMA_CTRL control signal sets are determined by the control signals needed to operate memory 104 . Other memory types have different control requirements and thus require different control signal sets and different decoding by controller 303 .
  • Table 2 illustrates the state of output signals OE and SEL that are generated by controller 303 , responsive to the HMA_CTRL, SMA_CTRL and mode select control signals generated by system controller 201 .
  • Table 2 Mode Select HMA_CTRL SMA_CTRL OE SEL RD WR RD WR 0 * * * 0 0 0 * * * 0 1 1 0 0 * * 1 0 1 0 1 0 0 * * * 0 * 1 0 1 * * * 1 0 1 0 * * 1 1 1 0 * * 1 1 1 1 0 * * 1 1 1 1 1 0 * * 1 1 1 1 0 * * 1 1 1 1 1 0 * * 1 1
  • the mode select signal has a first state (a digital " 0 " or low state) where the SMB 206 is selected and has a second state (a digital " 1 " or a high state) where the HPB 203 is selected.
  • HPB 203 1
  • the SMA_CTRL control signals are not used to generate the OE and SEL signals and thus the SMA_CTRL control signals are shown as don't care (*) states in Table 2.
  • Control multiplexer 302 is a multiplexer/selector having first and second I/O ports for selectively coupling to a third I/O port responsive to a mode select control signal.
  • the first I/O port is coupled to the HMA_CTRL control signals (received from system controller 201 ) and the second I/O port is coupled to the SMA_CTRL control signals (also received from system controller 201 ).
  • control multiplexer 302 couples the control inputs associated with memory 104 to either the HMA_CTRL or the SMA_CTRL control signals, in response to the mode select signal being in either a first or second state, for example a digital "1" or a digital "0".
  • address multiplexer 304 is a multiplexer/selector having first and second I/O ports, that are selectively configured to couple to a third I/O port in response to a control signal.
  • the first I/O port is coupled to the HMA_Addr signals generated by system controller 201
  • the second I/O port is coupled to the SMA_Addr signals also generated by system controller 201
  • the third I/O port is coupled to the address inputs of memory 104 .
  • address multiplexer 304 couples the address inputs associated with memory 104 to either the HMA_Addr address signals or to the SMA_Addr address signals responsive to the state of the mode select signal generated by system controller 201 .
  • FIG. 4 illustrates a system controller 201 in accordance with the present invention.
  • System controller 201 includes a CPU interface 401 adapted to couple to CPU 101 and further adapted to provide an interface between system controller 201 and CPU 101 .
  • System controller 201 also includes a DRAM buffer 402 coupled to the CPU interface 401 for read and write buffering of information received from or being written to either a peripheral controller 106 or memory 104 .
  • DRAM buffer 402 is coupled to the PCI bus 105 via bridge 405 and buffers 406 , 407 to enable buffering of information being written to or read from a peripheral.
  • DRAM buffer 402 is additionally coupled to SMB 206 to enable buffering of information being written to or read from memory 104 that has been configured as shared memory.
  • System controller 201 also includes a configuration register 414 coupled to the CPU 101 by bridge 405 and the CPU interface 401 .
  • Configuration register 414 receives and stores system configuration information including cache information, PCI interface information and memory configuration data.
  • configuration register 414 is an array of 8 bit wide registers.
  • Figure 5 illustrates an array of registers that relate to memory configuration and that are included in configuration register 414 in accordance with the present invention.
  • Register 501 is a mode select register for storing the status of the selected mode (shared or host) for each memory 104 . Bits 0-5 of register 501 each correspond to a memory 104 . Table 3 shows the decoding of register 501 . Table 3 Bit Default Function 7:6 0h Reserved. 5 0 1: Bank 5 is on the host bus. 0: Bank 5 is on the shared memory bus. 4 0 1: Bank 4 is on the host bus. 0: Bank 4 is on the shared memory bus. 3 0 1: Bank 3 is on the host bus. 0: Bank 3 is on the shared memory bus. 2 0 1: Bank 2 is on the host bus. 0: Bank 1 is on the shared memory bus. 1 0 1: Bank 1 is on the host bus. 0: Bank 1 is on the shared memory bus. 0: Bank 1 is on the shared memory bus. 0: Bank 1 is on the shared memory bus. 0 0 1: Bank 0 is on the shared memory bus. 0: Bank 1 is on the shared memory bus.
  • a bit having a first state indicates that shared mode is selected for the corresponding memory 104 .
  • a bit having a second state indicates that host mode is selected for the corresponding memory 104 .
  • Bits 6 and 7 of register 501 are not used in the system. Output bits 0-5 of register 501 each form a static mode select signal that is coupled to each memory configuration controller 202 .
  • Register 502 is a memory status register for storing the stating (whether memory is present and enabled) of system memory.
  • the decoding of register 502 is shown in Table 4.
  • bits 0-5 each correspond to a bank of memory (such as memory 104 ) which may be used in the system.
  • a bit having a first state indicates that the corresponding bank of memory 104 is present and enabled and a bit having a second state indicates that the corresponding bank of memory 104 is either not present or not enabled.
  • Registers 503-505 store information indicating the size of each memory 104 .
  • the decoding of registers 503-505 are shown in Tables 5, 6 and 7.
  • Configuration register 414 is also coupled to cache controller 411 , to a host DRAM controller 408 , to a shared DRAM controller 409 and to address and command decoder 410 .
  • the host and shared DRAM controllers, 408 and 409 respectively are coupled to the configuration register 414 and to the address and command decoder 410 to receive configuration control and decoded address information.
  • Host and shared DRAM controller 408 and 409 each manage DRAM functions by generating the appropriate read, write and refresh signals for the associated memory 104 .
  • the shared memory DRAM controller 409 is coupled to each memory configuration controller 202 and generates control signals for configuring each memory configuration controller 202 to couple associated memory 104 to the shared memory bus 206 .
  • Shared DRAM controller 409 additionally generates read and write control signals responsive to the type of memory access (read or write) requested by either CPU 101 or by a peripheral controller 106 .
  • the host DRAM controller 408 is coupled to each memory configuration controller 202 and generates control signals for configuring each memory configuration controller 202 to couple the associated memory 104 to the host processor bus 203 .
  • Host DRAM controller 408 additionally generates read and write control signals responsive to the type of memory access (read or write) requested by CPU 101 .
  • Address and command decoder 410 is coupled to bridge 405 and to configuration register 414 .
  • Address and command decoder 410 has a host memory decoder and a shared memory decoder. The host memory decoder decodes the address received from bridge 405 to determine whether the address corresponds to host processor memory or to shared memory. If, at the start of a new memory access cycle, address and command decoder 410 determines that the address corresponds to host memory, address and command decoder 410 generates a trigger control signal to activate host DRAM controller 408 . If, at the start of a new memory cycle, address and command decoder 410 determines that the address corresponds to shared processor memory, address and command decoder 410 generates a trigger control signal to activate shared DRAM controller 409 .
  • Address and command decoder 410 additionally generates HMA_CTRL and SMA_CTRL control signal sets, each coupled to each memory configuration controller 202 .
  • System controller 201 additionally includes a PCI master interface 406 and a PCI slave interface 407 .
  • PCI master interface 406 is a conventional PCI bus interface adapted to interface with PCI bus masters.
  • PCI master interface 406 preferably includes a read prefetch buffer and a write buffer.
  • PCI slave interface 407 is a conventional PCI bus interface adapted to interface with PCI slave peripherals.
  • System controller 201 preferably also includes a cache controller 411 for controlling any RAM cache 412 with associated tag RAM 413 optionally included in the system.
  • System controller 201 also includes an arbitration unit 403 .
  • Arbitration unit 403 is coupled to shared DRAM controller 409 and to each peripheral controller 106 .
  • Arbitration unit 403 receives a memory request signal generated by each peripheral controller 106 when memory access is needed.
  • Arbitration unit 403 determines which requesting bus master is granted access to the shared memory. After selecting a bus master for access grant, arbitration unit 403 sends a " GRANT " signal back to the corresponding peripheral controller 106 .
  • a first memory 104 may be configured to operate as dedicated host processor memory while the remaining memories 104 are configured to operate as shared memory.
  • the CPU 101 accesses the first memory 104 without requiring arbitration, as no memory collision can occur with dedicated host processor memory.
  • peripherals can access any of the shared memory 104 .
  • peripherals having bus master capability can independently access shared memory.

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Computer Hardware Design (AREA)
  • Software Systems (AREA)
  • Multi Processors (AREA)
  • Memory System (AREA)

Abstract

A computer system having a processor and at least one peripheral has a programmable shared memory system and method that selectively dedicates a first potion of memory to use by the processor and allocates a second portion of memory to shared use by the processor and any peripherals in the system. The programmable memory architecture is implemented using a dual bus architecture having a first bus connected to the processor and a second bus coupled to the processor by a system controller and to the peripherals by a peripheral controller. The programmable memory architecture additionally has a configuration controller coupled to each configurable memory bank in the system. Each configuration controller is additionally coupled to both the first and second buses. Under programmed control, the each configuration controller couples the associated memory to either the first or second bus, responsive to configuration information stored in the system controller. Memory coupled to the first bus operates as dedicated processor memory and memory coupled to the second bus operates as shared memory, accessible by the processor and any peripherals in the system.

Description

    BACKGROUND OF THE INVENTION 1. Field of the Invention
  • This invention relates generally to memory architectures in a computer system and more particularly to architectures for sharing memory among central processing units and peripherals.
  • 2. Description of the Related Art
  • Computer system performance and costs are affected by the system's memory architecture. Some conventional memory architectures have a fixed memory architecture wherein a certain amount of memory is dedicated to and coupled to a central processing unit (CPU) for exclusive use by the CPU while other memory is dedicated to and coupled to a peripheral such as a computer display. One typical configuration has several megabytes of dynamic random access memory (DRAM) dedicated to the CPU and separate DRAM dedicated for use by a peripheral such as a display device. Figure 1A illustrates this conventional fixed memory architecture. Under the illustrated architecture, a CPU 101 is coupled to a memory 104 by processor bus 102 and system controller 103. Memory 104 is for example, a conventional DRAM bank dedicated for use by the CPU 101. In the illustrated architecture, system controller 103 is also coupled to a peripheral bus 105 such as a peripheral component interconnect (PCI) bus. Peripheral bus 105 couples CPU 101 to a conventional peripheral controller 106. Under this conventional architecture, peripheral controller 106 is coupled to dedicated peripheral memory 107. Thus, memory 104 is dedicated for use by CPU 101 and peripheral memory 107 is dedicated for use by an associated peripheral controller 106. In this architecture, the peripheral memory 107 (such as memory used as a frame buffer for graphics) dedicated to peripheral controller 106 can be quite large and is often times under-utilized if the peripheral associated with peripheral controller 106 does not require use of the entire memory space provided by memory 107. This under utilization of memory degrades system capability and increases the overall memory cost in a computer system.
  • Another conventional memory architecture is a unified memory architecture (UMA). Systems having a unified memory architecture generally have decreased system costs and improved memory utilization. These benefits are realized by eliminating peripheral-dedicated memory. One conventional unified memory architecture is shown in Figure 1B. The illustrated conventional unified memory architecture has a single shared memory bus 108 for coupling CPU 101 and peripheral controllers 106 to memory 104. The illustrated conventional unified memory architecture additionally has a system controller 103 coupled to memory request outputs of CPU 101 and peripheral controllers 106. System controller 103 arbitrates access of memory 104 by peripheral controllers 106 and CPU 101 to eliminate memory collisions. This memory access arbitration, however, can take several clock cycles and thus degrades system performance.
  • Thus, there is a need for a memory architecture that improves memory utilization, decreases overall system memory requirements and costs and does not degrade system performance.
  • SUMMARY OF THE INVENTION
  • In accordance with the present invention, there is provided a programmable shared memory system and method that improves memory utilization, decreases overall system memory requirements and costs and does not degrade system performance. The programmable shared memory system and method selectively dedicates a first portion of memory to use by a processor and allocates a second portion of memory to shared use by the processor and any peripherals in the system. The programmable memory architecture is implemented using a dual bus architecture and a plurality of configurable memory banks. The dual bus architecture has a first bus connected to the processor and a second bus coupled to the peripherals by peripheral controllers and also coupled to the processor by a system controller.
  • Also in accordance with the invention, the programmable memory architecture has a configuration controller coupled to each configurable memory bank. Each configuration controller is additionally coupled to both the first and second buses. Under programmed control, each configuration controller couples the associated memory to either the first or second bus, responsive to configuration information stored in the system controller. Memory coupled to the first bus (the processor bus) operates as dedicated processor memory and memory coupled to the second bus (the shared memory bus) operates as shared memory, accessible by the processor and any peripherals in the system.
  • Further in accordance with the invention, the system controller stores a memory configuration control word and arbitrates access of the shared memory to avoid collision on the shared memory bus. Because memory coupled to the processor bus is accessed by only the processor and not by any peripherals, the processor can perform peripheral independent processing simultaneous with peripheral access of the shared memory.
  • In another aspect of the invention, the programmable shared memory system and method dynamically configures the memory during system start-up in response to a received memory configuration request. Thus, responsive to the memory configuration request, a selected amount of system memory is configured as dedicated processor memory and a selected amount of memory is configured as shared memory (accessible by both the host processor and any system peripherals). Under this programmable architecture, the host processor is provided a dedicated memory space in addition to a memory space shared with system peripherals (a shared memory space).
  • Preferably, the memory allocation as between processor-dedicated memory (memory coupled to the processor bus) and shared memory (memory coupled to the shared memory bus) is user-selected on system start-up to achieve efficient system operation given the number of and types of peripheral devices in the system and the amount of physical memory included in the system.
  • In one embodiment, the memory configuration controller includes a data multiplexer, an address multiplexer and a control multiplexer for selectively coupling data, address and control signals associated with each memory to either the processor bus or to the shared memory bus.
  • The features and advantages described in the specification are not all-inclusive, and particularly, many additional features and advantages will be apparent to one of ordinary skill in the art in view of the drawings, specification, and claims hereof. Moreover, it should be noted that the language used in the specification has been principally selected for readability and instructional purposes, and may not have been selected to delineate or circumscribe the inventive subject matter, resort to the claims being necessary to determine such inventive subject matter.
  • BRIEF DESCRIPTION OF THE DRAWINGS
    • Figure 1A illustrates a prior art fixed memory architecture;
    • Figure 1B illustrates a prior art unified memory architecture;
    • Figure 2 is a functional block diagram of a computer system having a programmable shared memory architecture in accordance with the present invention;
    • Figure 3 is functional block diagram of a memory configuration controller in accordance with the present invention;
    • Figure 4 is a functional block diagram of a system controller in accordance with the present invention; and
    • Figure 5 illustrates an array of registers included in the system controller in accordance with the present invention.
    DESCRIPTION OF THE PREFERRED EMBODIMENT
  • Figure 2 illustrates a computer system 200 having a programmable shared memory architecture in accordance with the present invention. Computer system 200 includes a host central processing unit (CPU) 101, a system controller 201, a plurality of memory configuration controllers 202 each coupled to an associated memory (or memory bank) 104, conventional peripheral controllers 106 and a basic input/output system stored in a read only memory (a ROM BIOS) 109. System 200 has a dual bus architecture including a host processor bus (HPB) 203 and a shared memory bus (SMB) 206. Host processor bus 203 couples CPU 101 to the system controller 201 and to each memory configuration controller 202. Shared memory bus 206 is coupled to peripheral controller 106, to the system controller 201 and to each memory configuration controller 202. System 200 additionally preferably includes a PCI bus 105 coupled to each peripheral controller 106 and to the ROM BIOS 109. In the preferred embodiment, there are six banks of memory 104 (thus N=6 in Figures 2 and 4). The principles of the present invention apply, however, to systems having a different number of memories 104.
  • In a preferred embodiment, CPU 101 is a Pentium® microprocessor manufactured by Intel Corporation. Other processors such as the '486 microprocessor manufactured by Intel Corporation, the K5 processor manufactured by Advanced Micro Devices, Inc. or the M1 processor manufactured by Cyrix Corporation may alternatively be used. Also in the preferred embodiment, memory 104 is a dynamic random access memory (DRAM) manufactured by NEC Electronics.
  • System controller 201 (described in reference to Figure 4 below) is preferably a customized application specific integrated circuit having circuit modules for performing system control functions including: (i) providing a bridge interface to PCI bus 105; (ii) storing system configuration information including memory configuration information; (iii) decoding addresses; (iv) controlling cache memory (not shown); (v) providing an interface to each memory 104; and (vi) arbitrating memory access.
  • Peripheral controller 106 is a conventional peripheral device controller and couples to an associated peripheral. ROM BIOS 109 is a conventional read only memory (ROM) device programmed to store a BIOS program in accordance with the present invention. In the illustrated embodiment, HPB 203 and SMB 206 are busses having 64 bit wide data paths. It should be understood, however, that the principles of the present invention apply to systems having other bus widths, other memory types, other memory sizes and other controller configurations.
  • In accordance with the present invention, each of the memories 104 (collectively referred to as "system memory") are configured to operate as either dedicated host processor memory or as shared memory to be accessed by either a peripheral device (through peripheral controller 106) or the host processor (CPU 101). In one embodiment, the memories 104 are configured during the boot-up (system start-up) process. In other embodiments, the memories are configured during a higher level system or operating system configuration process. For example, in one embodiment with an operating system that provides a window-based user interface, memory set-up occurs during the configuration of the window properties. The specific memory configuration is specified by a user or is programmed based on system parameters such as the total amount of system memory, the types of peripherals coupled to the system 200 and the type of task or tasks to be performed by the system and their corresponding demand on memory. Thus, under programmed control, memory is dynamically allocated as either host processor memory or shared memory. This flexibility in system memory configuration allows for the selecting of the size of each memory space (host processor memory and shared memory) to improve memory utilization given the current peripheral configuration and the type of tasks to be performed. Thus, the programmable memory architecture advantageously provides efficient memory utilization and thus decreases overall system cost without degrading system performance.
  • Referring now again to Figure 2, CPU 101 configures each memory 104 using system controller 201 and memory configuration controllers 202. On boot-up, a BIOS program is uploaded from the ROM BIOS 109 to local memory on CPU 101. Preferably, the BIOS program performs memory tests, determines the total system memory available in computer system 200 and reports memory availability to a user on a computer display (not shown). Alternatively, memory is configured during a higher level configuration process such as during operating system configuration. In a preferred embodiment, a user is prompted to specify a desired memory allocation as between the amount of memory to dedicate to CPU 101 and the amount to allocate as shared memory, to be shared by CPU 101 and peripheral controller 106. The memory configuration information is written to and stored in system controller 201. System controller 201 is coupled to each memory configuration controller 202 to configure each memory 104 to operate as either dedicated host processor memory or shared memory as selectively programmed by the user.
  • Memory configuration controller 202 has a first input and output (I/O) port coupled to the processor bus, a second I/O port coupled to the shared memory bus and a third I/O port coupled to an associated memory 104. Each memory configuration controller 202 receives a mode select control signal from system controller 201. The mode select signal indicates the particular allocation (shared or dedicated host processor) associated with each memory 104. Responsive to the received mode select signal being in either a first or second digital state, memory configuration controller 202 couples the memory I/O port to either the SMB 206 or to the HPB 203 respectively. In addition to being coupled to a mode select control signal, memory configuration controllers 202 are also coupled to the host memory control outputs of system controller 201 to receive the HMA_CTRL control signal set and to the shared memory control outputs of system controller 201 to receive the SMA_CTRL signal set. The mode select, SMA_CTRL and HMA_CTRL signals are generated by system controller 201 and are used by memory configuration controller 202 to generate read, write and enable control signals for each associated memory 104.
  • Referring now to Figure 3, there is shown a functional block diagram of a memory configuration controller 202 in accordance with the present invention. Memory configuration controller 202 has a data router 301, a control multiplexer 302, an address multiplexer 304 and a controller 303.
  • Data router 301 is a multiplexer/selector having first and second I/O ports for selectively coupling to a third I/O port responsive to control signals received from controller 303. The first I/O port is coupled to the HPB 203 and the second I/O port is coupled to SMB 206. Thus, data router 301 couples the data bus associated with memory 104 (and thus memory 104) to either HPB 203 or to SMB 206 in response to the control signals generated by controller 303.
  • Controller 303 is coupled to system controller 201 and receives the HMA_CTRL, SMA_CTRL and mode select control signals from the system controller 201. Controller 303 decodes the received control signals to generate a set of control signals to control the operation of data router 301. Specifically, controller 303 generates an output enable (OE) signal and a bus select (SEL) signal. Responsive to the output enable and bus select signals having the following states (as shown in Table 1), the data router is placed in the following modes of operation (also shown in Table 1). Table 1
    OE SEL Mode of Operation
    0 0 memory not coupled to either bus
    0 1 memory not coupled to either bus
    1 0 memory coupled to SMB
    1 1 memory coupled to HPB
  • Controller 303 decodes the HMA_CTRL, SMA_CTRL and mode select control signals to generate the output enable (OE) and bus select (SEL) control signals shown in Table 1. The HMA_CTRL control signals are a set of control signals including a read enable (RD) and a write enable (WR) signal. The SMA_CTRL control signals also include a read enable (RD) and a write enable (WR) signal. The HMA_CTRL and SMA_CTRL control signal sets are determined by the control signals needed to operate memory 104. Other memory types have different control requirements and thus require different control signal sets and different decoding by controller 303. Table 2 illustrates the state of output signals OE and SEL that are generated by controller 303, responsive to the HMA_CTRL, SMA_CTRL and mode select control signals generated by system controller 201. Table 2
    Mode Select HMA_CTRL SMA_CTRL OE SEL
    RD WR RD WR
    0 * * 0 0 0 *
    0 * * 0 1 1 0
    0 * * 1 0 1 0
    1 0 0 * * 0 *
    1 0 1 * * 1 1
    1 1 0 * * 1 1
  • The mode select signal has a first state (a digital "0" or low state) where the SMB 206 is selected and has a second state (a digital "1" or a high state) where the HPB 203 is selected. When the SMA 206 bus is selected (mode select = 0), the HMA_CTRL control signals are not used to generate the OE and SEL signals and thus the HMA_CTRL control signals are shown as don't care (*) states in Table 2. Similarly, when the HPB 203 is selected (mode select = 1), the SMA_CTRL control signals are not used to generate the OE and SEL signals and thus the SMA_CTRL control signals are shown as don't care (*) states in Table 2.
  • Control multiplexer 302 is a multiplexer/selector having first and second I/O ports for selectively coupling to a third I/O port responsive to a mode select control signal. The first I/O port is coupled to the HMA_CTRL control signals (received from system controller 201) and the second I/O port is coupled to the SMA_CTRL control signals (also received from system controller 201). Thus, control multiplexer 302 couples the control inputs associated with memory 104 to either the HMA_CTRL or the SMA_CTRL control signals, in response to the mode select signal being in either a first or second state, for example a digital "1" or a digital "0".
  • Similarly, address multiplexer 304 is a multiplexer/selector having first and second I/O ports, that are selectively configured to couple to a third I/O port in response to a control signal. The first I/O port is coupled to the HMA_Addr signals generated by system controller 201, the second I/O port is coupled to the SMA_Addr signals also generated by system controller 201 and the third I/O port is coupled to the address inputs of memory 104. Thus, address multiplexer 304 couples the address inputs associated with memory 104 to either the HMA_Addr address signals or to the SMA_Addr address signals responsive to the state of the mode select signal generated by system controller 201.
  • Figure 4 illustrates a system controller 201 in accordance with the present invention. System controller 201 includes a CPU interface 401 adapted to couple to CPU 101 and further adapted to provide an interface between system controller 201 and CPU 101. System controller 201 also includes a DRAM buffer 402 coupled to the CPU interface 401 for read and write buffering of information received from or being written to either a peripheral controller 106 or memory 104. DRAM buffer 402 is coupled to the PCI bus 105 via bridge 405 and buffers 406, 407 to enable buffering of information being written to or read from a peripheral. DRAM buffer 402 is additionally coupled to SMB 206 to enable buffering of information being written to or read from memory 104 that has been configured as shared memory.
  • System controller 201 also includes a configuration register 414 coupled to the CPU 101 by bridge 405 and the CPU interface 401. Configuration register 414 receives and stores system configuration information including cache information, PCI interface information and memory configuration data. In the preferred embodiment, configuration register 414 is an array of 8 bit wide registers. Figure 5 illustrates an array of registers that relate to memory configuration and that are included in configuration register 414 in accordance with the present invention.
  • Register 501 is a mode select register for storing the status of the selected mode (shared or host) for each memory 104. Bits 0-5 of register 501 each correspond to a memory 104. Table 3 shows the decoding of register 501. Table 3
    Bit Default Function
    7:6 0h Reserved.
    5 0 1: Bank 5 is on the host bus.
    0: Bank 5 is on the shared memory bus.
    4 0 1: Bank 4 is on the host bus.
    0: Bank 4 is on the shared memory bus.
    3 0 1: Bank 3 is on the host bus.
    0: Bank 3 is on the shared memory bus.
    2 0 1: Bank 2 is on the host bus.
    0: Bank 1 is on the shared memory bus.
    1 0 1: Bank 1 is on the host bus.
    0: Bank 1 is on the shared memory bus.
    0 0 1: Bank 0 is on the host bus.
    0: Bank 0 is on the shared memory bus.
  • A bit having a first state (a digital "0" or a low state) indicates that shared mode is selected for the corresponding memory 104. A bit having a second state (a digital "1" or a high state) indicates that host mode is selected for the corresponding memory 104. Bits 6 and 7 of register 501 are not used in the system. Output bits 0-5 of register 501 each form a static mode select signal that is coupled to each memory configuration controller 202.
  • Register 502 is a memory status register for storing the stating (whether memory is present and enabled) of system memory. The decoding of register 502 is shown in Table 4. Table 4
    Bit Default Function
    7:6 Oh Reserved.
    5 0 Bank 5
    1: Enabled and Present
    0: Disabled or not Present
    4 0 Bank 4
    1: Enabled and Present
    0: Disabled or not Present
    3 0 Bank 3
    1: Enabled and Present
    0: Disabled or not Present
    2 0 Bank 2
    1: Enabled and Present
    0: Disabled or not Present
    1 0 Bank 1
    1: Enabled and Present
    0: Disabled or not Present
    0 0 Bank 0
    1: Enabled and Present
    0: Disabled or not Present
  • In the preferred embodiment, bits 0-5 each correspond to a bank of memory (such as memory 104) which may be used in the system. A bit having a first state indicates that the corresponding bank of memory 104 is present and enabled and a bit having a second state indicates that the corresponding bank of memory 104 is either not present or not enabled.
  • Registers 503-505 store information indicating the size of each memory 104. The decoding of registers 503-505 are shown in Tables 5, 6 and 7.
    Figure imgb0001
    Figure imgb0002
  • Configuration register 414 is also coupled to cache controller 411, to a host DRAM controller 408, to a shared DRAM controller 409 and to address and command decoder 410.
  • The host and shared DRAM controllers, 408 and 409 respectively are coupled to the configuration register 414 and to the address and command decoder 410 to receive configuration control and decoded address information. Host and shared DRAM controller 408 and 409 each manage DRAM functions by generating the appropriate read, write and refresh signals for the associated memory 104.
  • The shared memory DRAM controller 409 is coupled to each memory configuration controller 202 and generates control signals for configuring each memory configuration controller 202 to couple associated memory 104 to the shared memory bus 206. Shared DRAM controller 409 additionally generates read and write control signals responsive to the type of memory access (read or write) requested by either CPU 101 or by a peripheral controller 106.
  • The host DRAM controller 408 is coupled to each memory configuration controller 202 and generates control signals for configuring each memory configuration controller 202 to couple the associated memory 104 to the host processor bus 203. Host DRAM controller 408 additionally generates read and write control signals responsive to the type of memory access (read or write) requested by CPU 101.
  • Address and command decoder 410 is coupled to bridge 405 and to configuration register 414. Address and command decoder 410 has a host memory decoder and a shared memory decoder. The host memory decoder decodes the address received from bridge 405 to determine whether the address corresponds to host processor memory or to shared memory. If, at the start of a new memory access cycle, address and command decoder 410 determines that the address corresponds to host memory, address and command decoder 410 generates a trigger control signal to activate host DRAM controller 408. If, at the start of a new memory cycle, address and command decoder 410 determines that the address corresponds to shared processor memory, address and command decoder 410 generates a trigger control signal to activate shared DRAM controller 409.
  • Address and command decoder 410 additionally generates HMA_CTRL and SMA_CTRL control signal sets, each coupled to each memory configuration controller 202.
  • System controller 201 additionally includes a PCI master interface 406 and a PCI slave interface 407. PCI master interface 406 is a conventional PCI bus interface adapted to interface with PCI bus masters. PCI master interface 406 preferably includes a read prefetch buffer and a write buffer. PCI slave interface 407 is a conventional PCI bus interface adapted to interface with PCI slave peripherals.
  • System controller 201 preferably also includes a cache controller 411 for controlling any RAM cache 412 with associated tag RAM 413 optionally included in the system.
  • System controller 201 also includes an arbitration unit 403. Arbitration unit 403 is coupled to shared DRAM controller 409 and to each peripheral controller 106. Arbitration unit 403 receives a memory request signal generated by each peripheral controller 106 when memory access is needed. Arbitration unit 403 determines which requesting bus master is granted access to the shared memory. After selecting a bus master for access grant, arbitration unit 403 sends a "GRANT" signal back to the corresponding peripheral controller 106.
  • Thus during operation, for example a first memory 104 may be configured to operate as dedicated host processor memory while the remaining memories 104 are configured to operate as shared memory. With this configuration, the CPU 101 accesses the first memory 104 without requiring arbitration, as no memory collision can occur with dedicated host processor memory. Simultaneous to CPU 101 accessing first memory 104, peripherals can access any of the shared memory 104. Thus, while CPU 101 is performing peripheral independent operations, and thus is accessing only dedicated host memory, peripherals having bus master capability can independently access shared memory.
  • The foregoing discussion discloses and describes merely exemplary methods and embodiments of the present invention. As will be understood by those familiar with the art, the invention may be embodied in other specific forms without departing from the spirit or essential characteristics thereof. Accordingly, the disclosure of the present invention is intended to be illustrative, but not limiting, of the scope of the invention, which is set forth in the following claims.

Claims (15)

  1. A method of allocating memory in a computer system having a processor and a peripheral, comprising:
    receiving a configuration request;
    dedicating a first portion of the memory to the processor, the first portion being determined from the configuration request; and
    allocating a second portion of the memory to shared use by the processor and the peripheral, the second portion being determined from the configuration request.
  2. The method of claim 1 wherein dedicating a first portion of the memory to the processor comprises connecting the first portion of the memory to a processor bus and wherein allocating a second portion of the memory to shared use by the processor and the peripheral comprises connecting the second portion of the memory to a second bus coupled to both the processor and to the peripheral.
  3. The method of claim 2 wherein connecting the first portion of the memory to a processor bus comprises coupling address inputs, data ports and control inputs of the first memory portion to the processor bus using a first switching circuit and wherein connecting the second portion of the memory to a second bus coupled to both the processor and to the peripheral comprises coupling address inputs, data ports and control inputs to the second bus using a switching circuit.
  4. The method of claim 1 further comprising arbitrating access to the second portion of the memory.
  5. The method of claim 1 further comprising arbitrating access to the second portion of the memory and allowing unarbitrated access to the first portion of the memory.
  6. The method of claim 1 wherein receiving a configuration request comprises:
    determining the amount of available system memory;
    displaying an indication of the determined amount of available system memory to a user; and
    after displaying the indication of available system memory, receiving a configuration request.
  7. The method of claim 1 wherein receiving a configuration request comprises:
    storing a set of predetermined configuration requests, each corresponding to an amount of available system memory;
    determining the amount of available system memory; and
    retrieving a predetermined configuration request corresponding to the determined amount of available system memory.
  8. A method of configuring a memory in a computer system having a processor, a processor bus connected to the processor, a peripheral, a shared bus coupled to the peripheral and to the processor and a plurality of memories, the method comprising the steps of:
    receiving a memory allocation request indicating any one of shared memory and processor memory;
    storing the allocation request;
    switching the memory to the shared memory bus responsive to the stored request indicating shared memory; and
    switching the memory to processor bus responsive to the stored request indicating processor memory.
  9. The method of claim 8 wherein the step of receiving a memory allocation request indicating any one of shared memory and processor memory comprises the steps of:
    determining the amount of available system memory;
    displaying an indication of the determined amount of available system memory to a user; and
    after displaying the indication of available system memory, receiving an allocation request from the user.
  10. The method of claim 8 wherein the step of receiving a memory allocation request indicating any one of shared memory and processor memory comprises the steps of:
    storing a set of predetermined memory allocation requests, each corresponding to an amount of available system memory;
    determining the amount of available system memory; and
    retrieving a predetermined memory allocation corresponding to the determined amount of available system memory.
  11. In a system having a processor, a peripheral and a plurality of memories, a system for configuring memory as shared memory for access by the processor and by the peripheral or as dedicated processor memory for access by the processor, comprising:
    a first bus connected to the processor;
    a second bus coupled to the peripheral and coupled to the processor; and
    a controller coupled to the shared memory bus, to the processor bus and to at least one of the memories for selectively coupling the memory to one of the first and second buses.
  12. The system of claim 11 wherein the controller comprises:
    a system controller coupled to the first bus and to the second bus, having a configuration register for storing a memory configuration; and
    a memory configuration controller coupled to the system controller, to the second bus, to the first bus and to at least one of the memories for selectively coupling the memory to one of the first bus and the second bus responsive to the stored memory configuration.
  13. The system of claim 12 wherein the memory configuration controller comprises a data multiplexer having a first port coupled to the first bus and a second port coupled to the second bus and a third port coupled to a memory data path for selectively coupling the third port to one of the first and second ports responsive to control signals received from the system controller.
  14. The system of claim 13 wherein the memory configuration controller further comprises a control multiplexer having a select input coupled the system controller, a first input port coupled to a first control output of the system controller, a second input port coupled to a second control output of the system controller and a third output port coupled to a memory control input.
  15. The system of claim 12 wherein the system controller further comprises an arbitrator operatively coupled to the processor and to the peripheral for arbitrating access of the second bus.
EP97117718A 1996-11-01 1997-10-13 Programmable shared memory system and method Withdrawn EP0840234A3 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
US742339 1996-11-01
US08/742,339 US5911149A (en) 1996-11-01 1996-11-01 Apparatus and method for implementing a programmable shared memory with dual bus architecture

Publications (2)

Publication Number Publication Date
EP0840234A2 true EP0840234A2 (en) 1998-05-06
EP0840234A3 EP0840234A3 (en) 2002-07-10

Family

ID=24984441

Family Applications (1)

Application Number Title Priority Date Filing Date
EP97117718A Withdrawn EP0840234A3 (en) 1996-11-01 1997-10-13 Programmable shared memory system and method

Country Status (4)

Country Link
US (1) US5911149A (en)
EP (1) EP0840234A3 (en)
JP (1) JPH10133941A (en)
KR (1) KR100265263B1 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP1249760A1 (en) * 2001-04-12 2002-10-16 Koninklijke Philips Electronics N.V. Multi processor data processing device

Families Citing this family (38)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6167437A (en) * 1997-09-02 2000-12-26 Silicon Graphics, Inc. Method, system, and computer program product for page replication in a non-uniform memory access system
US6289424B1 (en) 1997-09-19 2001-09-11 Silicon Graphics, Inc. Method, system and computer program product for managing memory in a non-uniform memory access system
US6249802B1 (en) * 1997-09-19 2001-06-19 Silicon Graphics, Inc. Method, system, and computer program product for allocating physical memory in a distributed shared memory network
US6965974B1 (en) * 1997-11-14 2005-11-15 Agere Systems Inc. Dynamic partitioning of memory banks among multiple agents
US7071946B2 (en) * 1997-12-30 2006-07-04 Micron Technology, Inc. Accelerated graphics port for a multiple memory controller computer system
US6157398A (en) * 1997-12-30 2000-12-05 Micron Technology, Inc. Method of implementing an accelerated graphics port for a 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
US6272576B1 (en) 1998-01-20 2001-08-07 Micron Technology, Inc. Method for extending the available number of configuration registers
US6243775B1 (en) * 1998-01-20 2001-06-05 Micron Technology, Inc. System for extending the available number of configuration registers
US6456628B1 (en) * 1998-04-17 2002-09-24 Intelect Communications, Inc. DSP intercommunication network
US6163829A (en) * 1998-04-17 2000-12-19 Intelect Systems Corporation DSP interrupt control for handling multiple interrupts
US6393530B1 (en) 1998-04-17 2002-05-21 Intelect Communications, Inc. Paging method for DSP
US6678801B1 (en) * 1998-04-17 2004-01-13 Terraforce Technologies Corp. DSP with distributed RAM structure
US6272584B1 (en) * 1998-09-10 2001-08-07 Compaq Computer Corporation System board with consolidated EEPROM module
US7114056B2 (en) * 1998-12-03 2006-09-26 Sun Microsystems, Inc. Local and global register partitioning in a VLIW processor
JP3419334B2 (en) 1999-01-14 2003-06-23 日本電気株式会社 Data processing apparatus and method
US6401151B1 (en) * 1999-06-07 2002-06-04 Micron Technology, Inc. Method for configuring bus architecture through software control
US6425029B1 (en) * 1999-06-07 2002-07-23 Micron Technology, Inc. Apparatus for configuring bus architecture through software control
US6684321B1 (en) * 2000-01-04 2004-01-27 Advanced Micro Devices, Inc. Unified memory architecture for use by a main processor and an external processor and method of operation
US6499089B1 (en) * 2000-01-18 2002-12-24 Cypress Semiconductor Corp. Method, architecture and circuitry for independently configuring a multiple array memory device
US6636939B1 (en) * 2000-06-29 2003-10-21 Intel Corporation Method and apparatus for processor bypass path to system memory
US6754739B1 (en) * 2000-08-31 2004-06-22 Hewlett-Packard Development Company Computer resource management and allocation system
US6665775B1 (en) * 2000-09-22 2003-12-16 Intel Corporation Cache dynamically configured for simultaneous accesses by multiple computing engines
US6801208B2 (en) 2000-12-27 2004-10-05 Intel Corporation System and method for cache sharing
US20020161453A1 (en) * 2001-04-25 2002-10-31 Peltier Michael G. Collective memory network for parallel processing and method therefor
US7380085B2 (en) * 2001-11-14 2008-05-27 Intel Corporation Memory adapted to provide dedicated and or shared memory to multiple processors and method therefor
US20030177344A1 (en) * 2002-03-18 2003-09-18 Harvey Arthur E. Configuration controller and method for initializing a data-processing device
US7139849B2 (en) 2002-08-07 2006-11-21 Matsushita Electric Industrial Co., Ltd. Semiconductor integrated circuit device
US7260677B1 (en) * 2003-07-16 2007-08-21 Unisys Corporation Programmable system and method for accessing a shared memory
JP4658050B2 (en) 2003-09-02 2011-03-23 サーフ テクノロジー インコーポレイテッド Signal processing system for satellite positioning signals
US7822105B2 (en) * 2003-09-02 2010-10-26 Sirf Technology, Inc. Cross-correlation removal of carrier wave jamming signals
US7136957B2 (en) * 2004-03-24 2006-11-14 Hewlett-Packard Development Company, L.P. Device bandwidth management using a bus configuration multiplexer
KR101064878B1 (en) * 2005-03-17 2011-09-16 엠텍비젼 주식회사 Method for sharing memory by a plurality of processors and portable terminal having structure of memory share
KR100591371B1 (en) * 2005-03-23 2006-06-20 엠텍비젼 주식회사 Method for varying size of partitioned blocks of shared memory and portable terminal having shared memory
KR100719808B1 (en) * 2005-07-01 2007-05-21 엠텍비젼 주식회사 Method for sharing memory and portable terminal having structure of memory share
US8352609B2 (en) * 2009-09-29 2013-01-08 Amazon Technologies, Inc. Dynamically modifying program execution capacity
US8909219B2 (en) 2013-01-17 2014-12-09 Qualcomm Incorporated Methods and apparatus for providing unified wireless communication through efficient memory management
US10996959B2 (en) * 2015-01-08 2021-05-04 Technion Research And Development Foundation Ltd. Hybrid processor

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5182801A (en) * 1989-06-09 1993-01-26 Digital Equipment Corporation Apparatus and method for providing fast data transfer between multiple devices through dynamic reconfiguration of the memory space of the devices
WO1996030831A1 (en) * 1995-03-31 1996-10-03 Intel Corporation Memory testing in a multiple processor computer system

Family Cites Families (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
GB2226667B (en) * 1988-12-30 1993-03-24 Intel Corp Self-identification of memory
JPH031260A (en) * 1989-05-30 1991-01-07 Hitachi Ltd Computer system
US5202973A (en) * 1990-06-29 1993-04-13 Digital Equipment Corporation Method of controlling a shared memory bus in a multiprocessor system for preventing bus collisions and for ensuring a full bus
JP3144794B2 (en) * 1990-11-09 2001-03-12 株式会社日立製作所 Multiprocessor system
AU2476192A (en) * 1991-08-16 1993-03-16 Multichip Technology High-performance dynamic memory system
US5299309A (en) * 1992-01-02 1994-03-29 Industrial Technology Research Institute Fast graphics control system capable of simultaneously storing and executing graphics commands
US5335322A (en) * 1992-03-31 1994-08-02 Vlsi Technology, Inc. Computer display system using system memory in place or dedicated display memory and method therefor
US5265218A (en) * 1992-05-19 1993-11-23 Sun Microsystems, Inc. Bus architecture for integrated data and video memory
WO1995015528A1 (en) * 1993-11-30 1995-06-08 Vlsi Technology, Inc. A reallocatable memory subsystem enabling transparent transfer of memory function during upgrade
US5454107A (en) * 1993-11-30 1995-09-26 Vlsi Technologies Cache memory support in an integrated memory system
US5664152A (en) * 1995-06-06 1997-09-02 Hewlett-Packard Company Multiple segmenting of main memory to streamline data paths in a computing system
US5682522A (en) * 1995-07-18 1997-10-28 Silicon Integrated Systems Corp. Shared memory architecture of graphics frame buffer and hard disk cache

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5182801A (en) * 1989-06-09 1993-01-26 Digital Equipment Corporation Apparatus and method for providing fast data transfer between multiple devices through dynamic reconfiguration of the memory space of the devices
WO1996030831A1 (en) * 1995-03-31 1996-10-03 Intel Corporation Memory testing in a multiple processor computer system

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP1249760A1 (en) * 2001-04-12 2002-10-16 Koninklijke Philips Electronics N.V. Multi processor data processing device
FR2823579A1 (en) * 2001-04-12 2002-10-18 Koninkl Philips Electronics Nv DEVICE FOR PROCESSING DATA BY SEVERAL PROCESSORS

Also Published As

Publication number Publication date
US5911149A (en) 1999-06-08
KR19980041957A (en) 1998-08-17
EP0840234A3 (en) 2002-07-10
KR100265263B1 (en) 2000-10-02
JPH10133941A (en) 1998-05-22

Similar Documents

Publication Publication Date Title
US5911149A (en) Apparatus and method for implementing a programmable shared memory with dual bus architecture
EP0972251B1 (en) A method and apparatus for providing concurrent acces by a plurality of agents to a shared memory
EP1754229B1 (en) System and method for improving performance in computer memory systems supporting multiple memory access latencies
US6104417A (en) Unified memory computer architecture with dynamic graphics memory allocation
US5857083A (en) Bus interfacing device for interfacing a secondary peripheral bus with a system having a host CPU and a primary peripheral bus
US6691193B1 (en) Efficient bus utilization in a multiprocessor system by dynamically mapping memory addresses
US6330645B1 (en) Multi-stream coherent memory controller apparatus and method
KR970000842B1 (en) System direct memory access(dma)support logic for pci based computer system
EP1163593B1 (en) Apparatus for communicating between multiple functional units in a computer environment
US5577230A (en) Apparatus and method for computer processing using an enhanced Harvard architecture utilizing dual memory buses and the arbitration for data/instruction fetch
KR100296718B1 (en) Method and system for simultaneously accessing variable-width buses in multiprocessor systems
JPH05120129A (en) Multiplex-bank large-area memory card
KR19990029295A (en) Method and system for I / O control in multiprocessor system using simultaneous access of variable width bus
KR19990029294A (en) Method and System for Bus Arbitration in Multiprocessor Systems Using Concurrent Access to Variable Width Buses
JPH07175783A (en) Digital signal processing processor
WO2003001388A1 (en) System and method for controlling bus arbitration during cache memory burst cycles
KR100555501B1 (en) Dynamic bus arbitration method and bus aribotor
JP2001043180A (en) Microprocessor and storage device therefor
US9697118B1 (en) Memory controller with interleaving and arbitration scheme
US5933613A (en) Computer system and inter-bus control circuit
US6434688B1 (en) Method and apparatus for providing and maximizing concurrent operations in a shared memory system which includes display memory
US8219736B2 (en) Method and apparatus for a data bridge in a computer system
KR100210404B1 (en) An apparatus for controlling access of memory in dual bus 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

AK Designated contracting states

Kind code of ref document: A2

Designated state(s): AT BE CH DE DK ES FI FR GB GR IE IT LI LU MC NL PT SE

AX Request for extension of the european patent

Free format text: AL;LT;LV;RO;SI

PUAL Search report despatched

Free format text: ORIGINAL CODE: 0009013

AK Designated contracting states

Kind code of ref document: A3

Designated state(s): AT BE CH DE DK ES FI FR GB GR IE IT LI LU MC NL PT SE

AX Request for extension of the european patent

Free format text: AL;LT;LV;RO;SI

RIC1 Information provided on ipc code assigned before grant

Free format text: 7G 06F 13/16 A, 7G 06F 12/06 B, 7G 06F 13/40 B

17P Request for examination filed

Effective date: 20020528

AKX Designation fees paid

Designated state(s): DE FR GB

17Q First examination report despatched

Effective date: 20030311

RAP1 Party data changed (applicant data changed or rights of an application transferred)

Owner name: NEC ELECTRONICS CORPORATION

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: 20030722