Method for determining a type of memory present in a system

Information

  • Patent Grant
  • 6804760
  • Patent Number
    6,804,760
  • Date Filed
    Thursday, June 1, 1995
    29 years ago
  • Date Issued
    Tuesday, October 12, 2004
    19 years ago
Abstract
A system is capable of receiving Fast Page mode, Extended Data Out mode, Burst Extended Data Out mode, or a combination of these memory devices. A method of determining the type of memory present allows the system to adjust internal memory access signals in accordance with the type of memory installed. The system may be shipped with a first type of memory, and then upgraded to a second type of memory by the user to improve overall system performance. A first bank of memory may be of a first type, and a second bank may be of another type. The user may make cost versus performance decisions when upgrading memory types or capacities.
Description




FIELD OF THE INVENTION




This invention relates to system architectures adapted to receive multiple types of memory devices and methods of determining the type of memory present.




BACKGROUND OF THE INVENTION




Dynamic Random Access Memory devices (DRAMs) are among the highest volume and most complex integrated circuits manufactured today. Except for their high volume production, the state of the art manufacturing requirements of these devices would cause them to be exorbitantly priced. Yet, due to efficiencies associated with high volume production, the price per bit of these memory devices is continually declining. The low cost of memory has fueled the growth and development of the personal computer. As personal computers have become more advanced, they in turn have required faster and more dense memory devices, but with the same low cost of the standard DRAM. Fast page mode DRAMs are the most popular standard DRAM today. In fast page mode operation, a row address strobe (/RAS) is used to latch a row address portion of a multiplexed DRAM address. Multiple occurrences of the column address strobe (/CAS) are then used to latch multiple column addresses to access data within the selected row. On the falling edge of /CAS an address is latched, and the DRAM outputs are enabled. When /CAS transitions high the DRAM outputs are placed in a high impedance state (tri-state). With advances in the production of integrated circuits, the internal circuitry of the DRAM operates faster than ever. This high speed circuitry has allowed for faster page mode cycle times. A problem exists in the reading of a DRAM when the device is operated with minimum fast page mode cycle times. /CAS may be low for as little as 15 nanoseconds, and the data access time from /CAS to valid output data (tCAC) may be up to 15 nanoseconds; therefore, in a worst case scenario there is no time to latch the output data external to the memory device. For devices that operate faster than the specifications require, the data may still only be valid for a few nanoseconds. On a heavily loaded microprocessor memory bus, trying to latch an asynchronous signal that is valid for only a few nanoseconds is very difficult. Even providing a new address every 35 nanoseconds requires large address drivers which create significant amounts of electrical noise within the system. To increase the data throughput of a memory system, it has been common practice to place multiple devices on a common bus. For example, two fast page mode DRAMs may be connected to common address and data buses. One DRAM stores data for odd addresses, and the other for even addresses. The /CAS signal for the odd addresses is turned off (high) when the /CAS signal for the even addresses is turned on (low). This interleaved memory system provides data access at twice the rate of either device alone. If the first /CAS is low for 20 nanoseconds and then high for 20 nanoseconds while the second /CAS goes low, data can be accessed every 20 nanoseconds or 50 megahertz. If the access time from /CAS to data valid is fifteen nanoseconds, the data will be valid for only five nanoseconds at the end of each 20 nanosecond period when both devices are operating in fast page mode. As cycle times are shortened, the data valid period goes to zero.




There is a demand for faster, higher density, random access memory integrated circuits which provide a strategy for integration into today's personal computer systems. In an effort to meet this demand, numerous alternatives to the standard DRAM architecture have been proposed. One method of providing a longer period of time when data is valid at the outputs of a DRAM without increasing the fast page mode cycle time is called Extended Data Out (EDO) mode. In an EDO DRAM the data lines are not tri-stated between read cycles in a fast page mode operation. Instead, data is held valid after /CAS goes high until sometime after the next /CAS low pulse occurs, or until /RAS or the output enable (/OE) goes high. Determining when valid data will arrive at the outputs of a fast page mode or EDO DRAM can be a complex function of when the column address inputs are valid, when /CAS falls, the state of /OE and when /CAS rose in the previous cycle. The period during which data is valid with respect to the control line signals (especially /CAS) is determined by the specific implementation of the EDO mode, as adopted by the various DRAM manufacturers.




Methods to shorten memory access cycles tend to require additional circuitry, additional control pins and nonstandard device pinouts. The proposed industry standard synchronous DRAM (SDRAM) for example has an additional pin for receiving a system clock signal. Since the system clock is connected to each device in a memory system, it is highly loaded, and it is always toggling circuitry in every device. SDRAMs also have a clock enable pin, a chip select pin and a data mask pin. Other signals which appear to be similar in name to those found on standard DRAMs have dramatically different functionality on a SDRAM. The addition of several control pins has required a deviation in device pinout from standard DRAMs which further complicates design efforts to utilize these new devices. Significant amounts of additional circuitry are required in the SDRAM devices which in turn result in higher device manufacturing costs.




In order for existing computer systems to use an improved device having a nonstandard pinout, those systems must be extensively modified. Additionally, existing computer system memory architectures are designed such that control and address signals may not be able to switch at the frequencies required to operate the new memory device at high speed due to large capacitive loads on the signal lines. The Single In-Line Memory Module (SIMM) provides an example of what has become an industry standard form of packaging memory in a computer system. On a SIMM, all address lines connect to all DRAMs. Further, the row address strobe (/RAS) and the write enable (/WE) are often connected to each DRAM on the SIMM. These lines inherently have high capacitive loads as a result of the number of device inputs driven by them. SIMM devices also typically ground the output enable (/OE) pin making /OE a less attractive candidate for providing extended functionality to the memory devices.




There is a great degree of resistance to any proposed deviations from the standard SIMM design due to the vast number of computers which use SIMMs. Industry's resistance to radical deviations from the standard, and the inability of current systems to accommodate the new memory devices will delay their widespread acceptance. Therefore only limited quantities of devices with radically different architectures will be manufactured initially. This limited manufacture prevents the reduction in cost which typically can be accomplished through the manufacturing improvements and efficiencies associated with a high volume product.




SUMMARY OF THE INVENTION




The above mentioned problems with determining a type of memory installed in a system and other problems are addressed by the present invention and which will be understood by reading and studying the following specification. A method is described for determining which type of memory included in a system.




In particular, the present invention describes a method comprising the steps of applying a column address to a memory, writing a sequence of data patterns to the memory in a burst mode, and reading data from the memory in an Extended Data Out page mode beginning at the column address and advancing the column address with each Extended Data Out page mode cycle. The method further includes the step of comparing data read from the memory with data written to the memory to determine the type of memory present.




In an alternate embodiment, a method is described for determining a type of memory present in a system. The method comprises the steps of writing a sequence of data patterns to a memory in a page mode to a sequence of column addresses, reading data from the memory in a burst mode, and comparing data read from the memory with data written to the memory to determine the type of memory present.











BRIEF DESCRIPTION OF THE DRAWINGS




The features of the invention as well as objects and advantages will be best understood by reference to the appended claims, detailed description of particular embodiments and accompanying drawings where:





FIG. 1

is an electrical schematic diagram of a Burst EDO memory device;





FIG. 2

is a table showing linear versus interleaved addressing formats;





FIG. 3

is one suggested pinout of the memory device of

FIG. 1

;





FIG. 4

is a timing diagram for a method of accessing the device of

FIG. 1

;





FIG. 5

is a further timing diagram for accessing the device of

FIG. 1

;





FIG. 6

is an electrical schematic diagram of a Single In-Line Memory Module;





FIG. 7

is a front view of a Single In-Line Memory Module;





FIG. 8

is a table of the pin numbers and signal names of the Single In-Line Memory Module of

FIG. 7

;





FIG. 9

is a schematic diagram of a system designed in accordance with the present invention; and





FIG. 10

