GB2204721A - Method and apparatus for determining available memory size - Google Patents

Method and apparatus for determining available memory size Download PDF

Info

Publication number
GB2204721A
GB2204721A GB08802299A GB8802299A GB2204721A GB 2204721 A GB2204721 A GB 2204721A GB 08802299 A GB08802299 A GB 08802299A GB 8802299 A GB8802299 A GB 8802299A GB 2204721 A GB2204721 A GB 2204721A
Authority
GB
United Kingdom
Prior art keywords
address
memory
cpu
bank
addresses
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.)
Granted
Application number
GB08802299A
Other versions
GB2204721B (en
GB8802299D0 (en
Inventor
Michael J Dhuey
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.)
Apple Inc
Original Assignee
Apple Computer Inc
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
Priority claimed from US07/048,362 external-priority patent/US4926314A/en
Application filed by Apple Computer Inc filed Critical Apple Computer Inc
Publication of GB8802299D0 publication Critical patent/GB8802299D0/en
Publication of GB2204721A publication Critical patent/GB2204721A/en
Application granted granted Critical
Publication of GB2204721B publication Critical patent/GB2204721B/en
Anticipated expiration legal-status Critical
Expired - Lifetime legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/22Detection or location of defective computer hardware by testing during standby operation or during idle time, e.g. start-up testing
    • G06F11/2289Detection or location of defective computer hardware by testing during standby operation or during idle time, e.g. start-up testing by configuration test
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F12/00Accessing, addressing or allocating within memory systems or architectures
    • G06F12/02Addressing or allocation; Relocation
    • G06F12/06Addressing a physical block of locations, e.g. base addressing, module addressing, memory dedication
    • G06F12/0646Configuration or reconfiguration
    • G06F12/0684Configuration or reconfiguration with feedback, e.g. presence or absence of unit detected by addressing, overflow detection

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Computer Hardware Design (AREA)
  • Quality & Reliability (AREA)
  • Techniques For Improving Reliability Of Storages (AREA)

Abstract

A computer system includes a central processing unit coupled through a multiplexor to contiguous banks of memory devices. A user inserts RAM memory devices having a particular memory capacity into the memory banks. A maximum memory address for each bank is the address which exists if the highest capacity memory devices available are utilized (e.g., 16 M bit/device). On power-up, the CPU attempts to store sequentially the numerical address value of each possible memory address at that address location, from the highest possible contiguous address to the lowest, for the first memory bank. If the CPU attempts to write to a non-existent address, that address is automatically stored at the highest real address in the system. The CPU then sequentially reads each possible memory address from the lowest to the highest and compares the stored value with the address. If the stored value equals the address the address exists. If the stored value equals the previously read address, the address does not exist and the highest available memory is set to the previous address value. <IMAGE>

Description

METHOD AND APPARATUS FOR DETERMINING AVAILABLE MEMORY SIZE 1. Field of the Invention.
The present invention relates to apparatus and methods for determining the size of available memory in a computer system. More particularly, the present invention relates to a method for automatically determining memory size in a computer system in which a user may selectively remove and add memory devices.
2. Prior Art: In the computing industry, it is quite common for a central processing unit (CPU) to be coupled to memory devices, such as for example, dynamic random access memory (DRAM). The DRAM memory (like all semi-conductor memory devices) identifies specific storage locations of data with a unique address. The more memory which is available to the CPU, the higher the addresses available to access data within the memory devices. In many computer systems, such as personal computers (PCs), a user may increase the amount of available memory by adding discrete memory devices, such as 256K bit, 1 M bit, etc. memory chips.
In those computer systems which permit a user to increase the amount of available memory, it is necessary to identify the total available memory address space in order to permit the CPU to access all of the data locations in the now expanded memory.
Historically, the memory size of the system was identified to the CPU through the use of jumper wires on the main printed circuit board, or dual in-line package (DIP) switches located adjacent to the memory on the printed circuit board. If a user incorrectly sets the available memory size in the computer system higher than it actually is, the CPU will overwrite data stored at these non-existant higher addresses into the highest real address which exists in the memory system. This feature is commonly referred to as memory Wwrap around". Accordingly, errors may result, data loss, and overall system efficiency sacrificed through improper setting of the DIP switches or jumper wires on the printed circuit board, since the CPU will operate under conditions of improper memory address space allocation.
As will be described more fully below, the present invention provides a method and apparatus which permits the CPU to determine the true memory size available to it without the necessity of the user flipping switches, jumpers, or other hardware to set the available memory size in the system.
SUMMARY OF THE INVENTION The present invention provides apparatus and methods for use in a computer system, and particularly, a computer system employing memory devices having discrete capacity (i.e., 256k bit, 1 M bit, etc.), such as random access memory (RAM). The present invention includes a central processing unit (CPU) coupled through a multiplexor to a plurality of contiguous banks of memory devices. In a typical embodiment, a user inserts a desired number of RAM memory devices having a particular memory capacity into the memory banks. A maximum memory address is defined for each bank as the address which would exist if the highest capacity memory devices available were utilized (e.g., 16 M bit/device).On power-up, the CPU sequentially attempts to store the numerical address value of each possible memory address at that address location, from the highest possible contiguous address to the lowest, for the first memory bank. In the event that the CPU attempts to write to a nonexistent address, the value is automatically stored at the highest real address in the system. The CPU then sequentially reads each possible memory address from the lowest to the highest. For each address read, the CPU compares the stored value with the address. The fact that the stored value equals the address indicates that the address exists. In the event the stored value does not equal the address, but rather equals the previously read address, the address does not exist and the highest available memory is set to the previous address value.The CPU repeats this procedure for the next bank of memory until the total available memory of the system is determined.
A bit value is assigned which corresponds to the available memory size of the first memory bank. This bit value is stored in a register coupled to control logic which controls the operation of the multiplexor.and generates row address (RAS) and column address (CAS) signals to access the memory. Memory banks are selected by the control logic based upon the logical state of predetermined address bits outputted by the CPU which are identified by the bit value.
BRIEF DESCRIPTION OF THE DRAWINGS FIGURE 1 illustrates a block diagram of a computer system incorporating the teachings of the present invention.
FIGURE 2 illustrates, in conceptual form, the operation of the present invention to determine available memory size in a computer system.
FIGURE 3 symbolically illustrates the overall sequence of operations of the present invention as executed by the CPU.
FIGURE 4 is a more detailed flow chart illustrating the sequence of operations of the present invention described herein.
FIGURE 5 illustrates a more detailed block diagram of a system incorporating the teachings of the present invention.
FIGURE 6 symbolically illustrates the operation of the multiplexor shown in FIGURE 5.
FIGURE 7 illustrates the present invention's use of RAMSIZE bits to represent the size of available memory in bank A of the memory in the system of FIGURE 5.
NOTATION AND NOMENCLATUARE The detailed description which follows is presented largely in terms of algorithms and symbolic representations of operations on data bits within a computer memory.
These algorithmic descriptions and representations are the means used by those skilled in the data processing arts to most effectively convey the substance of their work to others skilled in the art.
An algorithm is here, and generally, conceived to be a self consistent sequence o steps leading to a desired result. These steps are those requiring physical manipulations of physical quantities. Usually, though not necessarily, these quantities take the form of electrical or magnetic signals capable of being stored, transferred, combined, compared, and otherwise manipulated. It proves convenient at times, principally for reasons of common usage, to refer to these signals as bits, values, elements, symbols, characters, terms, numbers or the like. It should be kept in mind, however, that all of these and similar terms are to be associated with the appropriate physical quantities and are merely convenient labels applied to these quantities.
Further, the manipulations performed are also referred to in terms, such as adding or comparing, which are commonly associated with mental operations performed by a human operator. No such capability of a human operator is necessary, or desirable in most cases, in any of the operations described herein which form part of the present invention; the operations are machine operations. Useful machines for performing the operations of the present invention include general purpose digital computers or other similar devices. In all cases, the distinction between the method operations and operating a computer and the method of computation itself should be noted. The present invention relates to method steps for operating the computer and processing electrical or other (e.g. mechanical, chemical) physical signals to generate other desired physical signals.
The present invention also relates to apparatus for performing these operations.
This apparatus may be specially constructed for the required purposes or it may comprise a general computer as selectively activated or reconfigured by a computer program stored in the computer. The algorithms presented herein are not inherently related to any particular computer or other apparatus. In particular, various general purpose machines may be used with the teachings herein, or it may prove more convenient to construct more specialized apparatus to perform the required method steps. The required structure for a variety of these machines will appear from the description given below.
DETAILED DESCRIPTION OF THE INVENTION The present invention provides apparatus and methods for use in a computer system employing memory devices having discrete capacity, such as random access memory (RAM), to automatically determine the amount of available memory in the system. In the following description for purposes of explanation, specific architectures, block diagram layouts, memory devices, memory device capacities, etc. are set forth in order to provide a thorough understanding of the present invention. However, it will be apparent to one skilled in the art that the present invention may be practiced without these specific details. In other instances, well known circuits and devices are shown in block diagram form in order not to obscure the present invention unnecessarily.
Referring now to Figure 1, one possible configuration of hardware which may utilize the teachings of the present invention is disclosed. As illustrated, a CPU 10 is coupled to a bus 12 for communication with a variety of data processing devices, including a Read-Only-Memory (ROM) 14. As is well known, ROM 14 contains preprogrammed operations, data, etc. which is available for execution and access by CPU 10. CPU 10 may also utilize Random-Access-Memory (RAM) situated in one or more memory banks, such as for example Bank A and Bank B of Figure 1. Each bank of memory is comprised of a plurality of memory devices having a specific memory capacity. For example, Bank A may be comprised of RAM chips having 256K bit or one megabit of memory, which are currently on the market. In practice, a user inserts the memory devices into sockets on a printed circuit board comprising memory Bank A.
Similarly, Bank B is comprised of a plurality of memory devices having a particular capacity. In prior art systems, it was necessary for a user to set hardware or software switches, or physical jumper wires, in the computer system to notify the CPU of the RAN memory size which is available in the system. In the event a user replaced, for example, 256K memory devices with one megabit devices, the system would be unable to utilize this enhanced memory capacity without hardware modifications to the physical structure of the circuit. The requirement that a user set switches for modified jumpers proves inconvenient, and, if done improperly, may result in data loss, inefficiency, or possible system failure.As will be described below, the present invention permits a user to add or substract memory devices from the system without the necessity of physically reconfiguring the hardware to notify CPU 10 of the amount of memory available.
As illustrated in Figure 1, CPU 10 is coupled through bus 12 to RAM Bank A (18) and RAM Bank B (20). RAM Bank A is comprised of a plurality of RAM memory devices, wherein each possible storage location for the memory bank is defined by a unique address from Mo through MN. The address locations Mo through MN are contiguous and sequential.Similarly, RAM Bank B is comprised of a plurality of memory devices with possible addresses MN+1 through MMax, and therefore, it is possible in the system of the present invention for the available memory addresses to nun contiguously from M through MMax. However, in the event that maximum memory is not utilized RAM Bank B may be only partially filled, such that the highest address is less than Mhrlaxl but greater than MN+1. Similarly, it is conceivable that RAM Bank A may only be partially filled and RAM Bank B completely empty.Due to the limitation that the memory addresses be contiguous, the presently preferred embodiment would not permit a partially filled Bank A and partially filled Bank B, although the methods and apparatus of the present invention could, with modification, accomodate such a memory scheme. In addition, the present invention, as illustrated in Figure 1, has the attribute, as do most computer systems, that any attempt to store data at a address which does not physically relate to a real storage location will result in the data being stored in the highest real physical address. This "wrap around" occurs since a system error would result through any attempt to store data at a non-existant address.
Currently, dynamic RAM memory devices are available commercially in certain fixed memory capacities. For example, devices are available in 256k or 1 Megabit capacities for most personal computer systems on the market. It is anticipated that by the year 1990, 4Megabit RAM density devices will be available, and possibly by the year 1993, 16Megabit devices will be provided in commercial quantities. As will be described more fully below, the present invention's methods and operations may be optimized by the fact that RAM densities are provided in increments of 256k, 1 Megabit, 4Megabit and 16Megabit, as opposed to odd densities. In addition, for purposes of the presently preferred embodiment, the present invention is designed to accept 16Megabit memory devices as the largest devices which may be utilized, under the assumption that these devices will be available in the future. However, it will be appreciated that although the presently preferred embodiment is designed to accept a maximum of 16 Mbit devices, that the present invention may be utilized using a variety of devices of various capacities.
Referring to Figure 2, the conceptual operation of the present invention will be disclosed. The variable "N" is defined as the total number of "binary increments" comprising boundary points within each memory bank. For example, if 256k memory devices are used in the system, then the boundary points defining the beginning and end of the total possible memory available fall on 256K increments. It will be appreciated by one skilled in the art, that to determine whether or not a particular memory device is coupled to RAM Bank A or B of Figure 1, it is only necessary to test at these binary boundary increments (i.e., 256K), and not each storage location within all o the memory devices. In Figure 2, for purposes of illustration, the binary boundary increments for Bank A are identified as Mo, M1, M3, and MN.Upon power up, CPU 10 attempts to store, beginning at the highest possible address increment for the Bank (MN) through to the lowest address increment (Mo) the address of each binary increment for storage at that location. In other words, CPU 10 attempts to sequentially store the address of the particular memory location at that memory location, and begins from the highest address to the lowest incremental address. It will be apparent to one skilled in the art, that although the present invention has optimized and increased the efficiency of the system through the use of testing only at the binary increments (Mo, M1, etc.), that the methods, apparatus and operations of the present invention are equally applicable to those computer systems in which each storage location within the memory, or other predefined increments, are used in place of increments Mo through MN as disclosed.
With reference to Figures 2 and 3, once CPU 10 has sequentially stored the addresses of the memory boundary points, the CPU then begins to sequentially read the addresses at the increment boundary points from low (Mo) to high address (MN ). At each address read, CPU 10 compares the contents of the storage location at the address with the address it has read. If the stored contents are equivalent to the address read, it will be appreciated that this indicates that the memory address constitutes a real physical storage location within the computer system. CPU 10 continues to sequentially read and compare the contents of the stored values for each binary increment (N) and compares each value to the respective address.In the event that the stored value of each binary increment equals the address throughout the memory bank (for example Bank A) this indicates that the memory is filled to its maximum capacity and that continguous available memory locations exist from address Mo through address MN.
In the event that a stored value does not equal the address value at a particular binary increment, it will be appreciated that the RAM memory is less than the maximum capacity, and in fact, the highest real address is equal to the memory address at the previous binary increment. It will be recalled, that due to the memory "wrap around" feature of the present invention (a feature present in virtually all computer systems) any attempt to write data to a non-existent address results in the data being stored at the last (highest) real physical address location of the system. For example, assume that the contents of M2 (see Figure 2) are compared with the address and are found to be equivalent. If CPU 10 sequentially increments to memory address location M3 and determines that the contents of M3 are equal to the contents of M2, they are not equal to the address of M3.Due to memory wrap around, an attempt to read a non-existent address (such as M3) results in the retrieval of data at the last highest real address in existence (M2). Since CPU 10 had written the address locations as data, for each address location from the highest address to the lowest, address location M2 would contain the value of the address M2, as opposed to the value of M3. The reading of a non-existent address such as M35 results in retrieval of the value stored at M2. Since memory devices are commercially manufactured having finite known capacities (i.e., 256K bit, 1 M bit, etc.) CPU 10 may then set the maximum contiguous real address at M2 at the last real binary increment detected.
Once the memory capacity of Bank A is determined using the above-described method, CPU 10 follows a similar procedure with respect to determining the amount of memory in RAM Bank B. In the case of RAM Bank B, the lowest address value is MN+1, with the highest address being MMaxs with a total number of binary increments (N) for the bank.
Figure 4 illustrates, In a more detailed fashion, the sequence of operations executed by CPU 10 in determining the size of memory banks coupled to bus 12. As illustrated, upon power up of the system CPU 10 determines the size of the available memory in the first bank (Bank A), and sets a variable (N) as the total number of binary increments in the first bank (X). As previously described, although the present invention will function by sequentially writing and reading each possible address in a memory disposed in one of the memory banks illustrated in Figure 1, it has been found that by using discrete binary increments (i.e., 256K) the method of the present invention performs faster and more efficiently.Since memory devices are not commercially marketed in odd sizes (for example 300K memory devices), it is known that a user will fill memory banks utilized by the present invention in finite, discrete and known increments.
Once the total number of binary increments is set for the bank as variable N, CPU 10 writes the value of each address, commencing from the higher increment to the lowest increment, of MN/2A-1. CPU 10 then determines if each increment has been addressed and stored and, if not, continues its writing operation to store the value of each increment address, sequentially, from highest to lowest. Once the writing operation has been completed, CPU 10 then sequentially reads the address of each increment, from the lowest increment (i.e., MN+1 for Bank B) to the highest increment (i.e., MMax). For each increment address read by CPU 10, the CPU determines whether or not the address value is equal to stored data at that address.As previously discussed, if an address is real and physically present in the system, the stored value at the address will equal the address value. In the event that an address increment does not physically exist in the system, the increment address will not equal the stored address, and the stored address will (as a result of "wrap around") be the value of the highest physical address actually found within the memory bank. CPU 10 thereby determines the highest memory value physically coupled to the memory bank, and then determines if more memory banks are coupled to bus 12 of the system.
It will be appreciated by one skilled in the art that although a memory Bank A and a memory Bank B are shown in Figure Is that numerous additional memory banks may be coupled to bus 12 using the teachings of the present invention. As illustrated in Figure 4, the operations illustrated are repeated for subsequent memory banks until the total size of the available memory coupled to the system illustrated in Figure 1 is determined.
Referring now to Figure 5, a more detailed discussion of the operation of the present invention using the methods discussed above will be described. As illustrated, a CPU 30 is coupled to a multiplexor 32 and a register 35. Multiplexor 32 is in turn coupled to a bus 36 for communication with a RAM memory situated in one or more memory banks, such as for example, memory Bank A (40) and Bank B (42). Memory Bank A (40) and Bank B (42) correspond to memory Banks A and B in Figure 1. As previously described, these memory banks are comprised of RAM chips having discrete memory devices of specific size (e.g. 256K bit or 1 Megabit). As in the case of the system illustrated in Figure 1, the computer system of Figure 5 delineates each possible storage location for the memory bank by a unique address which, in the case of Bank A, runs from Mo through MN.Similarly, RAM Bank B is comprised of a plurality of memory devices with possible address MN+1 through MMAx. For purposes of the discussion relative to Figure 5, the reader is referred to the description of Figures 1-4, above, with respect to the sequence of operations which the CPU 30 (or in the case of Figure 1, CPU 10) execute in order to determine the range of available memory addresses in memory Banks A and B.
Initially, CPU 30 executes the sequence of operations illustrated in Figure 4 and previously described with respect to Figure Is to determine the range of available memory in the computer system. In the presently preferred embodiment, CPU 30 comprises a 32 bit processor which accesses RAM memory locations based on a 32 bit address (#Ao ... A31). As is common, the address of a memory location is comprised of the row address and column address of the particular storage location in the RAM memory which is to be accessed. Multiplexor 32 first applies the row address to the RAM which is then followed by a column address in order to complete the memory access cycle (see Figure 6). Multiplexor 32 is controlled by control logic 45, and is coupled to multiplexor 32 by line 46.
Once CPU has executed a sequence of operations illustrated in Figure 4, above, a two-bit RAMSIZE variable is set to a binary number between 0 and 4. As illustrated in Figure 7, the value of the RAMSIZE bits corresponds to the memory capacity of Bank A (possible addresses Mû through MN) as determined by CPU 30 through execution of the sequence of operations illustrated in Figure 4. The CPU 30 stores the RAMSIZE value in register 35 which, as illustrated, is coupled to control logic 45. Control logic 45 includes a memory having a look-up table (not shown) which maps the RAMSIZE number to a particular address bit provided in the address (Ao through A31) by CPU 30 for accessing a RAM location. In the presently preferred embodiment, address bit number 20 (A20) corresponds to a 1 Megabyte memory in Bank A.As illustrated in Figure 7, a 1 Megabit memory size is denoted by a RAMSIZE value of 0. Similarly, a RAMSIZE value of 01 refers to a four megabite RAM Bank A memory size, and corresponds to address bit A22. As illustrated in Figure 7, in address bit 24 corresponds to a 16 Megabyte memory, and address bit 26 corresponds to a 64 Megabyte memory size.
In operation, the logical state of the address bit identified by the RAMSIZE variable determines which memory bank is selected by control logic 45. For example, if the RAMSIZE variable is equal to 4, then control logic 45 checks the value of address bit A22. In the present embodiment, if the value of A22 is a logical 0 then Bank A is selected, whereas if the value of A22 is a logical 1 then Bank B is selected by control logic 45. Control logic 45 then issues appropriate row address strobe (RAS) and column address strobe (CAS) signals, as is well known, to access a particular memory location in the bank, of RAM identified by the logical state of the address bit. It will be appreciated by one skilled in the art that if the RAMSIZE variable is equal to 1, then in accordance with the above discussion, control logic 45 will check the value of address bit A22 from CPU 30.Control logic 45 then selects the appropriate memory bank based on the logical state of address bit A22.
Accordingly, the present invention, as'described above, provides apparatus and methods for use by computer system to determine and allocate the size of the available memory currently in the system. The present invention permits a user to insert or remove memory devices from memory banks without the need of setting switches, providing jumper wires or the like to reconfigure the memory system size. Although the present invention has been described with reference to Figures 1-7, and with emphasis on a computer system employing two banks of memory devices, it should be understood that the figures are for illustration only and should not be taken as limitations upon the invention. It is contemplated that many changes and modifications may be made, by one of ordinary skill in the art, to the materials and arrangements of the elements in the invention without departing from the spirit and scope of the invention as disclosed above.

Claims (25)

CLAIMS:
1. In a computer system having a central processing unit (CPU) coupled to at least one memory bank (A) having a plurality of possible contiguous addresses (#Mo- MN) for storing data, said memory bank configured to receive a plurality of memory devices, each of said devices having a plurality of storage locations identified by one of said possible contiguous addresses, a method for determining the range of real memory addresses which exist in said memory bank, comprising the steps of:: said CPU sequencially storing the addresses of each of said possible storage locations at said respective addresses, from the highest possible address to the lowest possible address, said CPU storing the value of an address which does not physically exist at the highest real address of said memory bank; said CPU sequentially reading the address of each of said possible storage locations from the lowest possible address to the highest possible address, and comparing the data stored at each of said possible addresses with the respective address, such that said address is considered to be real if said address and said stored data are equivalent, said highest real address being the highest address in which said stored value is equivalent to said address value; whereby the highest real address available in said memory bank is determined by said CPU.
2. In a computer system having a central processing unit (CPU) coupled to a memory bank A having a plurality of possible contiguous addresses (#Mo-MN) and a memory bank B having a plurality of possible contiguous addresses (#MN+1-M MAX) for storing data, said memory banks configured to receive a plurality of memory devices, each of said devices having a plurality of storage locations identified by one of said possible contiguous addresses, said CPU accessing data by providing a multi-bit address of a desired storage location, a method for determining the range of real memory addresses which exist in said memory banks and accessing said desired storage location, comprising the steps of:: dividing said memory banks into N binary increments separated by a predetermined number of contiguous possible addresses; said CPU sequentially storing the addresses of each of said N increments at said respective increment addresses, from the highest possible increment address to the lowest possible increment address, said CPU storing the value of an address which does not physically exist in a memory bank at the highest real increment address of said respective memory bank;; said CPU, for each of said memory banks, sequentially reading the address of each of said possible increment addresses from the lowest possible increment address to the highest possible increment address, and comparing the data stored in each of said possible increment addresses with the respective address, such that said increment address is considered to be real if said address and said stored data are equivalent, said highest real increment address being the highest increment address for each of said memory banks in which said stored value is equivalent to said address value; said CPU providing a bit value corresponding to the total memory size in Bank A to control logic coupled between said CPU and said memory banks; said control logic enabling one of said memory banks based on the logical state of a predefined row of said address bits provided by said CPU, said predefined address bit identified by said bit value; said control logic providing control signals to said storage location identified by said multi-bit address provided by said CPU, thereby accessing said desired storage location in said enabled memory bank.
3. The method as defined by claim 2, further including a register coupled between said CPU and said control logic, such that said bit value is stored in said register prior to being provided to said control logic.
4. The method as defined by claim 3, wherein said multi-bit address includes row addrss bits and column address bits identifying said desired storage location.
5. The method as defined by claim 4, further including a multiplexor coupled between said CPU and said memory banks, said multiplexor being coupled to said control logic.
6. The method as defined by claim 5, wherein said multiplexor alternately couples said row address bits and said column address bits to said memory banks.
7. The method as defined by claim 6, wherein said control logic enables one of said memory banks by coupling a row address strobe (RAS) signal to said selected bank.
8. The method as defined by claim 7, wherein said multi-bit address comprises 32 bits numbered Ao through A31.
9. The method as defined by claim 8, wherein said one predefined address bit is address bit number A20 if the memory size of Bank A is 1 megabyte.
10. The method as defined by claim 8, wherein said one predefined address bit is address bit number A22 if the memory size of Bank A is 4 megabytes.
11. The method as defined by claim 8, wherein said one predefined address bit is address bit number A24 if the memory size of Bank A is 16 megabytes.
12. The method as defined by claim 8, wherein said one predefined address bit is address bit number A26 if the memory size of Bank A is 64 megabytes.
13. In a computer system having a central processing unit (CPU) coupled to a memory bank A having a plurality of possible continguous addresses (Mo-MN) and a memory Bank B having a plurality of possible contiguous addresses (MN+1-MMAX) for storing data, said memory banks configured to receive of a plurality of memory devices, each of said devices having a plurality of storage locations identified by one of said possible contiguous addresses said CPU accessing data by providing a multi-bit address of a desired storage location, an apparatus for determining the range of real memory addresses which exist in said memory banks, and accessing said desired storage location,comprising:: storing means coupled to said CPU for dividing said memory banks into N binary increments separated by a predetermined number of contiguous possible addresses, said memory means sequentially storing the addresses of each of said N increments at said respective addresses, from the highest possible address to the lowest possible address, said CPU storing the value of an address which does not physically exist in a memory bank at the highest real address of said respective memory bank;; reading means coupled to said CPU for reading the address of each of said possible storage locations for each of said memory banks, from the lowest possible address to the highest possible address, and comparing the data stored in each of said possible addresses with the respective address, such that said address is considered to be real if said address and said stored data are equivalent, said highest real address for each of said memory banks being the highest address in which said stored value is equivalent to said address value; ; control logic means coupled between said CPU and said memory banks for receiving and storing a bit value corresponding to the total memory size in memory Bank A, said control logic means enabling one of said memory banks based on the logical state of a predefined one of said address bits provided by said CPU, said predefined address bit identified by said bit value; said control logic means providing control signals to said memory bank in which storage location is disposed, thereby accessing said desired storage location in said enabled memory bank.
14. The apparatus as defined by claim 13, further including a register coupled between said CPU and said control logic, such that said bit value is stored in said register prior to being provided to said control logic.
15. The apparatus as defined by claim 14, wherein said multi-bit address includes row addrss bits and column address bits identifying said desired storage location.
16. The apparatus as defined by claim 15, further including a multiplexor coupled between said CPU and said memory banks, said multiplexor being coupled to said control logic.
17. The apparatus as defined by claim 16, wherein said multiplexor alternately couples said row address bits and said column address bits to said memory banks.
18. The apparatus as defined by claim 17, wherein said control logic enables one of said memory banks by coupling a row address strobe (RAS) signal to said selected bank.
19. The apparatus as defined by claim 18, wherein said multi-bit address comprises 32 bits numbered Ao through A31.
20. The apparatus as defined by claim 18, wherein said one predefined address bit is address bit number A20 if the memory size of Bank A is 1 megabyte.
21. The apparatus as defined by claim 18, wherein said one predefined address bit is address bit number A22 if the memory size of Bank A is 4 megabytes.
22. The apparatus as defined by claim 18, wherein said one predefined address bit is address bit number A24 if the memory size of Bank A is 16 megabytes.
23. The apparatus as defined by claim 18, wherein said one predefined "address bit is address bit number A26 if the memory size of Bank A is 64 megabytes.
24. A method for determining the range of real memory addresses which exist in a memory bank in a computer system having a central processing unit (CPU) coupled to at least one memory bank (A) having a plurality of possible contiguous addresses (J#!MO'MN) for storing data, said memory bank configures to 'receive a plurality of memory devices, each of said devices having a plurality of storage locations identified by one of said possible contiguous addresses.
25. An apparatus for determining the range of real memory addresses which exist in memory banks in a computer system having a central processing unit (CPU) coupled to a memory bank A having a plurality of possible contiguous addresses (MO'MN) and a memory bank B having a plurality of possible contiguous addresses (MN+l-MMAx) for storing data, said memory banks configured to receive a plurality of memory devices, each of said devices having a plurality of storage locate ions identified by one of said possible contiguous addresses said CPU accessing data by providing a multi-bit address of a desired storage location.
GB8802299A 1987-05-11 1988-02-02 Method and apparatus for determining available memory size Expired - Lifetime GB2204721B (en)

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
US07/048,362 US4926314A (en) 1987-03-17 1987-05-11 Method and apparatus for determining available memory size

Publications (3)

Publication Number Publication Date
GB8802299D0 GB8802299D0 (en) 1988-03-02
GB2204721A true GB2204721A (en) 1988-11-16
GB2204721B GB2204721B (en) 1991-10-23

Family

ID=21954176

Family Applications (1)

Application Number Title Priority Date Filing Date
GB8802299A Expired - Lifetime GB2204721B (en) 1987-05-11 1988-02-02 Method and apparatus for determining available memory size

Country Status (5)

Country Link
AU (1) AU616653B2 (en)
CA (1) CA1288522C (en)
GB (1) GB2204721B (en)
HK (1) HK53092A (en)
SG (1) SG41592G (en)

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
FR2639731A1 (en) * 1988-11-30 1990-06-01 Europ Rech Electr Lab COMPUTER AND METHOD FOR MANAGING THE MEMORY OF A COMPUTER
EP0419869A2 (en) * 1989-09-29 1991-04-03 Kabushiki Kaisha Toshiba Personal computer for accessing two types of extended memories having different memory capacities
EP0459800A2 (en) * 1990-05-31 1991-12-04 SONY ELECTRONICS INC. (a Delaware corporation) Allocating data storage capacity within plural memory circuits
EP0535537A2 (en) * 1991-09-30 1993-04-07 Kabushiki Kaisha Toshiba Computer system with a cache memory
EP0529945A3 (en) * 1991-08-29 1994-01-05 American Telephone & Telegraph
US5386383A (en) * 1994-02-28 1995-01-31 At&T Corp. Method and apparatus for controlling dynamic random access memory devices

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113724772A (en) * 2021-07-12 2021-11-30 深圳市美信咨询有限公司 Memory failure position searching method and device and computer equipment

Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
GB1430486A (en) * 1973-01-02 1976-03-31 Honeywell Inf Systems Machine memories
GB2101370A (en) * 1981-06-26 1983-01-12 Philips Electronic Associated Digital data apparatus with memory interrogation
EP0080626A2 (en) * 1981-11-24 1983-06-08 HONEYWELL BULL ITALIA S.p.A. Memory module selection and reconfiguration apparatus in a data processing system
US4468729A (en) * 1981-06-29 1984-08-28 Sperry Corporation Automatic memory module address assignment system for available memory modules
EP0136178A2 (en) * 1983-09-29 1985-04-03 Tandem Computers Incorporated Automatic memory board reconfiguration
EP0200198A2 (en) * 1985-05-02 1986-11-05 Digital Equipment Corporation An arrangement for expanding memory capacity
GB2175716A (en) * 1985-05-28 1986-12-03 Mitel Corp Memory management system
US4679167A (en) * 1983-07-29 1987-07-07 Hewlett-Packard Company Apparatus for locating a memory module within a memory space

Patent Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
GB1430486A (en) * 1973-01-02 1976-03-31 Honeywell Inf Systems Machine memories
GB2101370A (en) * 1981-06-26 1983-01-12 Philips Electronic Associated Digital data apparatus with memory interrogation
US4468729A (en) * 1981-06-29 1984-08-28 Sperry Corporation Automatic memory module address assignment system for available memory modules
EP0080626A2 (en) * 1981-11-24 1983-06-08 HONEYWELL BULL ITALIA S.p.A. Memory module selection and reconfiguration apparatus in a data processing system
US4679167A (en) * 1983-07-29 1987-07-07 Hewlett-Packard Company Apparatus for locating a memory module within a memory space
EP0136178A2 (en) * 1983-09-29 1985-04-03 Tandem Computers Incorporated Automatic memory board reconfiguration
EP0200198A2 (en) * 1985-05-02 1986-11-05 Digital Equipment Corporation An arrangement for expanding memory capacity
GB2175716A (en) * 1985-05-28 1986-12-03 Mitel Corp Memory management system

Cited By (15)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO1990006556A1 (en) * 1988-11-30 1990-06-14 Laboratoire Europeen De Recherches Electroniques Avancees Main read-write memory and extended memory management
FR2639731A1 (en) * 1988-11-30 1990-06-01 Europ Rech Electr Lab COMPUTER AND METHOD FOR MANAGING THE MEMORY OF A COMPUTER
EP0419869A2 (en) * 1989-09-29 1991-04-03 Kabushiki Kaisha Toshiba Personal computer for accessing two types of extended memories having different memory capacities
EP0419869A3 (en) * 1989-09-29 1992-06-03 Kabushiki Kaisha Toshiba Personal computer for accessing two types of extended memories having different memory capacities
US5522062A (en) * 1989-09-29 1996-05-28 Kabushiki Kaisha Toshiba Personal computer for accessing two types of extended memories having different memory capacities
US5241663A (en) * 1990-05-31 1993-08-31 Sony Corporation Hierarchically pairing memory blocks based upon relative storage capacities and simultaneously accessing each memory block within the paired memory blocks
EP0459800A2 (en) * 1990-05-31 1991-12-04 SONY ELECTRONICS INC. (a Delaware corporation) Allocating data storage capacity within plural memory circuits
EP0459800A3 (en) * 1990-05-31 1993-02-10 Sony Corporation Of America (A Delaware Corporation) Automatic memory sizing for a digital video recorder
EP0529945A3 (en) * 1991-08-29 1994-01-05 American Telephone & Telegraph
EP0716421A2 (en) * 1991-08-29 1996-06-12 AT&T Corp. A method for testing an array of Random Access Memories (RAMs)
EP0716421A3 (en) * 1991-08-29 1996-08-07 At & T Corp A method for testing an array of Random Access Memories (RAMs)
EP0535537A3 (en) * 1991-09-30 1993-04-21 Kabushiki Kaisha Toshiba Computer system with a cache memory
EP0535537A2 (en) * 1991-09-30 1993-04-07 Kabushiki Kaisha Toshiba Computer system with a cache memory
US5386383A (en) * 1994-02-28 1995-01-31 At&T Corp. Method and apparatus for controlling dynamic random access memory devices
EP0669621A1 (en) * 1994-02-28 1995-08-30 AT&T Corp. Method and apparatus for controlling dynamic random acces memory devices

Also Published As

Publication number Publication date
AU1471488A (en) 1988-11-17
AU616653B2 (en) 1991-11-07
GB2204721B (en) 1991-10-23
GB8802299D0 (en) 1988-03-02
SG41592G (en) 1992-06-12
CA1288522C (en) 1991-09-03
HK53092A (en) 1992-07-24

Similar Documents

Publication Publication Date Title
US4926314A (en) Method and apparatus for determining available memory size
US4951248A (en) Self configuring memory system
US6381668B1 (en) Address mapping for system memory
US4899272A (en) Addressing multiple types of memory devices
US5966727A (en) Combination flash memory and dram memory board interleave-bypass memory access method, and memory access device incorporating both the same
US6285607B1 (en) Memory system
KR960011959B1 (en) Semiconductor memory device
CA1234224A (en) Computer memory management system
US4908789A (en) Method and system for automatically assigning memory modules of different predetermined capacities to contiguous segments of a linear address range
US5040153A (en) Addressing multiple types of memory devices
US4831522A (en) Circuit and method for page addressing read only memory
US5553023A (en) Memory partitioning
US6430672B1 (en) Method for performing address mapping using two lookup tables
US5535368A (en) Automatically-configuring memory subsystem
US5761732A (en) Interleaving for memory cards
US4254463A (en) Data processing system with address translation
JP2000090005A (en) Bank bit allocating method
WO2001065372A1 (en) Address mapping in solid state storage device
US5307469A (en) Multiple mode memory module
EP0471532A2 (en) Method for determining the size of a memory
CN108139989B (en) Computer device equipped with processing in memory and narrow access port
US5317706A (en) Memory expansion method and apparatus in a virtual memory system
GB2204721A (en) Method and apparatus for determining available memory size
US4040029A (en) Memory system with reduced block decoding
US6906978B2 (en) Flexible integrated memory

Legal Events

Date Code Title Description
PE20 Patent expired after termination of 20 years

Effective date: 20080201