WO1996005598A1 - Method and system for storing data blocks in a memory device - Google Patents

Method and system for storing data blocks in a memory device Download PDF

Info

Publication number
WO1996005598A1
WO1996005598A1 PCT/US1995/008043 US9508043W WO9605598A1 WO 1996005598 A1 WO1996005598 A1 WO 1996005598A1 US 9508043 W US9508043 W US 9508043W WO 9605598 A1 WO9605598 A1 WO 9605598A1
Authority
WO
WIPO (PCT)
Prior art keywords
data
memory device
data block
accessing
row
Prior art date
Application number
PCT/US1995/008043
Other languages
French (fr)
Inventor
Scott Lloyd
Original Assignee
Motorola 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
Application filed by Motorola Inc. filed Critical Motorola Inc.
Priority to AU29101/95A priority Critical patent/AU2910195A/en
Priority to GB9702710A priority patent/GB2305756A/en
Publication of WO1996005598A1 publication Critical patent/WO1996005598A1/en

Links

Classifications

    • 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/0207Addressing or allocation; Relocation with multidimensional access, e.g. row/column, matrix
    • GPHYSICS
    • G11INFORMATION STORAGE
    • G11CSTATIC STORES
    • G11C8/00Arrangements for selecting an address in a digital store
    • GPHYSICS
    • G11INFORMATION STORAGE
    • G11CSTATIC STORES
    • G11C8/00Arrangements for selecting an address in a digital store
    • G11C8/12Group selection circuits, e.g. for memory block selection, chip selection, array selection