is a timing diagram of one method of determining which type of memory is present in a system.





FIG. 11

is a timing diagram of another method of determining which type of memory is present in a system.











DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENTS




An integrated circuit memory device with a standard DRAM pinout is designed for high speed data access and for compatibility with existing memory systems. A high speed burst mode of operation is provided where multiple sequential accesses occur following a single column address, and read data is output relative to the /CAS control signal. In the burst mode of operation the address is incremented internal to the device eliminating the need for external address lines to switch at high frequencies. Read/Write commands are issued once per burst access eliminating the need to toggle the Read/Write control line at high speeds. Only one control line per memory chip (/CAS) must toggle at the operating frequency in order to clock the internal address counter and the data input/output latches. The load on each /CAS is typically less than the load on the other control signals (/RAS, /WE and /OE) since each /CAS typically controls only a byte width of the data bus. Internal circuitry of the memory device is largely compatible with existing Extended Data Out (EDO) DRAMs. This similarity allows the two part types to be manufactured on one die with a limited amount of additional circuitry. The ability to switch between a standard non-burst mode and a high speed burst mode allows the device to be used to replace standard devices, and eliminates the need to switch to more complex high speed memory devices. Internal address generation provides for faster data access times than is possible with either fast page mode or EDO DRAMs. The high speed operation of this Burst EDO device eliminates the need to interleave memory devices in order to attain a high data throughput. In contrast to the 50 megahertz interleaved memory system described above, the output data from this device will be valid for approximately 15 nanoseconds significantly easing the design of circuitry required to latch the data from the memory. The device is compatible with existing memory module pinouts. Memory modules include, but are not limited to Single In-Line Memory Modules (SIMMs), Multi-Chip Modules (MCMs) and Dual In-Line Memory Modules (DIMMs). This combination of features allows for significant system performance improvements with a minimum of design alterations.




A system is adapted to receive Fast Page, EDO or Burst EDO mode memory devices. The devices may be installed by the system manufacture in a permanent manner such as soldered on to a system board, or interchangeably through the use of memory modules. Memory modules can be easily upgraded by the user or a technician to allow for increased density, increased performance, or lower power consumption. In the event that one memory type is unavailable, or is being sold at a higher price than other memory types, the system manufacturer can install the memory that best meets his price/performance and availability needs. If a system is sold with Fast Page Mode memory, the end user of the system can at a later date upgrade the system to EDO or Burst EDO memory to achieve a performance increase. If the system has EDO memory, the user may upgrade to Burst EDO for a significant increase in performance. Alternately, if the user desires an increase in memory capacity, but does not want to pay a higher price for high performance memory, he can upgrade in memory density with a lower performance memory type.




The system allows for multiple types of memory being present in the system concurrently. A first bank of memory for example may be Burst EDO memory, while a second bank is EDO memory. The memory controller is programmed to access the first bank in a Burst EDO format at a first access rate, and the second bank in an EDO format at a second access rate. Most frequently accessed data should be stored in the bank with the fastest access capability. This allows the user to have high memory capacity, and high speed access to at least a portion of the memory.




The system on power up or reset can determine the type of memory present in each memory bank, and adjust memory access signal timing parameters accordingly. The user has a greater ability to control the systems price/performance characteristics.





FIG. 1

is a schematic representation of a sixteen megabit device designed in accordance with the present invention. The device is organized as a 2 Meg×8 burst EDO DRAM having an eight bit data input/output path


10


providing data storage for 2,097,152 bytes of information in the memory array


12


. The device of

FIG. 1

has an industry standard pinout for eight bit wide EDO DRAMs. An active-low row address strobe (/RAS) signal


14


is used to latch a first portion of a multiplexed memory address, from address inputs A


0


through A


10




16


, in latch


18


. The latched row address


20


is decoded in row decoder


22


. The decoded row address is used to select a row of the memory array


12


. A column address strobe (/CAS) signal


24


is used to latch a second portion of a memory address from address inputs


16


into column address counter


26


. The latched column address


28


is decoded in column address decoder


30


. The decoded column address is used to select a column of the memory array


12


.




In a burst read cycle, data within the memory array located at the row and column address selected by the row and column address decoders is read out of the memory array and sent along data path


32


to output latches


34


. Data


10


driven from the burst EDO DRAM may be latched external to the device in synchronization with /CAS after a predetermined number of /CAS cycle delays (latency). For a two cycle latency design, the first /CAS falling edge is used to latch the initial address for the burst access. The first burst data from the memory is driven from the memory after the second /CAS falling edge, and remains valid through the third /CAS falling edge. Once the memory device begins to output data in a burst read cycle, the output drivers


34


will continue to drive the data lines without tri-stating the data outputs during /CAS high intervals dependent on the state of the output enable and write enable (/OE and /WE) control lines, thus allowing additional time for the system to latch the output data. Once a row and a column address are selected, additional transitions of the /CAS signal are used to advance the column address within the column address counter in a predetermined sequence. The time at which data will be valid at the outputs of the burst EDO DRAM is dependent only on the timing of the /CAS signal provided that /OE is maintained low, and /WE remains high. The output data signal levels may be driven in accordance with standard CMOS, TTL, LVTTL, GTL, or HSTL output level specifications or others.




The address may be advanced linearly, or in an interleaved fashion for maximum compatibility with the overall system requirements.

FIG. 2

is a table which shows linear and interleaved addressing sequences for burst lengths of 2,4 and 8 cycles. The “V” for starting addresses A


1


and A


2


in the table represent address values that remain unaltered through the burst sequence. The column address may be advanced with each /CAS transition, each pulse, or multiple of /CAS pulses in the event that more than one data word is read from the array with each column address. When the address is advanced with each transition of the /CAS signal, data is also driven from the part after each transition following the device latency which is then referenced to each edge of the /CAS signal. This allows for a burst access cycle where the highest switching control line (/CAS) toggles only once (high to low or low to high) for each memory cycle. This is in contrast to standard DRAMs which require /CAS to go low and then high for each cycle, and synchronous DRAMs which require a full clock cycle (high and low transitions) for each memory cycle. For maximum compatibility with existing EDO DRAM devices, the invention will be further described in reference to a device designed to latch and advance a column address on falling edges of the /CAS signal.




It may be desirable to latch and increment the column address after the first /CAS falling edge in order to apply both the latched and incremented addresses to the array at the earliest opportunity in an access cycle. For example, a device may be designed to access two data words per cycle (prefetch architecture). The memory array for a prefetch architecture device may be split into odd and even array halves. The column address least significant bit is then used to select between odd and even halves while the other column address bits select a column within each of the array halves. In an interleaved access mode with column address


1


, data from columns


0


and


1


would be read and the data from column


1


would be output followed by the data from column


0


in accordance with standard interleaved addressing as described in SDRAM specifications. In a linear access mode column address


1


would be applied to the odd array half, and incremented to address


2


for accessing the even array half to fulfill the two word access. One method of implementing this type of device architecture is to provide a column address incrementing circuit between the column address counter and the even array half. The incrementing circuit would increment the column address only if the initial column address in a burst access cycle is odd, and the address mode is linear. Otherwise the incrementing circuit would pass the column address unaltered. For a design using a prefetch of two data accesses per cycle, the column address would be advanced once for every two active edges of the /CAS signal. Prefetch architectures where more than two data words are accessed are also possible.




Other memory architectures applicable to the current invention include a pipelined architecture where memory accesses are performed sequentially, but each access may require more than a single cycle to complete. In a pipelined architecture the overall throughput of the memory will approach one access per cycle, but the data out of the memory may be offset by a number of cycles due to the pipeline length and/or the desired latency from /CAS.




In the burst access memory device, each new column address from the column address counter is decoded and is used to access additional data within the memory array without the requirement of additional column addresses being specified on the address inputs


16


. This burst sequence of data will continue for each /CAS falling edge until a predetermined number of data accesses equal to the burst length has occurred. A /CAS falling edge received after the last burst address has been generated will latch another column address from the address inputs


16


and a new burst sequence will begin. Read data is latched and output with each falling edge of /CAS after the first /CAS latency.




For a burst write cycle, data


10


is latched in input data latches


34


. Data targeted at the first address specified by the row and column addresses is latched with the /CAS signal when the first column address is latched (write cycle data latency is zero). Other write cycle data latency values are possible; however, for today's memory systems, zero is preferred. Additional input data words for storage at incremented column address locations are latched by /CAS on successive /CAS pulses. Input data from the input latches


34


is passed along data path


32


to the memory array where it is stored at the location selected by the row and column address decoders. As in the burst read cycle previously described, a predetermined number of burst access writes will occur without the requirement of additional column addresses being provided on the address lines


16


. After the predetermined number of burst writes has occurred, a subsequent /CAS pulse will latch a new beginning column address, and another burst read or write access will begin.




The memory device of

FIG. 1

may include the option of switching between burst EDO and standard EDO modes of operation. In this case, the write enable signal /WE


36


may be used at the row address latch time (/RAS falling, /CAS high) to determine whether memory accesses for that row will be burst or page mode cycles. If /WE is low when /RAS falls, burst access cycles are selected. If /WE is high at /RAS falling, standard extended data out (EDO) page mode cycles are selected. Both the burst and EDO page mode cycles allow for increased memory device operating frequencies by not requiring the data output drivers


34


to place the data lines


10


in a high impedance state between data read cycles while /RAS is low. DRAM control circuitry


38


, in addition to performing standard DRAM control functions, controls the I/O circuitry


34


and the column address counter/latch


26


in accordance with the mode selected by /WE when /RAS falls. In a burst mode only DRAM, or in a device designed with an alternate method of switching between burst and non-burst access cycles, the state of /WE when /RAS falls may be used to switch between other possible modes of operation such as interleaved versus linear addressing modes.




The write enable signal is used in burst access cycles to select read or write burst accesses when the initial column address for a burst cycle is latched by /CAS. /WE low at the column address latch time selects a burst write access. /WE high at the column address latch time selects a burst read access. The level of the /WE signal must remain high for read and low for write burst accesses throughout the burst access. A low to high transition within a burst write access will terminate the burst access, preventing further writes from occurring. A high to low transition on /WE within a burst read access will likewise terminate the burst read access and will place the data output


10


in a high impedance state. Transitions of the /WE signal may be locked out during critical timing periods within an access cycle in order to reduce the possibility of triggering a false write cycle. After the critical timing period the state of /WE will determine whether a burst access continues, is initiated, or is terminated. Termination of a burst access resets the burst length counter and places the DRAM in a state to receive another burst access command. Both /RAS and /CAS going high during a burst access will also terminate the burst access cycle placing the data drivers in a high impedance output state, and resetting the burst length counter. Read data may remain valid at the device outputs if /RAS alone goes high while /CAS is active for compatibility with hidden refresh cycles, otherwise /RAS high alone may be used to terminate a burst access. A minimum write enable pulse width is only required when it is desired to terminate a burst read and then begin another burst read, or terminate a burst write prior to performing another burst write with a minimum delay between burst accesses. In the case of burst reads, /WE will transition from high to low to terminate a first burst read, and then /WE will transition back high prior to the next falling edge of /CAS in order to specify a new burst read cycle. For burst writes, /WE would transition high to terminate a current burst write access, then back low prior to the next falling edge of /CAS to initiate another burst write access.




A basic implementation of the device of

FIG. 1

may include a fixed burst length of 4, a fixed /CAS latency of 2 and a fixed interleaved sequence of burst addresses. This basic implementation requires very little additional circuitry to the standard EDO page mode DRAM, and may be mass produced to provide the functions of both the standard EDO page mode and burst EDO DRAMs. This device also allows for the output enable pin (/OE) to be grounded for compatibility with many SIMM module designs. When not disabled (tied to ground), /OE is an asynchronous control which will prevent data from being driven from the part in a read cycle if it is inactive (high) prior to /CAS falling and remains inactive beyond /CAS rising. If these setup and hold conditions are not met, then the read data may be driven for a portion of the read cycle. It is possible to synchronize the /OE signal with /CAS, however this would typically increase the /CAS to data valid delay time and doesn't allow for the read data to be disabled prior to /RAS high without an additional /CAS low pulse which would otherwise be unnecessary. In a preferred embodiment, if /OE transitions high at any time during a read cycle the outputs will remain in a high impedance state until the next falling edge of /CAS despite further transitions of the /OE signal.




Programmability of the burst length, /CAS latency and address sequences may be accomplished through the use of a mode register


40


which latches the state of one or more of the address input signals


16


or data signals


10


upon receipt of a write-/CAS-before-/RAS (WCBR) programming cycle. In such a device, outputs


44


from the mode register control the required circuits on the DRAM. Burst length options of 2, 4, 8 and full page as well as /CAS latencies of 1, 2 and 3 may be provided. Other burst length and latency options may be provided as the operating speeds of the device increase, and computer architectures evolve. The device of

FIG. 1

includes programmability of the address sequence by latching the state of the least significant address bit during a WCBR cycle. The burst length and /CAS latency for this particular embodiment are fixed. Other possible alterations in the feature sets of this DRAM include having a fixed burst mode only, selecting between standard fast page mode (non-EDO) and burst mode, and using the output enable pin (/OE)


42


in combination with /RAS to select between modes of operation. Also, a WCBR refresh cycle could be used to select the mode of operation rather than a control signal in combination with /RAS. A more complex memory device may provide additional modes of operation such as switching between fast page mode, EDO page mode, static column mode and burst operation through the use of various combinations of /WE and /OE at /RAS falling time. One mode from a similar set of modes may be selected through the use of a WCBR cycle using multiple address or data lines to encode the desired mode. Alternately, a device with multiple modes of operation may have wire bond locations, or programmable fuses which may be used to program the mode of operation of the device.




A preferred embodiment of a sixteen bit wide burst EDO mode DRAM designed in accordance with the teachings of this invention has two column address strobe input pins /CASH and /CASL. For read cycles only one /CAS signal needs to toggle. The second /CAS may remain high or toggle with the other /CAS. During burst read cycles, all sixteen data bits will be driven out of part during a read cycle even if one /CAS remains inactive. In a typical system application, a microprocessor reads all data bits on a data bus in each read cycle, but may only write certain bytes of data in a write cycle. Allowing one of the /CAS control signals to remain static during read cycles helps to reduce overall power consumption and noise within the system. For burst write access cycles, each of the /CAS signals (CASH and /CASL) acts as a write enable for an eight bit width of the data. The two /CAS's are combined in an AND function to provide a single internal /CAS which will go low when the first external /CAS falls, and returns high after the last external /CAS goes high. All sixteen data inputs are latched when the first of the /CAS signals transitions low. If only one /CAS signal transitions low, then the eight bits of data associated with the /CAS that remained high are not stored in the memory.




The present invention has been described with reference to several preferred embodiments. Just as fast page mode DRAMs and EDO DRAMs are available in numerous configurations including ×1, ×4, ×8 and ×16 data widths, and 1 Megabit, 4 Megabit, 16 Megabit and 64 Megabit densities; the memory device of the present invention may take the form of many different memory organizations. It is believed that one who is skilled in the art of integrated circuit memory design can, with the aide of this specification design a variety of memory devices which do not depart from the spirit of this invention. It is therefore believed that detailed descriptions of the various memory device organizations applicable to this invention are not necessary.





FIG. 3

shows a preferred pinout for the device of FIG.


1