Definitions

  • the present invention is related to the following inventions which are assigned to Motorola Inc., the same assignee as the present invention: (1) "Neural Network and Method of Using Same", having Serial No. 08/076,601 filed June 14, 1993.
  • This invention relates generally to data storage systems and, in particular, to a method and system for storing data in a memory device.
  • FIG 1. shows a computer (10) which includes a data storage system (14) .
  • a data storage system includes a mass storage (16), a memory management unit (MMU) (22), and a central processing unit (CPU) memory (24) .
  • the CPU (12) executes software programs and is connected to memory management unit (22) and CPU memory (24) via bus (20) .
  • Memory management unit (22) controls the transfer of data between mass storage (16) and CPU memory (24), and in some instances it may transfer data between central processing unit (12) and mass storage (16) .
  • memory management unit (22) reads data blocks from mass storage (16) using bus (18) and then writes the data blocks to CPU memory (24) using bus (20) .
  • memory management unit (22) may move data blocks from CPU memory (24) to mass storage (16) by first reading the data blocks from CPU memory (24) and then writing them to mass storage (16) .
  • Mass storage (16) typically provides a means for storing large quantities of data at relatively low cost per stored data element.
  • mass storage (16) may comprise a hard disk, an array of random access memory (RAM) chips, or other storage media.
  • CPU memory (24) stores data and program instructions which are used by CPU (12) .
  • CPU memory (24) may be a static or cache RAM which resides on the same integrated circuit as CPU (12) .
  • the data stored in CPU memory (24) is accessed by CPU (12) across bus (20) .
  • CPU memory (24) allows quicker access to stored data than mass storage (16) .
  • CPU memory (24) is generally small due to the relatively high cost associated with memory capable of short access times.
  • CPU memory (24) is generally not large enough to store all of the data needed by CPU (12) during operation. Thus, either CPU (12) must periodically access data from mass storage (16) through memory management unit (22) , or memory management unit (22) must periodically update the contents of CPU memory (24) .
  • CPU (12) Since mass storage (16) is slower than CPU memory (24), CPU (12) must insert wait states while accessing data from mass storage (16) . The insertion of wait states by CPU (12) decreases the overall performance of computer (10) . Additionally, in many situations the amount of time required by memory management unit (22) to load data blocks into CPU memory (24) causes CPU (12) to idle, which also decreases the performance of computer (10) .
  • a further advantage of the present invention is that a method is provided which lessens the need to swap data blocks between a memory device and a mass storage device.
  • a method of storing a plurality of data blocks in a memory device In this method, the plurality of data blocks has a first and second data block. The first step of this method stores the first data block in the memory device so that the first data block is accessible using a first accessing method. The second step stores the second data block in the memory device so that the second data block is accessible using a second accessing method.
  • a method of storing a plurality of data blocks in a memory device is provided.
  • each of the data blocks has a plurality of data elements and the plurality of data blocks has a first and second data block.
  • the first step of this method stores the first data block in the memory device so that the first data block is accessible using a first accessing method.
  • the second step stores the second data block in the memory device so that the second data block is accessible using a second accessing method, and if a common data element exists between the first and second data blocks, the common data element of the first and second data blocks is stored in a single area in the memory device.
  • a method of storing a plurality of data blocks in a memory device each of the data blocks has a plurality of data elements. Additionally, this method includes the following steps . The first step assigns to each of the plurality of data blocks an accessing method; the second step determines the number of common data elements amongst the plurality of data blocks; the third step changes the accessing method of at least one of the plurality of data blocks; the forth step repeats second and third steps until the greatest number of common data elements amongst the plurality of data blocks is found; and the fifth step stores the plurality of data blocks in the memory device so that each of the plurality of data blocks is accessible using the accessing method assigned which allows the greatest number of common data elements amongst the plurality of data blocks.
  • a memory management unit for storing a plurality of data blocks in the memory device of a computer.
  • the plurality of data blocks has a first and second data block, and each of the plurality of data blocks has a plurality of data elements.
  • the memory management unit includes a first storing means operatively coupled to the memory device, for storing the first data block in the memory device so that the first data block is accessible using a first accessing method.
  • the memory management unit includes a second storing means which is operatively coupled to the memory device and cooperative with the first storing means .
  • the second storing means is for storing the second data block in the memory device so that the second data block is accessible using a second accessing method. Additionally, if a common data element exists between the first and second data blocks, the common data element of the first and second data blocks is stored in a single area in the memory device.
  • FIG. 1 shows a block diagram of a prior art computer which includes a data storage system.
  • FIG. 2 shows a flow diagram of a method of storing two of a plurality of data blocks in a memory device in accordance with one embodiment of the present invention.
  • FIG. 3 illustrates an example of a two-dimensional addressing scheme which is used to locate data in a memory device .
  • FIG. 4 shows a flow diagram of a method of column accessing data elements in a data block in accordance with an embodiment of the present invention.
  • FIG. 5 shows a flow diagram of a method of row accessing data elements in a data block in accordance with an embodiment of the present invention.
  • FIG. 6 shows a flow diagram of a method of diagonal accessing data elements in a data block in accordance with an embodiment of the present invention.
  • FIG. 7 shows a flow diagram of a method of storing two of a plurality of data blocks in a memory device in accordance with an alternative embodiment of the present invention.
  • FIG. 8 illustrates an example of two data blocks located in non-overlapping areas of a two-dimensional address space.
  • FIG. 9 illustrates an example of the two data blocks of FIG. 8 located in overlapping areas of a two-dimensional address space in accordance with an embodiment of the present invention.
  • FIG. 10 shows a flow diagram of a method of storing a plurality of data blocks in a memory device in accordance with a preferred embodiment of the present invention.
  • FIG. 11 shows a -block diagram of a multiprocessor computer which includes a memory management unit of one embodiment of the present invention.
  • FIG. 12 illustrates an example of a data block which contains exponent values used in an embodiment of the present invention.
  • FIG. 2 shows a flow diagram of a method of storing two of a plurality of data blocks in a memory device in accordance with one embodiment of the present invention.
  • a first data block from the plurality of data blocks, is stored in the memory device in a manner which allows the data block to be accessed using a first accessing method.
  • a second data block, from the plurality of data blocks, is stored in the memory device in a manner which allows the data block to be accessed using a second accessing method.
  • the storage of data blocks using different accessing methods can allow flexibility in placing the data blocks, which can, in turn, allow two or more data blocks to be arranged in memory with less space.
  • the use of less space reduces the potential for swapping data blocks between a memory device and a mass storage device.
  • the first and second accessing methods are different from one another.
  • the first accessing method may be a horizontal accessing method while the second method may be a vertical; or the first method may be horizontal method while the second method is a diagonal method.
  • the first accessing method may be a horizontal accessing method while the second method may be a vertical; or the first method may be horizontal method while the second method is a diagonal method.
  • FIG. 3 illustrates an example of a two-dimensional addressing scheme which is used to locate data in a memory device.
  • addresses in a memory device are represented by an array which has two indices: a row address and a column address.
  • a two-dimensional address may be represented as an ordered pair (i,j), where i represents the row address and j represents the column address.
  • a data element may be stored at each two-dimensional address in the memory device.
  • Axis (64) represents values of the row address, while axis (66) represents values of the column address.
  • Boundary (48) indicates the memory space of a memory device.
  • a data element may be stored anywhere within the memory space of a memory device.
  • the two- dimensional address of a data element stored within boundary (48) may be given by (i,j), where 0 ⁇ i ⁇ e, and 0 ⁇ j ⁇ f.
  • Data block (40) comprises a plurality of data elements, one of which is shown as data element (44) .
  • Data block (40) is referenced by two-dimensional origin address (50) .
  • Origin address (50) gives the location of the first data element of data block (40) .
  • the first data element is accessed before other data elements of the block.
  • Origin address (50) is given by the ordered pair (a, b) . All other data elements within a data block are located at addresses which are relative to the origin address of the data block.
  • the row address of data element (44) is given by the sum of row offset (54) and the row address of origin address (50)
  • the column address of data element (44) is given by the sum of column offset (56) and the column address of origin address (50) .
  • row offset (54) equals one location
  • column offset (56) equals five locations.
  • the resulting two-dimensional address of data element (44) is (a+1, b+5) .
  • the first boundary of data block (40) comprises boundary (43) and boundary (49) .
  • Boundary (43) is given by the column minimum address of data block (40) .
  • the data elements of data block (40) which are located along this boundary have column addresses which are equal to the column minimum address of data block (40) .
  • Boundary (49) is given by the row maximum address of data block (40) .
  • the data elements of data block (40) which are located along boundary (49) have row addresses which are equal to the row maximum address of data block (40) .
  • the second boundary of data block (40) comprises boundary (45) and boundary (47) .
  • Boundary (45) is given by the row minimum address of data block (40) .
  • the data elements of data block (40) which are located along this boundary have row addresses which are equal to the row minimum address of data block (40) .
  • Boundary (47) is given by the column maximum address of data block (40) .
  • the data elements of data block (40) which are located along boundary (47) have column addresses which are equal to the column maximum address of data block (40) .
  • Data block (42) is referenced by origin address (52) which is represented by the ordered pair (c, d) .
  • Maximum row offset (58) and maximum column offset (60) give the two-dimensional address of data element (46) relative to origin address (52) .
  • the maximum row offset and maximum column offset represent the relative address of the last data element of a data block to be accessed. For example, maximum row offset (58) is equal to five locations and maximum column offset (60) is equal to six locations.
  • the resulting two-dimensional address for data element (46) is (c+5, d+6) .
  • the first boundary of data block (42) comprises boundary (51) and boundary (57) .
  • Boundary (51) is given by the column minimum address of data block (42) .
  • the data elements of data block (42) which are located along this boundary have column addresses which are equal to the column minimum address of data block (42) .
  • Boundary (57) is given by the row maximum address of data block (42) .
  • the data elements of data block (42) which are located along boundary (57) have row addresses which are equal to the row maximum address of data block (42) .
  • the second boundary of data block (42) comprises boundary (53) and boundary (55) .
  • Boundary (53) is given by the row minimum address of data block (42) .
  • the data elements of data block (42) which are located along this boundary have row addresses which are equal to the row minimum address of data block (42) .
  • Boundary (55) is given by the column maximum address of data block (42) .
  • the data elements of data block (42) which are located along boundary (55) have column addresses which are equal to the column maximum address of data block (42) .
  • FIG. 4 shows a flow diagram of a method of column accessing data elements in a data block in accordance with one embodiment of the present invention.
  • a column pointer and row pointer are initialized to an origin address of a data block which is stored in the memory device.
  • the column and row pointers are loadable counters or any other storage means which retain the column and row addresses, respectively, and allow the addresses to be periodically updated by either incrementing or decrementing.
  • the column and row pointers provide the two- dimensional address of the data element which is currently being accessed.
  • a column of data elements in the data block is accessed.
  • a column of data elements is defined as those elements which have the same column address.
  • Data elements in a column are accessed by holding constant the column address given by the column pointer and then varying the row address from the row minimum address to the row maximum address.
  • the row address may be varied by incrementing the contents of the row pointer. It will be apparent to one of ordinary skill in the art that the row address may also be varied from the row maximum address to the row minimum address by decrementing the contents of the row pointer. Additionally, it will be understood by one of ordinary skill that data elements located in the same column may be simultaneously accessed.
  • decision box (74) a check is made to determine whether the column address given by the column pointer is greater than the column maximum address. If so, the method terminates. If not, the method proceeds to box (76) .
  • FIG. 5 shows a flow diagram of a method of row accessing data elements in a data block in accordance with an embodiment of the present invention.
  • a column pointer and row pointer are initialized to an origin address of a data block which is stored in the memory device.
  • the column and row pointers are loadable counters or any other storage means which retain the column and row addresses, respectively, and allow the addresses to be periodically updated by either incrementing or decrementing.
  • the column and row pointers provide the two- dimensional address of the data element which is currently being accessed.
  • a row of data elements in the data block is accessed.
  • a row of data elements is defined as those elements which have the same row address.
  • Data elements in a row are accessed by holding constant the row address given by the row pointer and then varying the row address from the row minimum address to the row maximum address.
  • the row address may be varied by incrementing the contents of the row pointer. It will be apparent to one of ordinary skill in the art that the row address may also be varied from the row maximum address to the row minimum address by decrementing the contents of the row pointer. Additionally, it will be understood by one of ordinary skill that data elements located in the same row may be simultaneously accessed.
  • decision box (84) a check is made to determine whether the row address given by the row pointer is greater than the row maximum address. If so, the method terminates. If not, the method proceeds to box (86) . In box (86) , the contents of the row pointer are incremented. This allows the next row of the data block to be accessed. Upon exiting box (86), method returns to box (82) .
  • FIG. 6 shows a flow diagram of a method of diagonal accessing data elements in a data block in accordance with an embodiment of the present invention.
  • the column pointer and row pointer are set to a two-dimensional address of a data element which is located on the first boundary of the data block being accessed.
  • box (92) the data element located at the two-dimensional address given by the column and row pointers is accessed.
  • decision box (94) a check is made to determine whether the data element accessed in box (92) is located on the second boundary of the data block. If so, the method proceeds to box (100) . If not, the method proceeds to box (96) . In box (96), the contents of the column pointer is incremented.
  • box (98) the contents of the row pointer is decremented. Upon exiting box (98), the method returns to box (92) .
  • Box (100) is entered when all of the data elements located along a diagonal of the data block have been accessed.
  • the column pointer and row pointer are set to a two-dimensional address of another data element which is located on the first boundary of the data block being accessed.
  • decision box (102) a check is made to ascertain whether all of the data elements of data block have been accessed. If so, the method terminates. Otherwise, the method returns to box (92) .
  • FIG. 7 shows a flow diagram of a method of storing two of a plurality of data blocks in a memory device in accordance with an alternative embodiment of the present invention.
  • a first data block from the plurality of data blocks, is stored in the memory device in a manner which allows the data block to be accessed using a first accessing method.
  • the first accessing method may be any accessing method such as a column accessing method, row accessing method, or diagonal accessing method. Column, row, and diagonal accessing methods are described in greater detail by FIGS. 4, 5, and 6, respectively.
  • a second data block, from the plurality of data blocks, is stored in the memory device in a manner which allows the data block to be accessed using a second accessing method.
  • the second accessing method may be any accessing method which differs from the first accessing method such as a column accessing method, row accessing method, or diagonal accessing method.
  • the two data blocks are stored such that a common data element is stored in a single location in the memory device.
  • a common data element is defined as a data element which is located in both data blocks, has the same value in both blocks, and may be stored at the same two- dimensional address.
  • FIG. 8 illustrates an example of two data blocks located in non-overlapping areas of a two-dimensional address space.
  • Data block (126) includes sixteen two-bit digital words and is referenced by origin address (124) .
  • Data block (130) includes ten two-bit digital words and is referenced by origin address (128) .
  • Axis (120) indicates the column address and axis (122) indicates the row address of the two-dimensional address space.
  • FIG. 9 illustrates an example of the two data blocks of FIG. 8 located in overlapping areas of a two-dimensional address space in accordance with one embodiment of the present invention.
  • Data block (126) remains at the location given by origin address (124) .
  • data block (130) is moved to new origin address (132) .
  • the new location of data block (130) allows data elements from both blocks having the same value to share the same two- dimensional addresses .
  • Data elements which are from different data blocks, which have the same value, and which may be stored at the same two-dimensional address are referred to as common data elements.
  • the present invention reduces the amount of memory space required to store one or more data blocks.
  • FIGS. 8 and 9 illustrate two-bit data elements for purposes of example. Further, FIGS. 3, 8, and 9 each are described in terms of two-dimensional addressing. One with ordinary skill in the art will recognize that any arbitrary data elements could be used, including data elements which contain any number of digital bits, and that addressing could be performed in an n-dimensional sense.
  • FIG. 10 shows a flow diagram of a method of storing a plurality of data blocks in a memory device in accordance with a preferred embodiment of the present invention.
  • an accessing method is assigned to each of the plurality of data blocks.
  • box (142) the number of common data elements among the plurality of data blocks is determined.
  • the techniques used to determine the number of common data elements are disclosed in above-identified related invention No. 2.
  • decision box (144) a check is made to determine whether the greatest number of common data elements has been found. If so, the method proceeds to box (148) . If not, the method continues to box (146) .
  • box (146) the accessing method of at least one of the data blocks is changed to alternative accessing method such as one of the three accessing methods described by FIGS. 4, 5, or 6. Upon exiting box (146), the method returns to box (142) .
  • FIG. 11 shows a block diagram of a multiprocessor computer which includes a memory management' unit of one embodiment of the present invention.
  • Computer (210) includes memory device (222), memory management unit (212), summing circuit (217) , and a plurality of computing elements, three of which are shown as computing elements (211) , (213) , and (215) .
  • • ., xn represent data inputs to computer (210), which may also be referred to as independent variables of the polynomial expansion; and where gii, ...,gni represent the exponents for the ith term in the expansion which are applied to the data inputs; and where i, m, and n are integers.
  • a polynomial expansion is computed by computer (210) in the following manner.
  • a plurality of data inputs xi, X2, . ⁇ • , xn are fed into computer (210) using bus (219) and then distributed to the plurality of computing elements, of which computing elements (211), (213), and (215) are illustrated.
  • additional computing elements could be provided to implement each of the terms of the polynomial expansion present in Equation 1 above.
  • Each computing element computes a term in the polynomial expansion wherein the term includes zero or more data elements .
  • the computing elements access exponent values which are stored in memory device (222) .
  • a computing element passes the term to summing circuit (217) which sums the terms computed by the computing elements and places the sum on computer output (233) .
  • computing element (211) accesses exponents gn and g 2 i from memory device (222) using bus (221), while computing element (213) accesses exponents gi 2 and g 22 from memory device (222) using bus (223), and computing element (215) accesses exponent gnm from memory device (222) using bus (225) .
  • Computing element (211) computes the term xi ⁇ n X2 g 2l and then sends it to summing circuit (217) over bus (227) ; computing element (213) computes the term x ⁇ 9i2 X 2 g 22 and then sends it to summing circuit (217) over bus (229); and computing element (15) computes the term x n 9nm and then sends it to summing circuit (217) over bus (231) .
  • summing circuit (217) sums the terms and places the resulting polynomial expansion on computer output (233) .
  • Memory device (222) retains exponent values which are used by the plurality of computing elements.
  • Memory device (222) may retain one or more blocks of exponent values, wherein each of the blocks corresponds to a different polynomial expansion.
  • Memory management unit (212) includes first storing means (214) and second storing means (224) .
  • First storing means (214) is operatively connected to memory device (222) by bus (218)
  • second storing means (224) is operatively connected to memory device (222) by bus (219) .
  • First memory means (214) and second memory means (224) are connected by bus (220) .
  • memory management unit (212) stores a plurality of blocks of exponent values in memory device (222) in a fashion which reduces the amount of memory space needed to store the plurality of blocks .
  • the memory management unit (212) is implemented by software running on a processor such as a microprosessor.
  • a processor such as a microprosessor
  • memory management unit (212) could likewise be implemented in hardware using a programmable logic array, an ASIC or similar digital logic.
  • first storing means (214) stores a first data block, selected from a plurality of data blocks, in memory device (222) so that the first data block is accessible using an accessing method such as one of the accessing methods given by FIGS. 4, 5, or 6.
  • Second storing means (224) assigns an accessing method to a second data block and then determines whether the two blocks have exponents which are the common data elements. Information used to determine whether there are common data elements is exchanged between first storing means (214) and second storing means (224) via bus (220) .
  • first storing means (214) and second storing means (224) signal memory device (222) via bus (218) and bus (219) , respectively, to store the blocks such that exponents which are common data elements are stored at common locations in memory device (222) .
  • FIG. 12 illustrates an example of a data block which contains exponent values.
  • data block (250) includes a plurality of data elements, wherein each data element represents an exponent value as a two bit digital word.
  • First data element (252) represents exponent g ⁇ , ⁇ and last data element (254) represents exponent gi 2 8, 64 •
  • the exponent values of data block (250) are used to compute polynomial expansions of the form given by Equation 1.
  • Each exponent is located at a two-dimensional address, (i, j), in a memory device, wherein i represents a row address and j represents a column address.
  • i represents a row address
  • j represents a column address.
  • Axis (260) represents values of the row address
  • axis (262) represents values of the column address .
  • Data block (250) may be stqred in memory device (222) of FIG. 11.
  • exponent values may be stored in memory device (222) such that each column address may point to exponent values that are accessed by a specific one of the plurality of computing elements of computer (210) of FIG. 11, and each row address may point to exponents that are applied to a specific one of the plurality of data inputs.
  • data block (250) may be used in computer (210) to provide exponent values for 64 computing elements and 128 data inputs.
  • FIG. 12 shows a data blocks which has 128 row addresses and 64 column addresses, and 128 x 64 exponent values
  • a data block may have any number of row and column addresses and any number of exponent values.
  • the row and column addresses may be interchanged to point at exponents accessed by a specific computing element and to point at exponents corresponding to a specific data input, respectively.