. It should be noted that the pinout for this new burst EDO memory device is identical to the pinout for a standard EDO DRAM. The common pinout allows this new device to be used in existing memory designs with minimum design changes. The common pinout also allows for ease of new designs by those of skill in the art who are familiar with the standard EDO DRAM pinout. Variations of the described invention which maintain the standard EDO DRAM pinout include driving the /CAS pin with a system clock signal to synchronize data access of the memory device with the system clock. For this embodiment, it may be desirable to use the first /CAS active edge after /RAS falls to latch the row address, a later edge may be used to latch the first column address of a burst access cycle. After row and column addresses are latched within the device, the address may be incremented internally to provide burst access cycles in synchronization with the system clock. Other pin function alternatives include driving the burst address incrementing signal on the /OE pin since the part does not require a data output disable function on this pin. Other alternate uses of the /OE pin also allow the device to maintain the standard EDO pinout, but provide increased functionality such as burst mode access. The /OE pin may be used to signal the presence of a valid column starting address, or to terminate a burst access. Each of these embodiments provides for a high speed burst access memory device which may be used in current memory systems with a minimum amount of redesign.





FIG. 4

is a timing diagram for performing a burst read followed by a burst write of the device of FIG.


1


. In

FIG. 4

, a row address is latched by the /RAS signal. /WE is low when /RAS falls for an embodiment of the design where the state of the /WE pin is used to specify a burst access cycle at /RAS time. Next, /CAS is driven low with /WE high to initiate a burst read access, and the column address is latched. The data out signals (DQ's) are not driven in the first /CAS cycle. On the second falling edge of the /CAS signal, the internal address generation circuitry advances the column address and begins another access of the array, and the first data out is driven from the device after a /CAS to data access time (tCAC). Additional burst access cycles continue, for a device with a specified burst length of four, until the fifth falling edge of /CAS which latches a new column address for a new burst read access. /WE falling in the fifth /CAS cycle terminates the burst access, and initializes the device for additional burst accesses. The sixth falling edge of /CAS with /WE low is used to latch a new burst address, latch input data and begin a burst write access of the device. Additional data values are latched on successive /CAS falling edges until /RAS rises to terminate the burst access.





FIG. 5

is a timing diagram depicting burst write access cycles followed by burst read cycles. As in

FIG. 4

, the /RAS signal is used to latch the row address. The first /CAS falling edge in combination with /WE low begins a burst write access with the first data being latched. Additional data values are latched with successive /CAS falling edges, and the memory address is advanced internal to the device in either an interleaved or sequential manner. On the fifth /CAS falling edge a new column address and associated write data are latched. The burst write access cycles continue until the /WE signal goes high in the sixth /CAS cycle. The transition of the /WE signal terminates the burst write access. The seventh /CAS low transition latches a new column address and begins a burst read access (/WE is high). The burst read continues until /RAS rises terminating the burst cycles.




It should be noted from

FIGS. 3 and 4

, that for burst read cycles the data remains valid on the device outputs as long as the /OE pin is low, except for brief periods of data transition. Also, since the /WE pin is low prior to or when /CAS falls, the data input/output lines are not driven from the part during write cycles, and the /OE pin is a “don't care”. Only the /CAS signal and the data signals toggle at relatively high frequency, and no control signals other than /CAS are required to be in an active or inactive state for one /CAS cycle time or less. This is in contrast to SDRAMs which often require row address strobes, column address strobes, data mask, and read/write control signals to be valid for one clock cycle or less for various device functions. Typical DRAMs also allow for the column address to propagate through to the array to begin a data access prior to /CAS falling. This is done to provide fast data access from /CAS falling if the address has been valid for a sufficient period of time prior to /CAS falling for the data to have been accessed from the array. In these designs an address transition detection circuit is used to restart the memory access if the column address changes prior to /CAS falling. This method actually requires additional time for performing a memory access since it must allow for a period of time at the beginning of each memory cycle after the last address transition to prepare for a new column address. Changes in the column address just prior to /CAS falling may increase the access time by approximately five nanoseconds. An embodiment of the present invention will not allow the column address to propagate through to the array until after /CAS has fallen. This eliminates the need for address transition detection circuitry, and allows for a fixed array access relative to /CAS.





FIG. 6

is a schematic representation of a single in-line memory module (SIMM) designed in accordance with the present invention. The SIMM has a standard SIMM module pinout for physical compatibility with existing systems and sockets. Functional compatibility with EDO page mode SIMMs is maintained when each of the 2 Meg×8 memory devices


10


,


12


,


14


and


16


are operated in an EDO page mode. Each of the /CAS signals


18


,


20


,


22


and


24


control one byte width of the 32 bit data bus


26


,


28


,


30


and


32


. A /RAS


34


signal is used to latch a row address in each of the memory devices, and is used in combination with /WE


36


to select between page mode and burst mode access cycles. Address signals


38


provide a multiplexed row and column address to each memory device on the SIMM. In burst mode, only active /CAS control lines are required to toggle at the operating frequency of the device, or at half the frequency if each edge of the /CAS signal is used as described above. The data lines are required to be switchable at half of the frequency of the /CAS lines or at the same frequency, and the other control and address signals switch at lower frequencies than /CAS and the data lines. As shown in

FIG. 6

, each /CAS signal and each data line is connected to a single memory device allowing for higher frequency switching than the other control and address signals. Each of the memory devices


10


,


12


,


14


and


16


is designed in accordance with the present invention allowing for a burst mode of operation providing internal address generation for sequential or interleaved data access from multiple memory address locations with timing relative to the /CAS control lines after a first row and column address are latched.





FIG. 7

shows a front view of another SIMM designed in accordance with the present invention. Each device on the SIMM is a 4 Megabit DRAM organized as 1 Meg×4. In this configuration, a single /CAS controls two memory devices to provide access to a byte width of the data bus. The eight devices shown form a 4 Megabyte SIMM in a 32 bit width. For an 8 Megabyte SIMM in a 32 bit width, there are eight additional devices on the back side (not shown).





FIG. 8

shows a preferred pinout for a memory module designed in accordance with the device of FIG.


7


. This pinout is compatible with pinouts for Fast Page Mode SIMMs and EDO SIMMs. A presence detect pin is provided for indication of EDO operation on pin


66


, and in accordance with standard EDO part types, an /OE input is provided on pin


46


.




Alternate embodiments of the SIMM modules of

FIGS. 5

,


6


and


7


include the use of two /RAS signals with each controlling a sixteen bit width of the data bus in accordance with standard SIMM module pinouts. Four more 2M×8 EDO Burst Mode DRAMs may be added to the device of

FIG. 6

to provide for a 4M×32 bit SIMM. Sixteen bit wide DRAMs may also be used, these will typically have two /CAS signals each of which controls an eight bit data width. The incorporation of parity bits, or error detection and correction circuitry provide other possible SIMM module configurations. Methods of performing error detection and/or correction are well known to those of skill in the art, and detailed descriptions of such circuits are not provided in this application. Additional SIMM designs using the novel memory device of the present invention may be designed by one of skill in the art with the aid of this specification. The invention has been described with reference to SIMM designs, but is not limited to SIMMs. The invention is equally applicable to other types of memory modules including Dual In-Line Memory Modules (DIMMs) and Multi-Chip Modules (MCMs).





FIG. 9

is a schematic representation of a data processing apparatus designed in accordance with the present invention. For the purposes of this specification a microprocessor may be, but is not limited to, a microprocessor, a microcontroller, a digital signal processor, or an arithmetic processor. In

FIG. 9

, microprocessor


112


is connected via address lines


114


and control lines


116


to a memory control circuit


118


. The memory control circuit provides address and control signals on lines


122


and


120


respectively to a memory


124


. Additional buffer circuitry between the memory control circuit and the memory, for the address and/or control signals, may be provided. The memory sends and receives data over data bus


126


. Optional data bus buffer


130


between memory data bus


126


and microprocessor data bus


128


allows for amplification of the data signals, and/or synchronization with the microprocessor and memory control signals. The buffer may be, but is not limited to, a buffer, transceiver, latch, register, or registered transceiver. A fast static random access memory (SRAM) cache circuit


132


is also optional and provides higher speed access to data stored in the cache from the memory circuit or the microprocessor. Memory control circuit


118


may be incorporated within the microprocessor. The memory control circuit provides the required address strobe signals, address signals and read/write control signals required to access a variety of memory types. The capability of the processor to access the memory in a burst mode allows for the design of a computer with relatively high memory bandwidth without the requirement of a fast SRAM cache. SRAMs which are fast enough to provide memory access without wait states can significantly add to the cost of a computer. The ability of the system to accept Burst EDO memory in accordance with the present invention also allows for medium to high performance computers to be manufactured at a cost which is significantly less than those manufactured today. Use of burst access memory in cooperation with a fast SRAM cache allows for an even higher performance computer design by providing fast burst access of main memory in the event of a cache miss.




In operation, when Burst EDO memory is present the microprocessor reads data by supplying address and control signals to the memory through the memory control circuit. In response to an initial address, a read command and an access cycle strobe, the memory begins to access a first data word at the initial address. A second access cycle strobe advances the address within the memory in a second access period of the burst access, and initiates a read access of data from a second address. For a latency of two, the first data is driven from the memory after the second access cycle strobe signal occurs. Typically the first data is latched in the microprocessor in response to a third access cycle strobe which occurs at the beginning of a third access cycle period of the burst access. The third access cycle strobe also causes the second data value to be driven from the memory. The third access cycle strobe also causes a third address to be generated within the memory, and a third data access begins. Data is latched in the microprocessor in response to fourth, fifth and sixth access cycle strobes. In this manner four data values are received in the microprocessor in response to a single address and a plurality of access cycle strobes. The microprocessor may provide a second address to the memory with the fifth access cycle strobe signal if the memory is designed to perform four word burst sequences and additional data values are required from the memory. In this case, a second four word burst sequence is begun while the microprocessor is receiving data from the first four word burst. The data buffer


130


may be used to synchronize data from the memory received in response to the access cycle strobe signal, with a system clock which is connected to the microprocessor. For write cycles, there is typically no latency. Data for write cycles is provided with each access cycle strobe signal in a burst write sequence.




In a preferred embodiment of the present invention, the system of

FIG. 9

will operate with one of two or more different types of memory. For example, the system may operate with Burst EDO, Fast Page Mode, or EDO memory devices. The system for example, may be adapted to receive memory modules having Fast Page Mode, EDO or Burst EDO memory devices where the modules have identical or nearly identical pinouts.




In this system, a method of detecting the type of memory present utilizes some or all of the following steps: Write a first data pattern into the memory at address n; toggle /CAS low with a read command at address n; sample the data output of the memory; toggle /CAS high; sample the data output of the memory. If the first data sample matches the data written into the memory, then the memory is either Fast Page Mode or EDO provided that the address to data valid and /CAS to data valid times have been met for both types of memory. If the second sample matches the data written into the memory, then the memory is EDO since the data bus will not be driven while /CAS is high for Fast Page Mode, and the latency will not have been met for Burst EDO memory. If the first pattern matches, but the second does not, then the memory is Fast Page Mode. If valid data is not detected for /CAS low or /CAS high, then the memory is Burst EDO. /CAS may be toggled low to perform additional read cycles with or without altering the column address to detect valid data to verify the presence of Burst EDO memory and to determine the latency. A system which is designed to accept only one of Fast Page Mode and EDO or Burst EDO memory would only need to sample data at the appropriate time (/CAS low for Fast Page Mode, and /CAS high for EDO) during the first read cycle to determine which type of memory is present. Systems designed to accept only EDO or Burst EDO memory for example may not have the capability of sampling data while /CAS is low when Fast Page Mode data would be valid.

FIG. 10

shows a timing diagram where a known data pattern Dn is written into memory in a format which is compatible with each of the possible memory types that may be present in the system. At time t


1


, the memory output is sampled while /CAS is low as described above. If valid data is not read, then the memory is Burst EDO. At time t


2


, the memory output is sampled while /CAS is high. If valid data was read at time t


1


, then the presence or absence of valid data at time t


2


will reveal whether the data is Fast Page Mode or EDO. For Burst EDO memory with a latency of two, data sampled at time t


3


or t


4


will match the data written into the memory. At time t


4


in particular, each of the three memory types would provide a different result on the memory data outputs allowing for memory type determination.




A method for differentiating between Burst EDO and Fast Page Mode or EDO alternately utilizes the following steps: Write a first data pattern into the memory at address n; write a second data pattern into the memory at address n+1; write a third data pattern into the memory at address n+2; write a fourth data pattern into the memory at address n+3; cycle /CAS five times to read data in a Burst EDO burst read format while maintaining address n on the external address lines. The data may be written in single discrete cycles, page mode cycles, or in Burst EDO format. If the data received matches the data written but is offset by at least one cycle (latency), then the memory is Burst EDO. If the memory is not Burst EDO, then the data read will be either all equal to the data pattern written at address n if single cycles or page mode writes were performed and the memory is EDO memory, or the data will be equal to the data pattern written at address n+3 if Burst EDO writes were performed and the memory is EDO memory, or the data will be dependent upon the characteristics of the data bus and the memory is Fast Page Mode memory. If the data is sampled while /CAS is high and the memory is Fast Page Mode, then the data bus may float high, low, or be unknown when the data is sampled. If the data is sampled while /CAS is low, then Fast Page Mode memory will provide the same data as EDO memory.




In the event that the data output of the memory is only sampled while /CAS is high and valid data is not received, the memory should be accessed in a Fast Page Mode format to verify the presence of Fast Page Mode memory.





FIG. 11

is a timing diagram of another method of determining which type of memory is present in a system, in accordance with the teachings of this invention. For the purposes of providing a specific example, the data values shown correspond to a system where the data width is four bits. In practice, a typical system data bus may have 8, 16, 32, 64 or some other data width. Likewise while the timing diagram may be viewed with reference to the system of

FIG. 9

, the method described is equally useful for a wide variety of system configurations in accordance with the teachings of the present invention which are capable of utilizing memory devices which may operate in one or more of at least two different access modes. In

FIG. 11

, two data values are written into memory using a page mode write format. This format will correctly store data into Fast Page Mode, EDO, or Burst EDO memory devices. If the memory is Burst EDO, the second column address presented (Cn+1) will simply be ignored by the memory device or devices being written to since the second address will be internally generated. After the writing the two data values (0110 and 1001) which should be chosen to be easily distinguishable from each other and from a bus that is not driven, the memory is read in a Burst EDO format. The waveform labeled DATA FPM is a representation of the data bus for a system where Fast Page Mode memory is installed. The waveform labeled DATA EDO is a representation of the data bus for a system where EDO memory is installed. The waveform labeled DATA BEDO is a representation of the data bus for a system where Burst EDO memory is installed. The vertical lines t


1


, t


2


, t


3


, t


4


and t


5


represent some possible times when data may be sampled in order to differentiate between the possible types of memory present in the system. At time t


5


in particular, each memory type provides a different response to the read operation. Fast Page Mode memory will not be driving the data bus at time t


5


since /CAS is high. When the bus is not driven, it will typically float or be terminated to a level that will be digitally interpreted as being either high, low, or a pattern of high and low values. In any case the data is not likely to match the pattern written. For systems utilizing a narrow data bus, or if the bus characteristics are unknown, it may be desirable to repeat the method with various data patterns to guarantee that the bus is not tending to provide signal levels that would be interpreted as a match of the data that was written. For wide data buses, the likelihood of an undriven bus matching a random or suitably varying pattern of data bits is very remote, and multiple patterns may not be deemed necessary. A possible pattern for a 32 bit data bus for example may be 0110 1001 1111 0001 1100 0011 0000 1110. At time t


5


, EDO memory will drive data onto the data bus from column address Cn since the read address is not changing from cycle to cycle. For the example of

FIG. 11

, this value is 0110. At time t


5


, Burst EDO memory with a latency of two will provide data from column address Cn+1 since the Burst EDO memory will automatically increment the internal address in a burst read access cycle. In this manner, the memory type whether Fast Page Mode, EDO, or Burst EDO can be determined at time t


5


. A more comprehensive method will perform more than two write and three read cycles in order to allow for Burst EDO memory devices with latencies of other than two. For example, if four write cycles are followed by five read cycles, and the data is sampled with /CAS high after the fifth read cycle, then the data will be bus dependent for Fast Page Mode memory, still equal to the first data value for EDO memory, and either equal to the fourth, third or second data value for Burst EDO memory with latency equal to two three or four respectively.




Another method in accordance with the present is invention is to write in single cycles to nonsequential addresses to write data into those addresses regardless of the memory type, then read the memory in a page mode like format with timing that is compatible with each of the memory types, but with a different address order. For example, write D


1


, D


2


, D


3


and D


4


to addresses 00,10,11,01 respectively using single cycles (toggling both /RAS and /CAS for each cycle), then read from 00, 11, 01, 10 in a page mode like format. Burst EDO memory will read the data in the order of D


1


, D


4


, D


2


, and D


3


offset in time by the latency. Fast Page Mode and EDO memory will read the data in the order D


1


, D


3


, D


4


and D


2


without latency. Again, if the data is sampled after /CAS has been high (at /CAS falling edges for example), then the data from Fast Page Mode devices will most likely not be valid.




Another method of detecting a memory type in a system in accordance with an embodiment of this invention is to write to a number of memory locations using a page mode write format directed to nonsequential addresses, then read in a page mode format from sequential addresses. For example, the two least significant address bits may be toggled in the sequence 00, 10, 11, 01 for the data write cycles. For page mode memory, the data will be valid but out of order if it is sampled after the data is valid and prior to /CAS transitioning high which will tri-state the data bus. For EDO memory, the data will be valid but out of order if sampled after the data is valid and prior to the following /CAS low transition. For Burst EDO memory, the data will be read in order since the address least significant bits will have been generated within the memory in the same order for the read and the write cycles. The Burst EDO data will have a latency from /CAS. As few as two locations may be written, followed by a single read cycle to the second address. In this case, if valid data is sampled while /CAS is low, the memory must be Fast Page or EDO. If valid data is sampled after /CAS transitions high, the memory is EDO. If valid data is not detected, the memory is Burst EDO.




A simplified method of determining the type of memory present in accordance with the teachings of the present invention for a system utilizing SIMMs, makes use of the EDO presence detect pin. If the EDO presence detect is false, then the memory is Fast Page Mode memory. If the presence detect is true, then the memory need only be tested for EDO versus Burst EDO, or for memory devices with multiple modes of operation.




An additional method in accordance with the present invention is to write the data in a burst mode format maintaining the column address at Cn while toggling /CAS and providing multiple data patterns. A read cycle at address Cn+x, where Cn+x is within a range of addresses that would have been written to in a Burst EDO memory device, is then performed as part of a burst or page mode read sequence. The data pattern read from address Cn+x will match the pattern written to Cn+x after a latency if the memory is Burst EDO memory. Fast Page Mode and EDO memory will provide whatever data was present at Cn+x prior to the burst mode write. Alternately, a single read cycle to address Cn, where the data is sampled near the end of the /CAS low period, will provide valid data out for either Fast Page Mode or EDO memory, but not for Burst EDO memory since the latency will not have been met.




In each of the above methods for determining a memory type present in a system, the step of placing the memory in a particular mode should be performed if it is known that the memory itself may have multiple modes of operation. The memory may be tested after following the appropriate procedure for placing the memory in each of the possible desired modes of operation in order to determine what modes of operation the memory will support. Also, linear versus sequential addressing modes must be taken into account if the memory may have the ability to switch between these addressing modes. Any SRAM cache should be disabled prior to performing the methods described, or additional steps may be required to guarantee that data being read is not cached data only. Also, a known background data pattern may be written to an address range where the method will be used in order to avoid possible false data matches to uninitialized memory locations.




The present invention teaches a system having multiple memory banks where each memory bank may have one of several types of memory. For systems designed in accordance with this teaching, each bank may be individually tested as described above. The memory controller of the system is programmed to access each bank in accordance with the type of memory present.




While the present invention has been described with reference to preferred embodiments, numerous modifications and variations of the invention will be apparent to one of skill in the art without departing from the scope of the invention.



Claims
  • 1. A method of determining an operational mode of memory present in a system, comprising:applying a column address to a memory; writing a sequence of data patterns to the memory in a burst mode to at least n, n+1, n+2, and n+3 memory address locations; reading data from the memory in an Extended Data Out page mode beginning at the column address with a column address strobe being high and advancing the column address with each Extended Data Out page mode cycle; and comparing data read from the memory with data written to the memory to determine the operational mode of memory present, wherein comparing data read includes indicating an extended data output type of operational mode with the data read from memory matching data written to the memory at address n using a data pattern in a format selected from a group consisting of single discrete cycles and page mode cycles, and with the data read from memory matching the data written to the memory at address n+3 in a burst format.
  • 2. A method of determining an operational mode of memory present in a system, comprising:writing a sequence of data patterns to a memory in a page mode to a sequence of column addresses; reading data from the memory in a burst mode; and comparing data read from the memory with data written to the memory to determine the operational mode of memory present, wherein comparing data read includes indicating an extended data output type of operational mode with the data read from memory matching data written to the memory at address n using a data pattern in a format selected from a group consisting of single discrete cycles and page mode cycles, and with the data read from memory matching the data written to the memory at address n+3 in a burst format.
  • 3. In a system adapted to receive memory having one of a plurality of different operational modes, a method of determining an operational mode of memory present, comprising:writing a sequence of data patterns to a memory in a page mode to a first sequence of column addresses; reading data from the memory in a page mode from a second sequence of column addresses; and comparing data read from the memory with data written to the memory to determine the operational mode of memory present, wherein comparing data read includes indicating an extended data output type of operational mode with the data read from memory matching data written to the memory at address n using a data pattern in a format selected from a group consisting of single discrete cycles and page mode cycles, and with the data read from memory matching the data written to the memory at address n+3 in a burst format.
  • 4. The method according to claim 3 wherein:data read from the memory is sampled at a transition time of a column address strobe.
  • 5. The method according to claim 3 wherein:data read from the memory is sampled during a high period of a column address strobe.
  • 6. A method of determining an operational mode of a memory, the memory comprising a plurality of memory cells, the method comprising:writing a data pattern to a first cell of the memory at a first row address and a first column address in a DRAM early write access cycle format; accessing the first cell and a second cell of the memory by applying at least two column address strobes in a page mode read format, a first column address strobe being applied in conjunction with the first column address, and a second column address strobe being applied in conjunction with a second column address; sampling a data output from the memory subsequent to the second column address strobe being applied; and comparing the data output from the memory with the data pattern to determine the operational mode of memory, wherein comparing data includes indicating an extended data output type of operational mode with the data read from memory matching data written to the memory at address n using a data pattern in a format selected from a group consisting of single discrete cycles and page mode cycles, and with the data read from memory matching the data written to the memory at address n+3 in a burst format.
  • 7. The method of claim 6, further comprising:selecting a set of comparison cells from the plurality of memory cells, said set comprising the first cell and the second cell, wherein selecting a set is performed prior to writing a data pattern.
  • 8. The method of claim 7, further comprising:programming a memory controller to access the memory in an access mode determined by the type of memory present; writing, according to the access mode, a functional verification data pattern to all cells of the plurality of memory cells; reading data, according to the access mode, from all cells; and comparing data read to the functional verification data pattern to verify functionality of each memory cell of the memory.
  • 9. A method of determining an operational mode of memory, comprising:writing a first data pattern and a second data pattern to a first and a second address of a memory in a page mode early write cycle format; reading from the memory in a Burst Extended Data Out format comprising at least three high to low transitions of a column address strobe signal; driving the column address strobe signal to a high level subsequent to said step of reading; sampling a memory data output pattern subsequent to said step of driving; and determining the operational mode of memory dependent on the memory data output pattern, wherein determining the operational mode includes indicating an extended data output type of operational mode with the data read from memory matching data written to the memory at address n using a data pattern in a format selected from a group consisting of single discrete cycles and page mode cycles, and with the data read from memory matching the data written to the memory at address n+3 in a burst format.
  • 10. A method of determining an operational mode of memory, comprising:writing a first data pattern into the memory at address n; initiating a read command at address n; sampling data read from address n with an active column address strobe signal, thereby producing a first data sample; toggling the column address strobe signal to an inactive state and sampling data read from address n, thereby producing a second data sample; and comparing data read from the memory with data written to the memory to determine the operational mode of memory present, where the memory is either a page mode, extended data output mode, or burst mode type, wherein comparing includes indicating an extended data output type of operational mode with the data read from memory matching data written to the memory at address n using a data pattern in a format selected from a group consisting of single discrete cycles and page mode cycles, and with the data read from memory matching the data written to the memory at address n+3 in a burst format.
  • 11. The method of claim 10, wherein comparing the data output from the memory with the data pattern is indicative of a page mode type of operational mode when the first data sample matches the first data pattern and the second sample fails to match the first data pattern.
  • 12. The method of claim 10, wherein comparing the data output from the memory with the data pattern is indicative of an extended data output mode type of operational mode when the first data sample matches the first data pattern and the second sample matches the first data pattern.
  • 13. The method of claim 10, wherein comparing the data output from the memory with the data pattern is indicative of a burst mode type of operational mode when at least one of the first data sample and the second data sample represents invalid data.
  • 14. A method of determining an operational mode of memory, comprising:writing a first data pattern into the memory at address n; writing a second data pattern into the memory at address n+1; writing a third data pattern into the memory at address n+2; writing a fourth data pattern into the memory at address n+3; reading data from the memory in a burst mode after five strobe signal cycles at address n; and comparing data read from the memory with data written to the memory to determine the operational mode of memory present, where the memory is either a page mode, extended data output mode, or burst mode type, wherein comparing data read includes, when reading data from the memory when a column address strobe is high, indicating an extended data output type of operational mode with the data read from memory matching data written to the memory at address n using a data pattern in a format selected from a group consisting of single discrete cycles and page mode cycles, and with the data read from memory matching the data written to the memory at address n+3 in a burst format.
  • 15. The method of claim 14, wherein writing the first, second, third and fourth data patterns comprises writing the data patterns in a format selected from the group consisting of single discrete cycles, page mode cycles and burst format.
  • 16. The method of claim 15, wherein comparing data read from the memory with data written to the memory is indicative of the burst mode type of operational mode when the data read from the memory matches the data written to the memory but is offset by at least one cycle.
  • 17. The method of claim 15, wherein comparing data read from the memory with data written to the memory is indicative of an operational mode selected from the group consisting of extended data output mode and page mode when the data read from the memory matches the data written to the memory at address n when writing the data patterns in a format selected from the group consisting of single discrete cycles and page mode cycles, and when the data read from the memory matches the data written to the memory at address n+3 when writing the data patterns in burst format.
  • 18. The method of claim 17, wherein, when reading data from the memory when a column address strobe is high, comparing data read from the memory with data written to the memory is indicative of an extended data output type of operational mode when the data read from the memory matches the data written to the memory at address n when writing the data patterns in a format selected from the group consisting of single discrete cycles and page mode cycles, and when the data read from the memory matches the data written to the memory at address n+3 when writing the data patterns in burst format.
  • 19. A method of determining an operational mode of memory, comprising:writing a first data pattern into the memory at address n; writing a second data pattern into the memory at address n+1; writing a third data pattern into the memory at address n+2; writing a fourth data pattern into the memory at address n+3; writing the first, second, third and fourth data patterns comprising writing the data patterns in a format selected from the group consisting of single discrete cycles, page mode cycles and burst format; reading data from the memory in a burst mode after five strobe signal cycles at address n; and comparing data read from the memory with data written to the memory to determine the operational mode of memory present, where the memory is either a page mode, extended data output mode, or burst mode type; wherein comparing data read from the memory with data written to the memory is indicative of an operational mode selected from the group consisting of extended data output mode and page mode when the data read from the memory matches the data written to the memory at address n when writing the data patterns in a format selected from the group consisting of single discrete cycles and page mode cycles, and when the data read from the memory matches the data written to the memory at address n+3 when writing the data patterns in burst format; and wherein, when reading data from the memory when a column address strobe is high, comparing data read from the memory with data written to the memory is indicative of an extended data output type of operational mode when the data read from the memory matches the data written to the memory at address n when writing the data patterns in a format selected from the group consisting of single discrete cycles and page mode cycles, and when the data read from the memory matches the data written to the memory at address n+3 when writing the data patterns in burst format.
CROSS-REFERENCE TO RELATED APPLICATIONS

This is a continuation-in-part of application Ser. No. 08/386,894 filed Feb. 10, 1995 now U.S. Pat. No. 5,610,864, which is a continuation-in-part of application Ser. No. 08/370,761 filed Dec. 23, 1994 now U.S. Pat. No. 5,526,320.

US Referenced Citations (75)
Number Name Date Kind
4195770 Benton et al. Apr 1980 A
4344156 Eaton et al. Aug 1982 A
4484308 Lewandowski et al. Nov 1984 A
4510603 Catiller Apr 1985 A
4513389 Devchoudhury Apr 1985 A
4562555 Ouchi et al. Dec 1985 A
4567579 Patel et al. Jan 1986 A
4575825 Ozaki et al. Mar 1986 A
4603403 Toda Jul 1986 A
4618947 Tran et al. Oct 1986 A
4630212 Shigeta Dec 1986 A
4649522 Kirsch Mar 1987 A
4685089 Patel et al. Aug 1987 A
4707811 Takemae et al. Nov 1987 A
4758995 Sato Jul 1988 A
4788667 Nakano Nov 1988 A
4870622 Aria et al. Sep 1989 A
4875192 Matsumoto Oct 1989 A
4899312 Sato Feb 1990 A
4926314 Dhuey May 1990 A
4985641 Nagayama et al. Jan 1991 A
4993027 McGraw et al. Feb 1991 A
5058066 Yu Oct 1991 A
5126975 Handy et al. Jun 1992 A
5237689 Behnke Aug 1993 A
5253357 Allen et al. Oct 1993 A
5261064 Wyland Nov 1993 A
5267200 Tobita Nov 1993 A
5268865 Takasugi Dec 1993 A
5278801 Dresser et al. Jan 1994 A
5280594 Young et al. Jan 1994 A
5301278 Bowater et al. Apr 1994 A
5305284 Iwase Apr 1994 A
5307320 Farrer et al. Apr 1994 A
5325330 Morgan Jun 1994 A
5325502 McLaury Jun 1994 A
5325513 Tanaka et al. Jun 1994 A
5349566 Merritt et al. Sep 1994 A
5357469 Sommer et al. Oct 1994 A
5373227 Keeth Dec 1994 A
5379261 Jones, Jr. Jan 1995 A
5386385 Stephens, Jr. Jan 1995 A
5392239 Margulis et al. Feb 1995 A
5394535 Ohuchi Feb 1995 A
5410670 Hansen et al. Apr 1995 A
5452261 Chung et al. Sep 1995 A
5457659 Schaefer Oct 1995 A
5522064 Aldereguia et al. May 1996 A
5526320 Zagar et al. Jun 1996 A
5561814 Glew et al. Oct 1996 A
5568651 Medina et al. Oct 1996 A
5604880 Dipert Feb 1997 A
5610864 Manning Mar 1997 A
5621678 Barnaby et al. Apr 1997 A
5630163 Fung et al. May 1997 A
5640507 Lipe Jun 1997 A
5654932 Rao Aug 1997 A
5706407 Nakamura et al. Jan 1998 A
5784331 Lysinger Jul 1998 A
5787308 Suzuki et al. Jul 1998 A
5822581 Christeson Oct 1998 A
5825691 McClure Oct 1998 A
5838990 Park et al. Nov 1998 A
5844849 Furutani Dec 1998 A
5848018 McClure Dec 1998 A
5946265 Cowles Aug 1999 A
5963504 Manning Oct 1999 A
6006339 McClure Dec 1999 A
6061296 Ternullo, Jr. et al. May 2000 A
6130843 Lee Oct 2000 A
6161177 Anderson Dec 2000 A
6172935 Wright et al. Jan 2001 B1
6336152 Richman et al. Jan 2002 B1
6449735 Edwards et al. Sep 2002 B1
6505282 Langendorf et al. Jan 2003 B1
Foreign Referenced Citations (2)
Number Date Country
19507562 Sep 1995 DE
WO-9620482 Jul 1996 WO
Non-Patent Literature Citations (38)
Entry
EDGE: Work-Group Computing Report, “Chips: Intel Corp, intros higher performing PCI chip set for Pentium. Processors (Intel Corp's 82430 FX, Triton)”, v6, n246, P10C1), Feb. 6, 1995.*
Electronic News, “Intel readies ‘Triton’ PCI Chipset (Intel's 82430 FX)”, v41, n2050, PG8C1), Jan. 30, 1995.*
Intel, ““Advanced ZP” Expandable Desktop Baseboard”, Technical Product Summary, Version 1.0, Jun. 1995.*
Cameron 944@aol.com, “32MB RAM- 8MB EDO and 24MB other, possible?”, www.dejanews.com, Apr. 24, 1995.*
82430FX PCIset.DATASHEET 82437FX System Controller (TSC). and 82438FX Data Path Unit (TDP), INTEL, entirety pp 1-67, 11/96.*
Brooke Crothers, “Pentium Processors contribute to EDO memory's popularity”, InfoWorld, V17, n7, P 37(1), Feb. 13, 1995.*
Steve Kovsky, “Intel's Triton chip set moves to notebooks”, Apr. 24, 1995.*
Dave Tatosian, “Detecting EDO RAM with Triton mother boards”, www.dejanews.com, Jul. 1995.*
Ewald.Jenisch@univie.ac.at, “P55TP4 (Triton-based)- Sync/Burst SRAMS?”, Mar. 22, 1995, pp1-2, www.goggle.com.*
““DRAM 1 Meg×4 DRAM 5VEDO Page Mode”, ”, 1995 DRAM Data Book,, pp. 1-1 thru 1-30,, (Micron Technology, I).
““Rossini, Pentium, PCI-ISA, Chip Set””, Symphony Laboratories,, entire book.
“4DRAM 1991”, Toshiba America Electronic Components, Inc., pp. A-137-A-159.
“Application Specific DRAM”, Toshiba America Electronic Components, Inc., C178, C-260, C 218, (1994).
“Burst DRAM Function & Pinout”, Oki Electric Ind., Co., Ltd., 2nd Presentation, Item # 619, (Sep. 1994).
“Hyper Page Mode DRAM”, 8029 Electronic Engineering, 66, No. 813, Woolwich, London, GB, pp. 47-48, (Sep. 1994).
“Mosel-Vitelic V53C8257H DRAM Specification Sheet, 20 pages, Jul. 2, 1994”.
“Pipelined Burst DRAM”, Toshiba, JEDEC JC 42.3 Hawaii, (Dec. 1994).
“Samsung Synchronous DRAM”, Samsung Electronics, pp. 1-16, (Mar. 1993).
“Synchronous DRAM 2 MEG×8 SDRAM”, Micron Semiconductor, Inc., pp. 2-43 through 2-8.
Dave Bursky, “Novel I/O Options and Innovative Architectures Let DRAMs Achieve SRAM Performance; Fast DRAMS can be swapped for SRAM Caches”, Electronic Design, vol. 41, No. 15, Cleveland, Ohio, pp. 55-67, (Jul. 22, 1993).
Shiva P. Gowni, et al., “A 9NS, 32K×9, BICMOS TTL Synchronous Cache RAM With Burst Mode Access”, IEEE, Custom Integrated Circuits Conference, pp. 781-786, (Mar. 3, 1992).
“16MS DRAM Schematics”, Micron Technology, pp. 1-58, (Feb. 1993).
“2M×8 Synchronous DRAM Schematics, Rev. 1.9”, Micron Technology, pp. 357495-357595, (Dec. 1995).
“2M×8 Synchronous Dram Schematicsm, Rev. 1.5”, Micron Technology, pp. 1-85, (May 1994).
McAlexander, J.C., Third Supplemental Expert Report, In the U.S. District Court for the District of Delaware; Mosel Vitelic Coporation, Plaintiff, v. Micron Technology, Inc., Defendant; Micron Technology Inc., Counter-Plaintiff, v. Mosel Vitelic Corporation and Counter-Defendants; No. 98-449-GMS, pp. 1-28, (1998).
“Old SIMCHECK Product Line”, Product Information, obtained from http://www.simcheck.com, pp. 1-3, (1995).
“Reduce DRAM Cycle Times with Extended Data-Out”, 1994 DRAM Data Book, Technical Note, Micron Semiconductor, Inc., pp. 5-33-5-40, (1994).
Intel, “Intel Electronic News”, ISSN: 1061-6624, Electronic News Publishing Corp., 26, (Dec. 5, 1994).
Sullivan, K., “Slimcheck Add-on Lets Users Identify Faulty DRAM Chips”, PC Week, 7(18), (Obtained from Computer Select, Document No. 46161), p. 18, (May 1990).
From: “Me@here.there”, Subject: “Re: A Technically Knowledgeable Sales Rep?”, Web Newsgroup, alt.sys.pc-clone.gateway2000, posted on Mar. 29, 1995, obtained via www.google.com,2 p.
From: “Ewald.Jenisch@univie.ac.at”, Subject: “Re: P55TP4 (Triton-based)—Sync/Burst SRAMS?”, Web Newsgroup, alt.comp.periphs.mainboard.asus, posted on Mar. 22, 1995, obtained via www.google.com,2 p.
From: “robert.vanhoutven@ping.be”, Subject: “Re: SIMM configuration on PCI MB. HELP!”, Web Newsgroup, comp.sys.ibm.pc.hardware.chips, posted on Jun. 16, 1995, obtained via www.google.com,1 p.
From: “tatosian@plough.enet.dec.com”, Subject: “Re: Detecting EDO ROM with Triton Mainboards”, Web Newsgroup, comp.sys.intel, posted on Jul. 1, 1995, obtained via www.google.com,2 p.
“16MS DRAM Schematics”, Micron Technology, (Feb. 1993),pp. 1-58.
“2M×8 Synchronous DRAM Schematics, Rev. 1.9”, Micron Technology, (Dec. 1995),pp. 357495-357595.
“2M×8 Synchronous Dram Schematicsm, Rev. 1.5”, Micron Technology, (May 1994),pp. 1-85.
“Synchronous DRAM 2 MEG×8 SDRAM”, Micron Semiconductors, Inc., (1994),pp. 1-18.
McAlexander, J..C. , Third Supplemental Expert Report, In the U.S District Court for the District of Delaware; Mosel Vitelic Coporation, Plaintiff, v. Micron Technology, Inc., Defendant; Micron Technology Inc., Counter-Plaintiff, v. Mosel Vitelic Corporation and Counter-Defendants; No. 98-449-GMX,(1998),pp. 1-28.
Continuation in Parts (2)
Number Date Country
Parent 08/386894 Feb 1995 US
Child 08/457650 US
Parent 08/370761 Dec 1994 US
Child 08/386894 US