Abstract

A method and system for storing a plurality of data blocks in a memory device (222) are disclosed. The method stores two blocks of data elements by assigning different accessing methods to the two data blocks. Three example methods of accessing the data blocks are provided by the method. The first method allows data elements of a data block to be accessed by columns in the address space, the second allows data elements to be accessed by rows in the address space, and the third allows data elements to be accessed along diagonals in the address space. The data elements may be digital words which represent exponents of a polynomial expansion.

Description

METHOD AND SYSTEM FOR STORING DATA BLOCKS IN A MEMORY DEVICE
Related Inventions
The present invention is related to the following inventions which are assigned to Motorola Inc., the same assignee as the present invention: (1) "Neural Network and Method of Using Same", having Serial No. 08/076,601 filed June 14, 1993.
(2) "Method and System for Storing Data in a Memory
Device", having Serial No. , , filed concurrently herewith. (3) "Method and System for Data Storage", having
Serial No. , , filed concurrently herewith.
The subject matter of the above-identified related inventions is hereby incorporated by reference into the disclosure of this invention.
Technical Field
This invention relates generally to data storage systems and, in particular, to a method and system for storing data in a memory device.
Background of the Invention
Data storage systems are widely used in a variety of computing environments. FIG 1. shows a computer (10) which includes a data storage system (14) . Typically, a data storage system includes a mass storage (16), a memory management unit (MMU) (22), and a central processing unit (CPU) memory (24) . The CPU (12) executes software programs and is connected to memory management unit (22) and CPU memory (24) via bus (20) .
Memory management unit (22) controls the transfer of data between mass storage (16) and CPU memory (24), and in some instances it may transfer data between central processing unit (12) and mass storage (16) . To move data from mass storage (16) to CPU memory (24), memory management unit (22) reads data blocks from mass storage (16) using bus (18) and then writes the data blocks to CPU memory (24) using bus (20) . In a similar fashion, memory management unit (22) may move data blocks from CPU memory (24) to mass storage (16) by first reading the data blocks from CPU memory (24) and then writing them to mass storage (16) .
Mass storage (16) typically provides a means for storing large quantities of data at relatively low cost per stored data element. One of ordinary skill in the art will realize that mass storage (16) may comprise a hard disk, an array of random access memory (RAM) chips, or other storage media.
CPU memory (24) stores data and program instructions which are used by CPU (12) . One of ordinary skill in the art will understand that CPU memory (24) may be a static or cache RAM which resides on the same integrated circuit as CPU (12) . The data stored in CPU memory (24) is accessed by CPU (12) across bus (20) . CPU memory (24) allows quicker access to stored data than mass storage (16) . However, CPU memory (24) is generally small due to the relatively high cost associated with memory capable of short access times. CPU memory (24) is generally not large enough to store all of the data needed by CPU (12) during operation. Thus, either CPU (12) must periodically access data from mass storage (16) through memory management unit (22) , or memory management unit (22) must periodically update the contents of CPU memory (24) . Since mass storage (16) is slower than CPU memory (24), CPU (12) must insert wait states while accessing data from mass storage (16) . The insertion of wait states by CPU (12) decreases the overall performance of computer (10) . Additionally, in many situations the amount of time required by memory management unit (22) to load data blocks into CPU memory (24) causes CPU (12) to idle, which also decreases the performance of computer (10) .
Therefore, there is a significant need for a data storage system which allows data blocks to be stored in a manner that reduces the overall required size of the memory. There is also a need for a data storage system which reduces the swapping of data blocks between the memory and mass storage.
Summary of Invention
It is thus an advantage of the present invention to provide a method for reducing the amount of memory space needed to store data in a memory device . A further advantage of the present invention is that a method is provided which lessens the need to swap data blocks between a memory device and a mass storage device. In one embodiment of the present invention there is provided a method of storing a plurality of data blocks in a memory device. In this method, the plurality of data blocks has a first and second data block. The first step of this method stores the first data block in the memory device so that the first data block is accessible using a first accessing method. The second step stores the second data block in the memory device so that the second data block is accessible using a second accessing method.
In an alternative embodiment of the present invention, a method of storing a plurality of data blocks in a memory device is provided. In this method, each of the data blocks has a plurality of data elements and the plurality of data blocks has a first and second data block. The first step of this method stores the first data block in the memory device so that the first data block is accessible using a first accessing method. The second step stores the second data block in the memory device so that the second data block is accessible using a second accessing method, and if a common data element exists between the first and second data blocks, the common data element of the first and second data blocks is stored in a single area in the memory device.
In another embodiment of the present invention, there is provided a method of storing a plurality of data blocks in a memory device. In this method, each of the data blocks has a plurality of data elements. Additionally, this method includes the following steps . The first step assigns to each of the plurality of data blocks an accessing method; the second step determines the number of common data elements amongst the plurality of data blocks; the third step changes the accessing method of at least one of the plurality of data blocks; the forth step repeats second and third steps until the greatest number of common data elements amongst the plurality of data blocks is found; and the fifth step stores the plurality of data blocks in the memory device so that each of the plurality of data blocks is accessible using the accessing method assigned which allows the greatest number of common data elements amongst the plurality of data blocks.
In a further embodiment of the present invention, a memory management unit is provided for storing a plurality of data blocks in the memory device of a computer. The plurality of data blocks has a first and second data block, and each of the plurality of data blocks has a plurality of data elements. The memory management unit includes a first storing means operatively coupled to the memory device, for storing the first data block in the memory device so that the first data block is accessible using a first accessing method. In addition, the memory management unit includes a second storing means which is operatively coupled to the memory device and cooperative with the first storing means . The second storing means is for storing the second data block in the memory device so that the second data block is accessible using a second accessing method. Additionally, if a common data element exists between the first and second data blocks, the common data element of the first and second data blocks is stored in a single area in the memory device.
Brief Description of the Drawings
The invention is pointed out with particularity in the appended claims. However, other features of the invention will become more apparent and the invention will be best understood by referring to the following detailed description in conjunction with the accompanying drawings in which:
FIG. 1 shows a block diagram of a prior art computer which includes a data storage system.
FIG. 2 shows a flow diagram of a method of storing two of a plurality of data blocks in a memory device in accordance with one embodiment of the present invention. FIG. 3 illustrates an example of a two-dimensional addressing scheme which is used to locate data in a memory device . FIG. 4 shows a flow diagram of a method of column accessing data elements in a data block in accordance with an embodiment of the present invention.
FIG. 5 shows a flow diagram of a method of row accessing data elements in a data block in accordance with an embodiment of the present invention.
FIG. 6 shows a flow diagram of a method of diagonal accessing data elements in a data block in accordance with an embodiment of the present invention.
FIG. 7 shows a flow diagram of a method of storing two of a plurality of data blocks in a memory device in accordance with an alternative embodiment of the present invention.
FIG. 8 illustrates an example of two data blocks located in non-overlapping areas of a two-dimensional address space.
FIG. 9 illustrates an example of the two data blocks of FIG. 8 located in overlapping areas of a two-dimensional address space in accordance with an embodiment of the present invention.
FIG. 10 shows a flow diagram of a method of storing a plurality of data blocks in a memory device in accordance with a preferred embodiment of the present invention.
FIG. 11 shows a -block diagram of a multiprocessor computer which includes a memory management unit of one embodiment of the present invention.
FIG. 12 illustrates an example of a data block which contains exponent values used in an embodiment of the present invention.
Detailed Description of a Preferred Embodiment
It will be understood by one of ordinary skill in the art that the methods of the present invention may be implemented in hardware or software, or any combination thereof, and that the terms, "exponent", and "exponent value", as well as the terms, "block", and "data block", are used interchangeably in this description.
FIG. 2 shows a flow diagram of a method of storing two of a plurality of data blocks in a memory device in accordance with one embodiment of the present invention. In box (30) , a first data block, from the plurality of data blocks, is stored in the memory device in a manner which allows the data block to be accessed using a first accessing method.
In box (32) , a second data block, from the plurality of data blocks, is stored in the memory device in a manner which allows the data block to be accessed using a second accessing method.
The storage of data blocks using different accessing methods can allow flexibility in placing the data blocks, which can, in turn, allow two or more data blocks to be arranged in memory with less space. The use of less space, in turn, reduces the potential for swapping data blocks between a memory device and a mass storage device. In the present invention, the first and second accessing methods are different from one another. For example, the first accessing method may be a horizontal accessing method while the second method may be a vertical; or the first method may be horizontal method while the second method is a diagonal method. Thus, one with ordinary skill in the art will recognize that other accessing methods and other combinations thereof may likewise be employed. It will be apparent to those skilled in the art that the first and second data blocks are arbitrarily selected from the plurality of data blocks and that labeling the two data blocks as first and second does not necessarily imply sequential ordering of the plurality of data blocks. FIG. 3 illustrates an example of a two-dimensional addressing scheme which is used to locate data in a memory device. In one embodiment of the present invention, addresses in a memory device are represented by an array which has two indices: a row address and a column address. Thus, a two-dimensional address may be represented as an ordered pair (i,j), where i represents the row address and j represents the column address. A data element may be stored at each two-dimensional address in the memory device. Axis (64) represents values of the row address, while axis (66) represents values of the column address. Boundary (48) indicates the memory space of a memory device. A data element may be stored anywhere within the memory space of a memory device. In other words, the two- dimensional address of a data element stored within boundary (48) may be given by (i,j), where 0 < i < e, and 0 < j < f.
Data block (40) comprises a plurality of data elements, one of which is shown as data element (44) . Data block (40) is referenced by two-dimensional origin address (50) . Origin address (50) gives the location of the first data element of data block (40) . The first data element is accessed before other data elements of the block. Origin address (50) is given by the ordered pair (a, b) . All other data elements within a data block are located at addresses which are relative to the origin address of the data block. For example, the row address of data element (44) is given by the sum of row offset (54) and the row address of origin address (50) , and the column address of data element (44) is given by the sum of column offset (56) and the column address of origin address (50) . In the example, row offset (54) equals one location and column offset (56) equals five locations. Thus, the resulting two-dimensional address of data element (44) is (a+1, b+5) .
The first boundary of data block (40) comprises boundary (43) and boundary (49) . Boundary (43) is given by the column minimum address of data block (40) . The data elements of data block (40) which are located along this boundary have column addresses which are equal to the column minimum address of data block (40) . Boundary (49) is given by the row maximum address of data block (40) . The data elements of data block (40) which are located along boundary (49) have row addresses which are equal to the row maximum address of data block (40) .
The second boundary of data block (40) comprises boundary (45) and boundary (47) . Boundary (45) is given by the row minimum address of data block (40) . The data elements of data block (40) which are located along this boundary have row addresses which are equal to the row minimum address of data block (40) . Boundary (47) is given by the column maximum address of data block (40) . The data elements of data block (40) which are located along boundary (47) have column addresses which are equal to the column maximum address of data block (40) .
Data block (42) is referenced by origin address (52) which is represented by the ordered pair (c, d) . Maximum row offset (58) and maximum column offset (60) give the two-dimensional address of data element (46) relative to origin address (52) . Together, the maximum row offset and maximum column offset represent the relative address of the last data element of a data block to be accessed. For example, maximum row offset (58) is equal to five locations and maximum column offset (60) is equal to six locations. Thus the resulting two-dimensional address for data element (46) is (c+5, d+6) .
The first boundary of data block (42) comprises boundary (51) and boundary (57) . Boundary (51) is given by the column minimum address of data block (42) . The data elements of data block (42) which are located along this boundary have column addresses which are equal to the column minimum address of data block (42) . Boundary (57) is given by the row maximum address of data block (42) . The data elements of data block (42) which are located along boundary (57) have row addresses which are equal to the row maximum address of data block (42) .
The second boundary of data block (42) comprises boundary (53) and boundary (55) . Boundary (53) is given by the row minimum address of data block (42) . The data elements of data block (42) which are located along this boundary have row addresses which are equal to the row minimum address of data block (42) . Boundary (55) is given by the column maximum address of data block (42) . The data elements of data block (42) which are located along boundary (55) have column addresses which are equal to the column maximum address of data block (42) .
FIG. 4 shows a flow diagram of a method of column accessing data elements in a data block in accordance with one embodiment of the present invention. In box (70), a column pointer and row pointer are initialized to an origin address of a data block which is stored in the memory device. The column and row pointers are loadable counters or any other storage means which retain the column and row addresses, respectively, and allow the addresses to be periodically updated by either incrementing or decrementing. The column and row pointers provide the two- dimensional address of the data element which is currently being accessed.
Next, in box (72), a column of data elements in the data block is accessed. A column of data elements is defined as those elements which have the same column address. Data elements in a column are accessed by holding constant the column address given by the column pointer and then varying the row address from the row minimum address to the row maximum address. The row address may be varied by incrementing the contents of the row pointer. It will be apparent to one of ordinary skill in the art that the row address may also be varied from the row maximum address to the row minimum address by decrementing the contents of the row pointer. Additionally, it will be understood by one of ordinary skill that data elements located in the same column may be simultaneously accessed.
In decision box (74), a check is made to determine whether the column address given by the column pointer is greater than the column maximum address. If so, the method terminates. If not, the method proceeds to box (76) .
In box (76) , the contents of the column pointer are incremented. This allows the next column of the data block to be accessed. Upon exiting box (76), method returns to box (72) . FIG. 5 shows a flow diagram of a method of row accessing data elements in a data block in accordance with an embodiment of the present invention. In box (80), a column pointer and row pointer are initialized to an origin address of a data block which is stored in the memory device. The column and row pointers are loadable counters or any other storage means which retain the column and row addresses, respectively, and allow the addresses to be periodically updated by either incrementing or decrementing. The column and row pointers provide the two- dimensional address of the data element which is currently being accessed. Next, in box (82) , a row of data elements in the data block is accessed. A row of data elements is defined as those elements which have the same row address. Data elements in a row are accessed by holding constant the row address given by the row pointer and then varying the row address from the row minimum address to the row maximum address. The row address may be varied by incrementing the contents of the row pointer. It will be apparent to one of ordinary skill in the art that the row address may also be varied from the row maximum address to the row minimum address by decrementing the contents of the row pointer. Additionally, it will be understood by one of ordinary skill that data elements located in the same row may be simultaneously accessed. In decision box (84), a check is made to determine whether the row address given by the row pointer is greater than the row maximum address. If so, the method terminates. If not, the method proceeds to box (86) . In box (86) , the contents of the row pointer are incremented. This allows the next row of the data block to be accessed. Upon exiting box (86), method returns to box (82) .
FIG. 6 shows a flow diagram of a method of diagonal accessing data elements in a data block in accordance with an embodiment of the present invention. In box (90), the column pointer and row pointer are set to a two-dimensional address of a data element which is located on the first boundary of the data block being accessed.
Next, in box (92), the data element located at the two-dimensional address given by the column and row pointers is accessed.
In decision box (94), a check is made to determine whether the data element accessed in box (92) is located on the second boundary of the data block. If so, the method proceeds to box (100) . If not, the method proceeds to box (96) . In box (96), the contents of the column pointer is incremented.
In box (98), the contents of the row pointer is decremented. Upon exiting box (98), the method returns to box (92) .
Box (100) is entered when all of the data elements located along a diagonal of the data block have been accessed. In box (100), the column pointer and row pointer are set to a two-dimensional address of another data element which is located on the first boundary of the data block being accessed.
Next, in decision box (102) a check is made to ascertain whether all of the data elements of data block have been accessed. If so, the method terminates. Otherwise, the method returns to box (92) .
FIG. 7 shows a flow diagram of a method of storing two of a plurality of data blocks in a memory device in accordance with an alternative embodiment of the present invention. In box (110), a first data block, from the plurality of data blocks, is stored in the memory device in a manner which allows the data block to be accessed using a first accessing method. The first accessing method may be any accessing method such as a column accessing method, row accessing method, or diagonal accessing method. Column, row, and diagonal accessing methods are described in greater detail by FIGS. 4, 5, and 6, respectively.
Next, in box (112), a second data block, from the plurality of data blocks, is stored in the memory device in a manner which allows the data block to be accessed using a second accessing method. The second accessing method may be any accessing method which differs from the first accessing method such as a column accessing method, row accessing method, or diagonal accessing method. Additionally, the two data blocks are stored such that a common data element is stored in a single location in the memory device. A common data element is defined as a data element which is located in both data blocks, has the same value in both blocks, and may be stored at the same two- dimensional address.
FIG. 8 illustrates an example of two data blocks located in non-overlapping areas of a two-dimensional address space. Data block (126) includes sixteen two-bit digital words and is referenced by origin address (124) . Data block (130) includes ten two-bit digital words and is referenced by origin address (128) . Axis (120) indicates the column address and axis (122) indicates the row address of the two-dimensional address space.
FIG. 9 illustrates an example of the two data blocks of FIG. 8 located in overlapping areas of a two-dimensional address space in accordance with one embodiment of the present invention. Data block (126) remains at the location given by origin address (124) . However, data block (130) is moved to new origin address (132) . The new location of data block (130) allows data elements from both blocks having the same value to share the same two- dimensional addresses . Data elements which are from different data blocks, which have the same value, and which may be stored at the same two-dimensional address are referred to as common data elements.
By overlapping data blocks such that common data elements are created, the present invention reduces the amount of memory space required to store one or more data blocks.
FIGS. 8 and 9 illustrate two-bit data elements for purposes of example. Further, FIGS. 3, 8, and 9 each are described in terms of two-dimensional addressing. One with ordinary skill in the art will recognize that any arbitrary data elements could be used, including data elements which contain any number of digital bits, and that addressing could be performed in an n-dimensional sense.
FIG. 10 shows a flow diagram of a method of storing a plurality of data blocks in a memory device in accordance with a preferred embodiment of the present invention. In box (140) , an accessing method is assigned to each of the plurality of data blocks.
In box (142) , the number of common data elements among the plurality of data blocks is determined. The techniques used to determine the number of common data elements are disclosed in above-identified related invention No. 2.
In decision box (144), a check is made to determine whether the greatest number of common data elements has been found. If so, the method proceeds to box (148) . If not, the method continues to box (146) .
In box (146), the accessing method of at least one of the data blocks is changed to alternative accessing method such as one of the three accessing methods described by FIGS. 4, 5, or 6. Upon exiting box (146), the method returns to box (142) .
In box (148) , the data blocks are stored in the memory device. Each data block is accessible using the accessing method assigned to it which results in the greatest number of common data elements. FIG. 11 shows a block diagram of a multiprocessor computer which includes a memory management' unit of one embodiment of the present invention. Computer (210) includes memory device (222), memory management unit (212), summing circuit (217) , and a plurality of computing elements, three of which are shown as computing elements (211) , (213) , and (215) .
Computer (210) is used to compute polynomial expansions of the form: m y = Σ wi-l Xigli X2 g2i . . . xn9ni (1) i=l where y represents the output of computer (210) , which may also be referred to as a dependent variable of the polynomial expansion; where w'i-i represents the coefficient of the ith term; where i, X2, . • ., xn represent data inputs to computer (210), which may also be referred to as independent variables of the polynomial expansion; and where gii, ...,gni represent the exponents for the ith term in the expansion which are applied to the data inputs; and where i, m, and n are integers.
A polynomial expansion is computed by computer (210) in the following manner. A plurality of data inputs xi, X2, . ■ • , xn are fed into computer (210) using bus (219) and then distributed to the plurality of computing elements, of which computing elements (211), (213), and (215) are illustrated. It will be understood by one of ordinary skill that additional computing elements (not shown) could be provided to implement each of the terms of the polynomial expansion present in Equation 1 above. Each computing element computes a term in the polynomial expansion wherein the term includes zero or more data elements . The computing elements access exponent values which are stored in memory device (222) . After computing a term, a computing element passes the term to summing circuit (217) which sums the terms computed by the computing elements and places the sum on computer output (233) .
For example, FIG. 11 depicts the computation of the polynomial y = xi^n X2?21 + xιgi2 X2 g22 + . . . xn9nm. In this example, computing element (211) accesses exponents gn and g2i from memory device (222) using bus (221), while computing element (213) accesses exponents gi2 and g22 from memory device (222) using bus (223), and computing element (215) accesses exponent gnm from memory device (222) using bus (225) . Computing element (211) computes the term xi^n X2g2l and then sends it to summing circuit (217) over bus (227) ; computing element (213) computes the term xι9i2 X2 g22 and then sends it to summing circuit (217) over bus (229); and computing element (15) computes the term xn9nm and then sends it to summing circuit (217) over bus (231) . Upon receiving the terms from the computing elements, summing circuit (217) sums the terms and places the resulting polynomial expansion on computer output (233) . It will be apparent to one of ordinary skill that computer (210) is capable of computing polynomials of the form given by Equation 1 which have a number of terms different from the above example, and polynomials whose terms are composed of data inputs different from those of the above example.
Memory device (222) retains exponent values which are used by the plurality of computing elements. Memory device (222) may retain one or more blocks of exponent values, wherein each of the blocks corresponds to a different polynomial expansion.
Memory management unit (212) includes first storing means (214) and second storing means (224) . First storing means (214) is operatively connected to memory device (222) by bus (218), and second storing means (224) is operatively connected to memory device (222) by bus (219) . First memory means (214) and second memory means (224) are connected by bus (220) .
In accordance with the present invention, memory management unit (212) stores a plurality of blocks of exponent values in memory device (222) in a fashion which reduces the amount of memory space needed to store the plurality of blocks . In one embodiment of the present invention, the memory management unit (212) is implemented by software running on a processor such as a microprosessor. However, one of ordinary skill in the art will recognize that memory management unit (212) could likewise be implemented in hardware using a programmable logic array, an ASIC or similar digital logic. To reduce the needed amount of memory space, first storing means (214) stores a first data block, selected from a plurality of data blocks, in memory device (222) so that the first data block is accessible using an accessing method such as one of the accessing methods given by FIGS. 4, 5, or 6. Second storing means (224) assigns an accessing method to a second data block and then determines whether the two blocks have exponents which are the common data elements. Information used to determine whether there are common data elements is exchanged between first storing means (214) and second storing means (224) via bus (220) . If at least one common data element exists between the two data blocks, first storing means (214) and second storing means (224) signal memory device (222) via bus (218) and bus (219) , respectively, to store the blocks such that exponents which are common data elements are stored at common locations in memory device (222) . FIG. 12 illustrates an example of a data block which contains exponent values. In accordance with an embodiment, data block (250) includes a plurality of data elements, wherein each data element represents an exponent value as a two bit digital word. First data element (252) represents exponent gι,ι and last data element (254) represents exponent gi28, 64 • The exponent values of data block (250) are used to compute polynomial expansions of the form given by Equation 1.
Each exponent is located at a two-dimensional address, (i, j), in a memory device, wherein i represents a row address and j represents a column address. ' Axis (260) represents values of the row address, while axis (262) represents values of the column address .
Data block (250) may be stqred in memory device (222) of FIG. 11. In such a case, exponent values may be stored in memory device (222) such that each column address may point to exponent values that are accessed by a specific one of the plurality of computing elements of computer (210) of FIG. 11, and each row address may point to exponents that are applied to a specific one of the plurality of data inputs. For example, data block (250) may be used in computer (210) to provide exponent values for 64 computing elements and 128 data inputs.
Although FIG. 12 shows a data blocks which has 128 row addresses and 64 column addresses, and 128 x 64 exponent values, one of ordinary skill will understand that a data block may have any number of row and column addresses and any number of exponent values. Also, one skilled in the art will realize that when data block (250) is stored in memory device (222), the row and column addresses may be interchanged to point at exponents accessed by a specific computing element and to point at exponents corresponding to a specific data input, respectively.
Thus there has been described herein a concept, as well as several embodiments including a preferred embodiment, of a method for storing data in a memory device which reduces the amount of memory space needed for the data.
Because the various embodiments of methods of storing data as herein-described allow data blocks to overlap when stored in a memory device, they significantly decrease the amount of memory space required to store the blocks, as well as lessening the need for swapping data blocks between a memeory device and a mass storage device.
It will be apparent to those skilled in the art that the disclosed invention may be modified in numerous ways and may assume many embodiments other than the preferred form specifically set out and described above.
Accordingly, it is intended by the appended claims to cover all modifications of the invention which fall within the true spirit and scope of the invention. What is claimed is:

Claims

1. A method of storing a plurality of data blocks in a memory device, the plurality of data blocks having a first and second data block, the method comprising the following steps: (a) storing the first data block in the memory device so that the first data block is accessible using a first accessing method; and
(b) storing the second data block in the memory device so that the second data block is accessible using a second accessing method.
2. The method of claim 1 wherein each of the plurality of data blocks includes a plurality of data elements .
3. The method of claim 2 wherein each of the plurality of data elements is accessible using an n- dimensional address which has a column pointer and a row pointer, wherein n is an integer.
4. The method of claim 3, wherein the first accessing method includes column accessing and the second method includes row accessing.
5. The method of claim 3, wherein the first accessing method includes column accessing and the second method includes diagonal accessing.
6. The method of claim 3, wherein the first accessing method includes row accessing and the second method includes diagonal accessing.
7. The method of claim 2 wherein each of the plurality of data elements represents an exponent in a polynomial expansion.
8. The method of claim 7 wherein the polynomial expansion has the form:
i=m y = Σ xχ9ii X2 g2i . . . xn9ni i=l
wherein y represents a dependent variable; wherein i, m, and n are integers; wherein xi, x2, . . ., xn represent independent variables; and wherein gii, . . ., gni represent the exponents for the ith term in the expansion and which are applied to the independent variables .
9. The method of claim 1 wherein steps (a) and (b) are repeated for a plurality of pairs of data blocks .
10. In a computer which includes a memory device, a memory management unit for storing a plurality of data blocks in the memory device, the plurality of data blocks having a first and second data block, each of the plurality of data blocks having a plurality of data elements, the memory management unit comprising: first storing means operatively coupled to the memory device, for storing the first data block in the memory device so that the first data block is accessible using a first accessing method; and second storing means operatively coupled to the memory device and cooperative with the first storing means, for storing the second data block in the memory device so that the second data block is accessible using a second accessing method and if a common data element exists between the first and second data blocks, the common data element of the first and second data blocks is stored in a single area in the memory device.
PCT/US1995/008043 1994-08-10 1995-06-26 Method and system for storing data blocks in a memory device WO1996005598A1 (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
AU29101/95A AU2910195A (en) 1994-08-10 1995-06-26 Method and system for storing data blocks in a memory device
GB9702710A GB2305756A (en) 1994-08-10 1995-06-26 Method and system for storing data blocks in a memory device

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
US28838594A 1994-08-10 1994-08-10
US08/288,385 1994-08-10

Publications (1)

Publication Number Publication Date
WO1996005598A1 true WO1996005598A1 (en) 1996-02-22

Family

ID=23106879

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/US1995/008043 WO1996005598A1 (en) 1994-08-10 1995-06-26 Method and system for storing data blocks in a memory device

Country Status (5)

Country Link
US (1) US5737768A (en)
CN (1) CN1158668A (en)
AU (1) AU2910195A (en)
GB (1) GB2305756A (en)
WO (1) WO1996005598A1 (en)

Families Citing this family (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2005100262A (en) * 2003-09-26 2005-04-14 Seiko Epson Corp Device, program and method for managing memory
US7606847B2 (en) * 2004-03-29 2009-10-20 Vince Grolmusz Dense and randomized storage and coding of information
KR101782373B1 (en) * 2010-11-10 2017-09-29 삼성전자 주식회사 Computing apparatus and method using X-Y stack memory

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US4547882A (en) * 1983-03-01 1985-10-15 The Board Of Trustees Of The Leland Stanford Jr. University Error detecting and correcting memories
US4667300A (en) * 1983-07-27 1987-05-19 Guiltech Research Company, Inc. Computing method and apparatus
US4667308A (en) * 1982-07-21 1987-05-19 Marconi Avionics Limited Multi-dimensional-access memory system with combined data rotation and multiplexing
US4819152A (en) * 1985-04-05 1989-04-04 Raytheon Company Method and apparatus for addressing a memory by array transformations
US5408588A (en) * 1991-06-06 1995-04-18 Ulug; Mehmet E. Artificial neural network method and architecture

Family Cites Families (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US3748451A (en) * 1970-08-21 1973-07-24 Control Data Corp General purpose matrix processor with convolution capabilities
US4286329A (en) * 1979-12-17 1981-08-25 International Business Machines Corporation Complex character generator
US4914615A (en) * 1987-09-04 1990-04-03 At&T Bell Laboratories Calculator of matrix products
US5136538A (en) * 1987-09-04 1992-08-04 At&T Bell Laboratories Preconditioned conjugate gradient system
US4959776A (en) * 1987-12-21 1990-09-25 Raytheon Company Method and apparatus for addressing a memory by array transformations
US5301342A (en) * 1990-12-20 1994-04-05 Intel Corporation Parallel processing computer for solving dense systems of linear equations by factoring rows, columns, and diagonal, inverting the diagonal, forward eliminating, and back substituting
US5168375A (en) * 1991-09-18 1992-12-01 Polaroid Corporation Image reconstruction by use of discrete cosine and related transforms

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US4667308A (en) * 1982-07-21 1987-05-19 Marconi Avionics Limited Multi-dimensional-access memory system with combined data rotation and multiplexing
US4547882A (en) * 1983-03-01 1985-10-15 The Board Of Trustees Of The Leland Stanford Jr. University Error detecting and correcting memories
US4667300A (en) * 1983-07-27 1987-05-19 Guiltech Research Company, Inc. Computing method and apparatus
US4819152A (en) * 1985-04-05 1989-04-04 Raytheon Company Method and apparatus for addressing a memory by array transformations
US5408588A (en) * 1991-06-06 1995-04-18 Ulug; Mehmet E. Artificial neural network method and architecture

Also Published As

Publication number Publication date
AU2910195A (en) 1996-03-07
CN1158668A (en) 1997-09-03
GB9702710D0 (en) 1997-04-02
US5737768A (en) 1998-04-07
GB2305756A (en) 1997-04-16

Similar Documents

Publication Publication Date Title
US6381668B1 (en) Address mapping for system memory
US7861126B2 (en) Implementation-efficient multiple-counter value hardware performance counter
US4589064A (en) System for controlling key storage unit which controls access to main storage
EP0263924B1 (en) On-chip bit reordering structure
EP0837392A1 (en) A memory device with an error correction function
Gibson Considerations in block-oriented systems design
US6430672B1 (en) Method for performing address mapping using two lookup tables
EP1087296B1 (en) Word width selection for SRAM cache
US5630054A (en) Method and apparatus for storing and retrieving error check information
US6381686B1 (en) Parallel processor comprising multiple sub-banks to which access requests are bypassed from a request queue when corresponding page faults are generated
US5765203A (en) Storage and addressing method for a buffer memory control system for accessing user and error imformation
EP0745940A1 (en) An apparatus and method for providing a cache indexing scheme less susceptible to cache collisions
US6862663B1 (en) Cache having a prioritized replacement technique and method therefor
US5548752A (en) Method and system for storing data in a memory device
US5737768A (en) Method and system for storing data blocks in a memory device
US20080301400A1 (en) Method and Arrangement for Efficiently Accessing Matrix Elements in a Memory
US5708839A (en) Method and apparatus for providing bus protocol simulation
US6704834B1 (en) Memory with vectorial access
US6356988B1 (en) Memory access system, address converter, and address conversion method capable of reducing a memory access time
US5802522A (en) Method and system of storing data blocks that have common data elements
US4559611A (en) Mapping and memory hardware for writing horizontal and vertical lines
JPH07152710A (en) Multi-processor system
EP0150523A2 (en) Data processing system with improved memory system
KR100258933B1 (en) Memory management device and method thereof
JP3655658B2 (en) Numerical controller

Legal Events

Date Code Title Description
WWE Wipo information: entry into national phase

Ref document number: 95194546.7

Country of ref document: CN

AK Designated states

Kind code of ref document: A1

Designated state(s): AM AT AU BB BG BR BY CA CH CN CZ DE DK EE ES FI GB GE HU IS JP KE KG KP KR KZ LK LR LT LU LV MD MG MN MW MX NO NZ PL PT RO RU SD SE SG SI SK TJ TM TT UA UG UZ VN

AL Designated countries for regional patents

Kind code of ref document: A1

Designated state(s): KE MW SD SZ UG AT BE CH DE DK ES FR GB GR IE IT LU MC NL PT SE BF BJ CF CG CI CM GA GN ML MR NE SN TD TG

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

Ref document number: 1019970700862

Country of ref document: KR

REG Reference to national code

Ref country code: DE

Ref legal event code: 8642

WWP Wipo information: published in national office

Ref document number: 1019970700862

Country of ref document: KR

122 Ep: pct application non-entry in european phase
NENP Non-entry into the national phase

Ref country code: CA

WWR Wipo information: refused in national office

Ref document number: 1019970700862

Country of ref document: KR

NENP Non-entry into the national phase

Ref country code: GB

Free format text: 19950626 A 9702710