WO2016014288A1 - Apparatuses and methods for concurrently accessing different memory planes of a memory - Google Patents
Apparatuses and methods for concurrently accessing different memory planes of a memory Download PDFInfo
- Publication number
- WO2016014288A1 WO2016014288A1 PCT/US2015/040346 US2015040346W WO2016014288A1 WO 2016014288 A1 WO2016014288 A1 WO 2016014288A1 US 2015040346 W US2015040346 W US 2015040346W WO 2016014288 A1 WO2016014288 A1 WO 2016014288A1
- Authority
- WO
- WIPO (PCT)
- Prior art keywords
- memory
- address pairs
- command
- memory command
- group
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Ceased
Links
Classifications
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F12/00—Accessing, addressing or allocating within memory systems or architectures
- G06F12/02—Addressing or allocation; Relocation
- G06F12/06—Addressing a physical block of locations, e.g. base addressing, module addressing, memory dedication
- G06F12/0646—Configuration or reconfiguration
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F12/00—Accessing, addressing or allocating within memory systems or architectures
- G06F12/02—Addressing or allocation; Relocation
- G06F12/0223—User address space allocation, e.g. contiguous or non contiguous base addressing
- G06F12/023—Free address space management
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F12/00—Accessing, addressing or allocating within memory systems or architectures
- G06F12/02—Addressing or allocation; Relocation
- G06F12/0223—User address space allocation, e.g. contiguous or non contiguous base addressing
- G06F12/023—Free address space management
- G06F12/0238—Memory management in non-volatile memory, e.g. resistive RAM or ferroelectric memory
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F2212/00—Indexing scheme relating to accessing, addressing or allocation within memory systems or architectures
- G06F2212/10—Providing a specific technical effect
- G06F2212/1016—Performance improvement
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F2212/00—Indexing scheme relating to accessing, addressing or allocation within memory systems or architectures
- G06F2212/25—Using a specific main memory architecture
- G06F2212/251—Local memory within processor subsystem
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F2212/00—Indexing scheme relating to accessing, addressing or allocation within memory systems or architectures
- G06F2212/72—Details relating to flash memory management
- G06F2212/7208—Multiple device management, e.g. distributing data over multiple flash devices
Definitions
- Memories may be provided in a variety of apparatuses, such as computers or other devices, including but not limited to portable memory devices, solid state drives, music players, cameras, phones, wireless devices, displays, chip sets, set top boxes, gaming systems, vehicles, and appliances.
- volatile memory e.g., dynamic random access memory (DRAM)
- nonvolatile memory e.g., flash memory
- Flash memory architectures may include NAND or NOR architecture.
- memory arrays may be divided into planes. Dividing a memory into planes may break up rows or columns into smaller sections for accessing during memory access operations. Breaking the memory up into planes may also present an opportunity to access more than one portion of the memory array concurrently. Typically, concurrent access may require access of memory cells that are coupled to the same respective access line driver, which may limit an ability to concurrently access different planes during random memory access requests.
- An example apparatus may include a controller associated with a queue configured to maintain respective information associated with each of a plurality of memory command and address pairs.
- the controller may be configured to select a group of memory command and address pairs from the plurality of memory command and address pairs based on the information maintained in the queue.
- the example system may further include a memory configured to receive the group of memory command and address pairs.
- the memory may be configured to concurrently perform memory access operations associated with the group of memory command and address pairs.
- Another example apparatus may include a memory configured to receive a group of memory command and address pairs.
- the memory may include a plurality of memory planes. Each of the memory command and address pairs of the group of memory address pairs may be associated with a memory plane of the plurality of memory planes. Each memory plane of the plurality of memory planes may be coupled to a respective access line driver circuit of a plurality of access line driver circuits.
- the memory may further include a power circuit coupled to each of the respective access line driver circuits of the plurality of access line driver circuits.
- the memory may be configured to concurrently perform memory access operations on the memory planes of the plurality of memory planes that are associated with the group of memory command and address pairs by controlling the power circuit and the access line driver circuits of the plurality of access line driver circuits that are coupled to the memory planes of the plurality of memory planes associated with the group of memory command and address pairs.
- Another example apparatus may include a controller associated with a queue configured to maintain respective information associated with each of a plurality of memory command and address pairs.
- the controller may be configured to select a group of memory command and address pairs from the plurality of memory command and address pairs based on the respective information maintained by the queue.
- the controller may be further configured to provide the group of memory command and address pairs to a memory.
- An example method may include selecting a group of memory command and address pairs from a plurality of memory command and address pairs maintained by a queue associated with a controller based on information associated with each of the plurality of memory command and address pairs.
- the example method may further include providing the group of memory command and address pairs to a memory to concurrently perform memory access operations associated with each memory command and address pair of the group of memory command and address pairs at the memory.
- Another example method may include maintaining respective information associated each of a plurality of memory command and address pairs with a queue associated with a controller.
- the another example method may include selecting a group of memory command and address pairs from the plurality of memory command and address pairs based on the respective information associated with each memory command and address pair of the plurality of memory command and address pairs.
- Figure 1 is a block diagram of a memory system according to an embodiment of the present disclosure.
- Figure 2 is a block diagram of a memory system according to an embodiment of the present disclosure.
- Figure 3 is an exemplary table of a queue according to an embodiment of the present disclosure.
- Figure 4 is a block diagram of an apparatus including a memory according to an embodiment of the present disclosure.
- Figure 5 is a block diagram of an apparatus including a memory according to an embodiment of the present disclosure.
- FIG. 1 is a block diagram of an apparatus 100 (e.g., an integrated circuit, a memory device, a memory system, an electronic device or system, a smart phone, a tablet, a computer, a server, etc.) according to an embodiment of the present disclosure.
- the apparatus 100 may include a controller 110 (e.g., memory controller) and a memory 150.
- the controller 110 and the memory 150 may be coupled by a command, address, and data (CAD) bus 130.
- the memory 150 may be configured to receive commands and or addresses from the controller 110 over the CAD bus 130, and the memory may be configured to receive data and/or provide data over the CAD bus 130.
- CAD command, address, and data
- the memory 150 may be a non-volatile memory, such as
- the memory 150 may include an array of cells organized in multiple memory planes (e.g., partitions). The memory planes may be divided into blocks of memory cell pages. Each page may include a row or column of memory cells that are coupled to a respective access line.
- the memory 150 may provide voltage on an access line during a memory access operation to erase, program, and/or read from a page of memory cells.
- the access line voltages required to access data of a page of memory cells may depend on a page type.
- a page type may be based on a type of memory cell in the page (e.g., SLC, MLC, TLC, etc.) and a level of the memory cells being accessed (e.g., upper page UP, lower page LP, middle page MP, single level cell page).
- the memory 150 may include circuitry that performs concurrent memory page accesses for two or more memory planes when the memory pages have a common page type.
- the memory page accesses are concurrent, for example, when memory access operations for the respective memory pages at least partially temporally overlap. While the memory access operations for the respective memory pages may occur simultaneously, embodiments of the disclosure are not limited to simultaneous memory access operations.
- the controller 110 may be associated with (e.g., include) a queue that stores information associated with a plurality of memory command and address pairs.
- the controller 110 may select a group of command and address pairs from the plurality of memory command and address pairs based on the information stored in the queue.
- the information stored in the queue for each of the plurality of command and address pairs may include an associated memory plane, and/or an associated page type.
- the controller 110 may select a group of memory commands and addresses based on the associated memory plane and/or page type.
- the memory 150 may be configured to perform concurrent memory operations
- the memory 150 may provide read data associated with each memory command and address pair to the controller 110 over the CAD bus 130. Further, when the group of memory command and address pairs are program commands associated with a common page type, the memory 150 may receive and program data associated with each memory command and address pair. Additionally, the memory 150 may further provide information to the controller 110 over the CAD bus 130 in response to particular commands. The information may indicate, for instance, whether the memory 150 is available to perform a memory operation and/or an amount of time before the memory 150 may become available to perform a memory operation.
- the queue associated with the controller 110 may maintain
- the controller 110 may select a group of memory command and address pairs from the plurality of memory command and address pairs based on the information maintained by the queue. As previously described, in some examples, the information may include memory plane and/or page type, and the controller 110 may select a group of memory command and address pairs based on the plane and/or page type associated with each memory command and address pair. For example, the controller 110 may select a command and address pair to add to the group when associated with a memory plane that is different than the memory planes associated with other command and address pairs of the group, and/or when the command and address pair associated with a page type that is common with the other command and address pairs of the group.
- the controller 110 may continue to select command and address pairs to be added to the group until an end of the queue is reached or until the group includes a command and address pair directed to each memory plane of the memory 150. hi the latter case, the selected group including a command and address pair directed to each memory plane of the memory 150 may facilitate a fully concurrent memory access at the memory 150 (e.g., concurrent memory access of each memory plane of the memory 150).
- the controller 110 may provide the selected group of memory command and address pairs to the memory 150 via the CAD bus 130 in parallel or serially.
- the memory 150 may be configured to concurrently perform memory access operations for memory command and address pairs associated with common page types across two or more memory planes.
- a procedure for accessing data of a page may be dependent on a page type. That is, to read data from an MLC or TLC page, read voltages that maybe provided (e.g., applied) may depend on which level (e.g., bit) of each memory cell of the page is being read. For example, if a bit in the UP of an MLC page is being read, a first read voltage may be provided to the associated access line during the read operation. If a bit in the LP of an MLC page is being read, a second and/or a third read voltage may be provided to the associated access line during the read operation.
- the memory 110 may be able to use the same process to retrieve data from the each page associated with the group of memory command and address pairs. That is, the same voltages may be provided to each of the addressed pages.
- the concurrent access may be performed without necessarily including individual internal controllers for each memory plane or a single multi-thread controller in the memory 150.
- FIG. 2 is a block diagram of an apparatus 200 according to an embodiment of the present disclosure.
- the apparatus 200 may include a controller 210 (e.g., memory controller) and a memory 250.
- the controller 210 may implemented in the controller 110 of Figure 1, and the memory 250 may be implemented in the memory 150 of Figure 1.
- the controller 210 and the memory 250 may be coupled by a command, address, and data (CAD) bus 230.
- the memory 250 may be configured to receive commands and/or addresses from the controller 210 over the CAD bus 230, and the memory may be configured to receive data and/or provide data over the CAD bus 230.
- the CAD bus 230 may include one or more separate busses for the command, addresses, and data.
- the memory 250 may be a non-volatile memory, such as
- the memory 250 may include an internal controller 260 coupled to a memory array 270.
- the memory array 270 may be organized into memory planes, with each memory plane having respective memory cell blocks. Each memory cell block may have a number of pages (e.g., rows or columns) of memory cells corresponding to a number of access lines.
- the memory array 270 may include memory cells that are SLCs, MLCs, TLCs, or combinations thereof.
- the internal controller 260 may control memory circuitry for concurrently accessing an individual page of different memory planes of the memory array 270 responsive to a group of memory access command and address pairs received from the 210.
- the memory 250 may include individual access line driver circuits for each memory plane of the memory array 270. Each individual access line driver circuit may be coupled to the respective memory plane via a respective plurality of global access lines.
- the internal controller 260 may concurrently provide signals to the individual access line driver circuits of the addressed memory planes to control voltages provided to the corresponding respective plurality of global access lines during memory access operations to erase, program, and/or read from the addressed pages of the different memory planes.
- the controller 210 may be associated with a queue 220 that stores information associated with each of a plurality of memory command and access pairs.
- the controller 210 may select a group of memory command and address pairs from the plurality of memory command and address pairs based on the information stored in the queue 220.
- the information stored in the queue 220 for each of the plurality of memory command and address pairs may include several fields.
- the queue 220 may store associated memory plane and page type information for each memory command and address pair.
- the controller 210 may select the group of commands and address pairs from the plurality of memory command and address pairs from the queue 220 to provide to the memory 250 based on the memory planes and/or page type associated with the command and address pairs of the group.
- the controller 210 may maintain the queue 220 that includes information associated with a plurality of memory command and address pairs.
- Figure 3 depicts an exemplary implementation of the queue 220.
- the example queue 220 depicted in Figure 3 may include three fields: an address field 310, a memory plane field 320, and a page type field 330.
- the example queue 220 may be configured to store information for up to eight memory command and address pairs. It will be appreciated that the queue 220 may have more or less than three fields, and may be configured to store information associated with more or less than eight command and address pairs.
- the controller 210 may select a group of memory command and address pairs from the plurality of memory command and address pairs based on the information stored in the queue 220. For example, the controller 210 may select the group of memory command and address pairs from the plurality of memory command and address pairs based on the associated memory plane and/or the associated page type associated with each memory command and address pair. In some examples, the controller 210 may select a command and address pair to add to the group when it is directed to a different memory plane than the other command and address pairs of the group, and is associated with a common page type as the other command and address pairs of the group. The controller 210 may continue to select memory command and address pairs to add to the group until an end of the queue 220 is reached or until the group includes a command and address pair directed to each memory plane of the memory cell 250.
- the controller 210 may generally select memory command and address pairs that meet the earlier described criteria of different memory planes and same page type using a first in, first out (FIFO) methodology.
- a first selected memory command and address pair of the selected group may be an oldest memory command and address pair included in the queue 220, with additional selections added on a FIFO basis.
- a first entry ADDR0 directed to PLANE0 and having a LP page type, may be selected for a group.
- the second entry ADDR1, directed to PLA E0 and having a LP page type, may be skipped for the group because the plane is the same as the PLANE0 of ADDR0.
- the third entry ADDR2, directed to PLANE 1 and a LP page type may be selected for the group because the memory plane is different than the PLANE0 of ADDR0 and the LP page type matches the LP page type of ADDRO.
- the fourth entry ADDR3, directed to PLANE2 and having an UP page type may be skipped for the group because the UP page type is different than the LP page type of ADDRO.
- the fifth entry ADDR4, directed to PLANE2 and having the LP page type, may be selected for the group because the memory plane is different than the PLANEO of ADDRO and the PLANE 1 of ADDR2 and the LP page type matches the LP page type of ADDRO.
- the sixth entry ADDR5, directed to PLANEO and having a LP page type, may be skipped for the group because the memory plane is the same as the PLANEO of ADDRO.
- the seventh entry ADDR5, directed to PLANE3 and having the LP page type, may be selected for the group because the memory plane is different than the PLANEO of ADDRO, the PLANE 1 of ADDR2, and the PLANE2 of ADDR4, and the LP page type matches the LP page type of ADDRO.
- the eighth entry ADDR7 directed to PLANE2 and having a LP page type, may be skipped for the group because the memory plane is the same as the PLANE2 of ADDR4.
- the selected group of memory command and address pairs may include ADDRO, ADDR2, ADDR4, and ADDR6 based on the examples provided in Figure 3.
- the controller 210 may provide the selected group of memory command and address pairs to the memory 250 via the 230 CAD bus.
- the internal controller 260 may be configured to perform concurrent memory operations (e.g., read operations or program operations) for different memory planes of the memory array 270 in response to the received group of memory command and address pairs.
- the memory 250 may include individual access line circuits coupled to each memory plane via respective global access lines.
- the memory 250 may be configured to concurrently perform memory access operations for addresses associated with common page types in different memory planes of the memory array 270.
- the internal controller 260 provides (e.g., sends) signals to each individual access line driver circuit to provide voltages to respective global access lines associated with the addressed pages.
- the individual access line driver circuits may allow different respective pages within different respective blocks of memory cells to be accessed concurrently. For example, a first page of a first block of a first memory plane may be accessed concurrently with a second page of a second block of a second memory plane, provided the second page has a common page type as the first page.
- Figure 4 illustrates a memory 400 according to an embodiment of the present disclosure.
- the memory 400 includes a memory array 430 with a plurality of memory cells.
- the memory cells may be non-volatile memory cells, such as NAND flash cells, or may generally be any type of memory cells.
- the memory 400 may mclude the memory 150 of Figure 1 and/or the memory 250 of Figure 2.
- the memory array 430 may be divided into a plurality of memory planes.
- Command signals, address signals and data signals may be provided to the memory 400 as sets of sequential input/output ("I/O") signals transmitted through an I/O bus 428.
- data signals may be provided from the memory 400 through the I/O bus 428.
- the I/O bus 428 is connected to an I/O control unit 420 that provides (e.g., routes) the signals between the I/O bus 428 and an internal data bus 422, an internal address bus 424, and an internal command bus 426.
- the memory 400 also includes a control logic unit 410 that receives a number of control signals either externally or through the command bus 426 to control the operation of the memory 400.
- the combination of the control logic unit 410 and the I/O control unit 420 may facilitate concurrent memory access of different memory planes of the memory array 430.
- the address bus 424 provides block-row address signals to a row decoder 440 and column address signals to a column decoder 450.
- the row decoder 440 and column decoder 450 may be used to select blocks of memory or memory cells for memory operations, for example, read, program, and erase operations.
- the column decoder 450 may enable data signals to be provided to columns of memory corresponding to the column address signals and allow data signals to be provided from columns corresponding to the column address signals.
- the column decoder 450 and/or the row decoder 440 may include individual access line driver circuits for each memory plane of the memory array 430. The individual access line driver circuits may be coupled to the respective memory planes via a respective plurality of global access lines.
- Read, program, erase circuits 468 coupled to the memory array 430 receive control signals from the control logic unit 410 and include voltage generators for providing various voltages for read, program, and erase operations.
- the I/O control unit 420 provides (e.g., routes) data signals to a cache register 470 for a program operation.
- the data signals are stored in the cache register 470 in successive sets each having a size corresponding to the width of the I/O bus 428.
- the cache register 470 sequentially stores the sets of data signals for an entire page (e.g., row) of memory cells in the array 430. All of the stored data signals are then used to program a page of memory cells in the array 430 selected by the block-row address coupled through the address bus 424.
- data signals from a page of memory cells selected by the block-row address coupled through the address bus 424 are stored in a data register 480.
- Sets of data signals corresponding in size to the width of the I/O bus 428 are then sequentially transferred through the I/O control unit 420 from the cache register 470 to the I/O bus 428.
- Figure 5 illustrates a portion of memory 500 according to an embodiment of the present disclosure.
- the memory 500 includes a memory array 570 with a plurality of memory planes 572(0)-572(3) that each includes a respective plurality of memory cells.
- the memory 500 may be implemented in the memory 150 of Figure 1, the memory 250 of Figure 2, and/or the memory 400 of Figure 4.
- the memory cells may be non-volatile memory cells, such as NAND flash cells, or may generally be any type of memory cells.
- the memory planes 572(0)-572(3) may each be divided into blocks of data, with a different relative block of data from each of the memory planes 572(0)-572(3) concurrently accessible during memory access operations associated with a common page type. For example, during memory access operations associated with a common page type, data block 582 of the memory plane 572(0), data block 583 of the memory plane 572(1), data block 584 of the memory plane 572(2), and data block 585 of the memory plane 572(3) may each be accessed concurrently.
- Each of the memory planes 572(0)-572(3) may be coupled to a respective page buffer PB0-PB3 576(0)-(3), respectively.
- Each PB0-PB3 576(0)-576(3) may be configured to provide data to or receive data from the respective memory plane 572(0)-572(3).
- the PB0-PB3 576(0)-576(3) may be controlled by the internal controller 560.
- Each of the memory planes 572(0)-572(3) may be further coupled to a respective access line driver circuit 574(0)-574(3), respectively.
- the A/L driver circuits 574(0)-574(3) may be configured to condition a page of a respective block of an associated memory plane 572(0)-572(3) for a memory access operation, such as programming data, reading data, or erasing data.
- the A/L driver circuits 574(0)-574(3) may be controlled based on signals from the internal controller 560.
- Each of the A/L driver circuits 574(0)-(3) may be coupled to a power circuit 580, and may provide voltages to respective wordlines based on voltages provided by the power circuit 580. The voltages provided by the power circuit 580 may be based on signals received from the internal controller 560.
- the internal controller 560 may control the A/L driver circuits 574(0)-574(3), page buffers PB0-PB3 576(0)-576(3), and the power circuit 580 to concurrently perform memory access operations associated with each of a group of memory command and address pairs (received from a controller, such as the controller 110 of Figure 1 and/or the controller 210 of Figure 2).
- the internal controller 560 may control the A/L driver circuits 574(0)-574(3), the page buffers PB0-PB3 576(0)-576(3), and the power circuit 580 to perform the concurrent memory access operations.
- the internal controller 560 may be implemented in the control logic unit 410 and/or the I/O control unit 420 of Figure 4, for example.
- the internal controller 560 may receive a group of memory command and address pairs, with each pair arriving in parallel or serially.
- the group of memory command and address pairs are each associated with a common page type and different respective memory planes 572(0)-572(3) of the memory array 570.
- the internal controller 560 may be configured to perform concurrent memory operations (e.g., read operations or program operations) across the different memory planes 572(0)-572(3) of the memory array 570 responsive to the group of memory command and address pairs.
- the internal controller 560 may provide signals to the A/L driver circuits 574(0)-574(3) that are coupled to the memory planes 572(0)-572(3) associated with the group of memory command and address pairs.
- the internal controller 560 may also provide (e.g., send) signals to the power circuit 580, and the power circuit 580 may provide voltages to the A/L driver circuits 574(0)-574(3).
- the voltages provided by the power circuit 580 may depend on a page type associated with the memory access operations.
- the power circuit 580 may be configured to concurrently perform memory access operations for addresses associated with common page types in each memory plane 572(0)-572(3) of the memory array 570.
- the process for accessing each address pages is common, and the internal controller 560 provides signals to associated individual A/L driver circuits 574(0)-574(3) to provide voltages to global access lines associated with the addressed pages.
- each A/L driver circuit 574(0)-574(3) may be coupled to a respective memory plane 572(0)-572(3) via respective global access lines.
- the A/L driver circuits 574(0)-574(3) that are coupled to the memory planes 572(0)-572(3) associated with the group of memory command and address pairs may select blocks of memory or memory cells from each associated memory plane 572(0)-572(3), for memory operations, such as read, program, and/or erase operations.
- the individual A/L driver circuits 574(0)-574(3) may drive different respective global access lines within the respective plurality of global access lines.
- the A/L driver circuit 574(0) may drive a first voltage on a first global access line of a first plurality of global access lines
- the A/L driver circuit 574(1) may drive the first voltage on a third global access line of a second plurality of global access lines
- the A/L driver circuit 574(2) may drive the first voltage on a seventh global access line of a third plurality of global access lines, etc.
- second voltages may be driven on each of the remaining global access lines of the first, second, third, etc., plurality of global access lines.
- the individual A/L driver circuits may allow different respective pages within different respective blocks of memory cells to be accessed concurrently. For example, a first page of a first block of a first memory plane may be accessed concurrently with a second page of a second block of a second memory plane, provided the second page has a common page type as the first page.
- the page buffers PB0-PB3 576(0)-576(3) may provide data to or receive data from the internal controller 560 during the memory access operations responsive to signals from the internal controller 560 and the respective memory planes 572(0)-572(3).
- the internal controller 560 may provide the received data to a controller, such as the controller 110 of Figure 1 and/or the controller 210 of Figure 2.
- the memory 500 may include more or less than four memory planes, A/L drivers, and page buffers. It will also be appreciated that the respective plurality of global access lines may include 8, 16, 32, 64, 128, etc., global access lines.
- the internal controller 560 and the individual A/L driver circuits 574(0)-574(3) may allow accessing different respective pages within different respective blocks of different memory planes concurrently when the different respective pages are of a common page type, which may improve concurrent access during random addressing of the memory 500.
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Physics & Mathematics (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Read Only Memory (AREA)
Abstract
Apparatuses and methods for concurrently accessing different memory planes are disclosed herein. An example apparatus may include a controller associated with a queue configured to maintain respective information associated with each of a plurality of memory command and address pairs. The controller is configured to select a group of memory command and address pairs from the plurality of memory command and address pairs based on the information maintained by the queue. The example apparatus further includes a memory configured to receive the group of memory command and address pairs. The memory is configured to concurrently perform memory access operations associated with the group of memory command and address pairs.
Description
APPARATUSES AND METHODS FOR CONCURRENTLY ACCESSING DIFFERENT MEMORY PLANES OF A MEMORY
CROSS-REFERENCE
|001] This application claims priority to U.S. Non-Provisional Application No.
14/340,976 filed July 25, 2014, which application is incorporated herein by reference, in its entirety, for any purpose.
BACKGROUND
[002] Memories may be provided in a variety of apparatuses, such as computers or other devices, including but not limited to portable memory devices, solid state drives, music players, cameras, phones, wireless devices, displays, chip sets, set top boxes, gaming systems, vehicles, and appliances. There are many different types of memory including volatile memory (e.g., dynamic random access memory (DRAM)) and nonvolatile memory (e.g., flash memory). Flash memory architectures may include NAND or NOR architecture.
[003] In non-volatile memories (e.g., NAND flash memories), memory arrays may be divided into planes. Dividing a memory into planes may break up rows or columns into smaller sections for accessing during memory access operations. Breaking the memory up into planes may also present an opportunity to access more than one portion of the memory array concurrently. Typically, concurrent access may require access of memory cells that are coupled to the same respective access line driver, which may limit an ability to concurrently access different planes during random memory access requests.
SUMMARY
[004] Example apparatuses are disclosed herein. An example apparatus may include a controller associated with a queue configured to maintain respective information associated with each of a plurality of memory command and address pairs. The controller may be configured to select a group of memory command and address pairs from the plurality of memory command and address pairs based on the information maintained in the queue. The example system may further include a memory
configured to receive the group of memory command and address pairs. The memory may be configured to concurrently perform memory access operations associated with the group of memory command and address pairs.
|005] Another example apparatus may include a memory configured to receive a group of memory command and address pairs. The memory may include a plurality of memory planes. Each of the memory command and address pairs of the group of memory address pairs may be associated with a memory plane of the plurality of memory planes. Each memory plane of the plurality of memory planes may be coupled to a respective access line driver circuit of a plurality of access line driver circuits. The memory may further include a power circuit coupled to each of the respective access line driver circuits of the plurality of access line driver circuits. The memory may be configured to concurrently perform memory access operations on the memory planes of the plurality of memory planes that are associated with the group of memory command and address pairs by controlling the power circuit and the access line driver circuits of the plurality of access line driver circuits that are coupled to the memory planes of the plurality of memory planes associated with the group of memory command and address pairs.
[006] Another example apparatus may include a controller associated with a queue configured to maintain respective information associated with each of a plurality of memory command and address pairs. The controller may be configured to select a group of memory command and address pairs from the plurality of memory command and address pairs based on the respective information maintained by the queue. The controller may be further configured to provide the group of memory command and address pairs to a memory.
[007] Example methods are disclosed herein. An example method may include selecting a group of memory command and address pairs from a plurality of memory command and address pairs maintained by a queue associated with a controller based on information associated with each of the plurality of memory command and address pairs. The example method may further include providing the group of memory command and address pairs to a memory to concurrently perform memory access operations associated with each memory command and address pair of the group of memory command and address pairs at the memory.
[008] Another example method may include maintaining respective information associated each of a plurality of memory command and address pairs with a queue associated with a controller. The another example method may include selecting a group of memory command and address pairs from the plurality of memory command and address pairs based on the respective information associated with each memory command and address pair of the plurality of memory command and address pairs.
BRIEF DESCRIPTION OF THE DRAWINGS
[009] Figure 1 is a block diagram of a memory system according to an embodiment of the present disclosure.
[010] Figure 2 is a block diagram of a memory system according to an embodiment of the present disclosure.
[011] Figure 3 is an exemplary table of a queue according to an embodiment of the present disclosure.
[012] Figure 4 is a block diagram of an apparatus including a memory according to an embodiment of the present disclosure.
[013] Figure 5 is a block diagram of an apparatus including a memory according to an embodiment of the present disclosure.
DETAILED DESCRIPTION
[014] Apparatuses and methods for concurrent access of different memory planes are disclosed herein. Certain details are set forth below to provide a sufficient understanding of embodiments of the disclosure. However, it will be clear to one having skill in the art that embodiments of the disclosure may be practiced without these particular details. Moreover, the particular embodiments of the present disclosure described herein are provided by way of example and should not be used to limit the scope of the disclosure to these particular embodiments, hi other instances, well-known circuits, control signals, timing protocols, and software operations have not been shown in detail in order to avoid unnecessarily obscuring the disclosure.
[015] Figure 1 is a block diagram of an apparatus 100 (e.g., an integrated circuit, a memory device, a memory system, an electronic device or system, a smart phone, a
tablet, a computer, a server, etc.) according to an embodiment of the present disclosure. The apparatus 100 may include a controller 110 (e.g., memory controller) and a memory 150. The controller 110 and the memory 150 may be coupled by a command, address, and data (CAD) bus 130. The memory 150 may be configured to receive commands and or addresses from the controller 110 over the CAD bus 130, and the memory may be configured to receive data and/or provide data over the CAD bus 130.
[016] hi some examples, the memory 150 may be a non-volatile memory, such as
NAND, NOR, or PCM flash memory. The memory 150 may include an array of cells organized in multiple memory planes (e.g., partitions). The memory planes may be divided into blocks of memory cell pages. Each page may include a row or column of memory cells that are coupled to a respective access line. The memory 150 may provide voltage on an access line during a memory access operation to erase, program, and/or read from a page of memory cells. The access line voltages required to access data of a page of memory cells may depend on a page type. A page type may be based on a type of memory cell in the page (e.g., SLC, MLC, TLC, etc.) and a level of the memory cells being accessed (e.g., upper page UP, lower page LP, middle page MP, single level cell page). The memory 150 may include circuitry that performs concurrent memory page accesses for two or more memory planes when the memory pages have a common page type. In some embodiments, the memory page accesses are concurrent, for example, when memory access operations for the respective memory pages at least partially temporally overlap. While the memory access operations for the respective memory pages may occur simultaneously, embodiments of the disclosure are not limited to simultaneous memory access operations.
[017] The controller 110 may be associated with (e.g., include) a queue that stores information associated with a plurality of memory command and address pairs. The controller 110 may select a group of command and address pairs from the plurality of memory command and address pairs based on the information stored in the queue. The information stored in the queue for each of the plurality of command and address pairs may include an associated memory plane, and/or an associated page type. The controller 110 may select a group of memory commands and addresses based on the associated memory plane and/or page type.
[018] The memory 150 may be configured to perform concurrent memory operations
(e.g., read operations or program operations) for memory planes associated with the received memory command and address pairs. For example, when the group of memory command and address pairs are read commands associated with a common page type, the memory 150 may provide read data associated with each memory command and address pair to the controller 110 over the CAD bus 130. Further, when the group of memory command and address pairs are program commands associated with a common page type, the memory 150 may receive and program data associated with each memory command and address pair. Additionally, the memory 150 may further provide information to the controller 110 over the CAD bus 130 in response to particular commands. The information may indicate, for instance, whether the memory 150 is available to perform a memory operation and/or an amount of time before the memory 150 may become available to perform a memory operation.
[019] During operation, the queue associated with the controller 110 may maintain
(e.g., store) information associated with each of a plurality of memory command address pairs. The controller 110 may select a group of memory command and address pairs from the plurality of memory command and address pairs based on the information maintained by the queue. As previously described, in some examples, the information may include memory plane and/or page type, and the controller 110 may select a group of memory command and address pairs based on the plane and/or page type associated with each memory command and address pair. For example, the controller 110 may select a command and address pair to add to the group when associated with a memory plane that is different than the memory planes associated with other command and address pairs of the group, and/or when the command and address pair associated with a page type that is common with the other command and address pairs of the group. The controller 110 may continue to select command and address pairs to be added to the group until an end of the queue is reached or until the group includes a command and address pair directed to each memory plane of the memory 150. hi the latter case, the selected group including a command and address pair directed to each memory plane of the memory 150 may facilitate a fully concurrent memory access at the memory 150 (e.g., concurrent memory access of each memory plane of the memory 150). The controller 110 may provide the selected group of
memory command and address pairs to the memory 150 via the CAD bus 130 in parallel or serially.
|020] The memory 150 may be configured to concurrently perform memory access operations for memory command and address pairs associated with common page types across two or more memory planes. Typically, during a memory access operation, a procedure for accessing data of a page may be dependent on a page type. That is, to read data from an MLC or TLC page, read voltages that maybe provided (e.g., applied) may depend on which level (e.g., bit) of each memory cell of the page is being read. For example, if a bit in the UP of an MLC page is being read, a first read voltage may be provided to the associated access line during the read operation. If a bit in the LP of an MLC page is being read, a second and/or a third read voltage may be provided to the associated access line during the read operation.
[021] Thus, by grouping the memory command and address pairs according to memory plane and page type, the memory 110 may be able to use the same process to retrieve data from the each page associated with the group of memory command and address pairs. That is, the same voltages may be provided to each of the addressed pages. By using the same process to retrieve data from each memory plane, the concurrent access may be performed without necessarily including individual internal controllers for each memory plane or a single multi-thread controller in the memory 150.
[022] Figure 2 is a block diagram of an apparatus 200 according to an embodiment of the present disclosure. The apparatus 200 may include a controller 210 (e.g., memory controller) and a memory 250. The controller 210 may implemented in the controller 110 of Figure 1, and the memory 250 may be implemented in the memory 150 of Figure 1. The controller 210 and the memory 250 may be coupled by a command, address, and data (CAD) bus 230. The memory 250 may be configured to receive commands and/or addresses from the controller 210 over the CAD bus 230, and the memory may be configured to receive data and/or provide data over the CAD bus 230. It is understood that the CAD bus 230 may include one or more separate busses for the command, addresses, and data.
[023] In some examples, the memory 250 may be a non-volatile memory, such as
NAND, NOR, or PCM flash memory. The memory 250 may include an internal
controller 260 coupled to a memory array 270. The memory array 270 may be organized into memory planes, with each memory plane having respective memory cell blocks. Each memory cell block may have a number of pages (e.g., rows or columns) of memory cells corresponding to a number of access lines. In some embodiments, the memory array 270 may include memory cells that are SLCs, MLCs, TLCs, or combinations thereof.
[024] The internal controller 260 may control memory circuitry for concurrently accessing an individual page of different memory planes of the memory array 270 responsive to a group of memory access command and address pairs received from the 210. For example, the memory 250 may include individual access line driver circuits for each memory plane of the memory array 270. Each individual access line driver circuit may be coupled to the respective memory plane via a respective plurality of global access lines. When more than one memory command and address pair is received at the memory 250 that are each associated with different memory planes of the memory array 270, the internal controller 260 may concurrently provide signals to the individual access line driver circuits of the addressed memory planes to control voltages provided to the corresponding respective plurality of global access lines during memory access operations to erase, program, and/or read from the addressed pages of the different memory planes.
[025] The controller 210 may be associated with a queue 220 that stores information associated with each of a plurality of memory command and access pairs. The controller 210 may select a group of memory command and address pairs from the plurality of memory command and address pairs based on the information stored in the queue 220. The information stored in the queue 220 for each of the plurality of memory command and address pairs may include several fields. For example, the queue 220 may store associated memory plane and page type information for each memory command and address pair. The controller 210 may select the group of commands and address pairs from the plurality of memory command and address pairs from the queue 220 to provide to the memory 250 based on the memory planes and/or page type associated with the command and address pairs of the group.
[026] During operation, the controller 210 may maintain the queue 220 that includes information associated with a plurality of memory command and address pairs. Figure
3 depicts an exemplary implementation of the queue 220. For example, the example queue 220 depicted in Figure 3 may include three fields: an address field 310, a memory plane field 320, and a page type field 330. In some embodiments, the example queue 220 may be configured to store information for up to eight memory command and address pairs. It will be appreciated that the queue 220 may have more or less than three fields, and may be configured to store information associated with more or less than eight command and address pairs.
[027] The controller 210 may select a group of memory command and address pairs from the plurality of memory command and address pairs based on the information stored in the queue 220. For example, the controller 210 may select the group of memory command and address pairs from the plurality of memory command and address pairs based on the associated memory plane and/or the associated page type associated with each memory command and address pair. In some examples, the controller 210 may select a command and address pair to add to the group when it is directed to a different memory plane than the other command and address pairs of the group, and is associated with a common page type as the other command and address pairs of the group. The controller 210 may continue to select memory command and address pairs to add to the group until an end of the queue 220 is reached or until the group includes a command and address pair directed to each memory plane of the memory cell 250.
[028] In some embodiments, the controller 210 may generally select memory command and address pairs that meet the earlier described criteria of different memory planes and same page type using a first in, first out (FIFO) methodology. For example, a first selected memory command and address pair of the selected group may be an oldest memory command and address pair included in the queue 220, with additional selections added on a FIFO basis.
[029] In the example provided in Figure 3, a first entry ADDR0, directed to PLANE0 and having a LP page type, may be selected for a group. The second entry ADDR1, directed to PLA E0 and having a LP page type, may be skipped for the group because the plane is the same as the PLANE0 of ADDR0. The third entry ADDR2, directed to PLANE 1 and a LP page type, may be selected for the group because the memory plane is different than the PLANE0 of ADDR0 and the LP page type matches the LP page
type of ADDRO. The fourth entry ADDR3, directed to PLANE2 and having an UP page type, may be skipped for the group because the UP page type is different than the LP page type of ADDRO. The fifth entry ADDR4, directed to PLANE2 and having the LP page type, may be selected for the group because the memory plane is different than the PLANEO of ADDRO and the PLANE 1 of ADDR2 and the LP page type matches the LP page type of ADDRO. The sixth entry ADDR5, directed to PLANEO and having a LP page type, may be skipped for the group because the memory plane is the same as the PLANEO of ADDRO. The seventh entry ADDR5, directed to PLANE3 and having the LP page type, may be selected for the group because the memory plane is different than the PLANEO of ADDRO, the PLANE 1 of ADDR2, and the PLANE2 of ADDR4, and the LP page type matches the LP page type of ADDRO. The eighth entry ADDR7, directed to PLANE2 and having a LP page type, may be skipped for the group because the memory plane is the same as the PLANE2 of ADDR4. Thus, the selected group of memory command and address pairs may include ADDRO, ADDR2, ADDR4, and ADDR6 based on the examples provided in Figure 3.
|030] The controller 210 may provide the selected group of memory command and address pairs to the memory 250 via the 230 CAD bus. The internal controller 260 may be configured to perform concurrent memory operations (e.g., read operations or program operations) for different memory planes of the memory array 270 in response to the received group of memory command and address pairs.
[031] As previously described, the memory 250 may include individual access line circuits coupled to each memory plane via respective global access lines. The memory 250 may be configured to concurrently perform memory access operations for addresses associated with common page types in different memory planes of the memory array 270. Thus, when the group of memory command and address pairs are associated with a common page type, the process for accessing each address pages is the same, and the internal controller 260 provides (e.g., sends) signals to each individual access line driver circuit to provide voltages to respective global access lines associated with the addressed pages. The individual access line driver circuits may allow different respective pages within different respective blocks of memory cells to be accessed concurrently. For example, a first page of a first block of a first memory
plane may be accessed concurrently with a second page of a second block of a second memory plane, provided the second page has a common page type as the first page.
[032] Figure 4 illustrates a memory 400 according to an embodiment of the present disclosure. The memory 400 includes a memory array 430 with a plurality of memory cells. The memory cells may be non-volatile memory cells, such as NAND flash cells, or may generally be any type of memory cells. The memory 400 may mclude the memory 150 of Figure 1 and/or the memory 250 of Figure 2. In some examples, the memory array 430 may be divided into a plurality of memory planes.
[033] Command signals, address signals and data signals may be provided to the memory 400 as sets of sequential input/output ("I/O") signals transmitted through an I/O bus 428. Similarly, data signals may be provided from the memory 400 through the I/O bus 428. The I/O bus 428 is connected to an I/O control unit 420 that provides (e.g., routes) the signals between the I/O bus 428 and an internal data bus 422, an internal address bus 424, and an internal command bus 426. The memory 400 also includes a control logic unit 410 that receives a number of control signals either externally or through the command bus 426 to control the operation of the memory 400. The combination of the control logic unit 410 and the I/O control unit 420 may facilitate concurrent memory access of different memory planes of the memory array 430.
[034] The address bus 424 provides block-row address signals to a row decoder 440 and column address signals to a column decoder 450. The row decoder 440 and column decoder 450 may be used to select blocks of memory or memory cells for memory operations, for example, read, program, and erase operations. The column decoder 450 may enable data signals to be provided to columns of memory corresponding to the column address signals and allow data signals to be provided from columns corresponding to the column address signals. In some examples, the column decoder 450 and/or the row decoder 440 may include individual access line driver circuits for each memory plane of the memory array 430. The individual access line driver circuits may be coupled to the respective memory planes via a respective plurality of global access lines.
[035] In response to the memory commands decoded by the control logic unit 410, the memory cells in the array 430 are read, programmed, or erased. Read, program, erase circuits 468 coupled to the memory array 430 receive control signals from the control
logic unit 410 and include voltage generators for providing various voltages for read, program, and erase operations.
[036] After the row address signals have been provided to the address bus 424, the I/O control unit 420 provides (e.g., routes) data signals to a cache register 470 for a program operation. The data signals are stored in the cache register 470 in successive sets each having a size corresponding to the width of the I/O bus 428. The cache register 470 sequentially stores the sets of data signals for an entire page (e.g., row) of memory cells in the array 430. All of the stored data signals are then used to program a page of memory cells in the array 430 selected by the block-row address coupled through the address bus 424. In a similar manner, during a read operation, data signals from a page of memory cells selected by the block-row address coupled through the address bus 424 are stored in a data register 480. Sets of data signals corresponding in size to the width of the I/O bus 428 are then sequentially transferred through the I/O control unit 420 from the cache register 470 to the I/O bus 428.
[037] Figure 5 illustrates a portion of memory 500 according to an embodiment of the present disclosure. The memory 500 includes a memory array 570 with a plurality of memory planes 572(0)-572(3) that each includes a respective plurality of memory cells. The memory 500 may be implemented in the memory 150 of Figure 1, the memory 250 of Figure 2, and/or the memory 400 of Figure 4. The memory cells may be non-volatile memory cells, such as NAND flash cells, or may generally be any type of memory cells.
[038] The memory planes 572(0)-572(3) may each be divided into blocks of data, with a different relative block of data from each of the memory planes 572(0)-572(3) concurrently accessible during memory access operations associated with a common page type. For example, during memory access operations associated with a common page type, data block 582 of the memory plane 572(0), data block 583 of the memory plane 572(1), data block 584 of the memory plane 572(2), and data block 585 of the memory plane 572(3) may each be accessed concurrently.
[039] Each of the memory planes 572(0)-572(3) may be coupled to a respective page buffer PB0-PB3 576(0)-(3), respectively. Each PB0-PB3 576(0)-576(3) may be configured to provide data to or receive data from the respective memory plane
572(0)-572(3). The PB0-PB3 576(0)-576(3) may be controlled by the internal controller 560.
|040] Each of the memory planes 572(0)-572(3) may be further coupled to a respective access line driver circuit 574(0)-574(3), respectively. The A/L driver circuits 574(0)-574(3) may be configured to condition a page of a respective block of an associated memory plane 572(0)-572(3) for a memory access operation, such as programming data, reading data, or erasing data. The A/L driver circuits 574(0)-574(3) may be controlled based on signals from the internal controller 560. Each of the A/L driver circuits 574(0)-(3) may be coupled to a power circuit 580, and may provide voltages to respective wordlines based on voltages provided by the power circuit 580. The voltages provided by the power circuit 580 may be based on signals received from the internal controller 560.
[041] The internal controller 560 may control the A/L driver circuits 574(0)-574(3), page buffers PB0-PB3 576(0)-576(3), and the power circuit 580 to concurrently perform memory access operations associated with each of a group of memory command and address pairs (received from a controller, such as the controller 110 of Figure 1 and/or the controller 210 of Figure 2). For example, the internal controller 560 may control the A/L driver circuits 574(0)-574(3), the page buffers PB0-PB3 576(0)-576(3), and the power circuit 580 to perform the concurrent memory access operations. The internal controller 560 may be implemented in the control logic unit 410 and/or the I/O control unit 420 of Figure 4, for example.
[042] In operation, the internal controller 560 may receive a group of memory command and address pairs, with each pair arriving in parallel or serially. In some examples, the group of memory command and address pairs are each associated with a common page type and different respective memory planes 572(0)-572(3) of the memory array 570. The internal controller 560 may be configured to perform concurrent memory operations (e.g., read operations or program operations) across the different memory planes 572(0)-572(3) of the memory array 570 responsive to the group of memory command and address pairs.
[043] For example, the internal controller 560 may provide signals to the A/L driver circuits 574(0)-574(3) that are coupled to the memory planes 572(0)-572(3) associated with the group of memory command and address pairs. The internal controller 560 may
also provide (e.g., send) signals to the power circuit 580, and the power circuit 580 may provide voltages to the A/L driver circuits 574(0)-574(3). The voltages provided by the power circuit 580 may depend on a page type associated with the memory access operations. The power circuit 580 may be configured to concurrently perform memory access operations for addresses associated with common page types in each memory plane 572(0)-572(3) of the memory array 570. Thus, when the group of memory command and address pairs are associated with a common page type, the process for accessing each address pages is common, and the internal controller 560 provides signals to associated individual A/L driver circuits 574(0)-574(3) to provide voltages to global access lines associated with the addressed pages.
|044] As previously described, each A/L driver circuit 574(0)-574(3) may be coupled to a respective memory plane 572(0)-572(3) via respective global access lines. Thus, based on the signals received from the internal controller 560, the A/L driver circuits 574(0)-574(3) that are coupled to the memory planes 572(0)-572(3) associated with the group of memory command and address pairs may select blocks of memory or memory cells from each associated memory plane 572(0)-572(3), for memory operations, such as read, program, and/or erase operations. The individual A/L driver circuits 574(0)-574(3) may drive different respective global access lines within the respective plurality of global access lines. As an example, the A/L driver circuit 574(0) may drive a first voltage on a first global access line of a first plurality of global access lines, the A/L driver circuit 574(1) may drive the first voltage on a third global access line of a second plurality of global access lines, the A/L driver circuit 574(2) may drive the first voltage on a seventh global access line of a third plurality of global access lines, etc., and second voltages may be driven on each of the remaining global access lines of the first, second, third, etc., plurality of global access lines. The individual A/L driver circuits may allow different respective pages within different respective blocks of memory cells to be accessed concurrently. For example, a first page of a first block of a first memory plane may be accessed concurrently with a second page of a second block of a second memory plane, provided the second page has a common page type as the first page.
[045] The page buffers PB0-PB3 576(0)-576(3) may provide data to or receive data from the internal controller 560 during the memory access operations responsive to
signals from the internal controller 560 and the respective memory planes 572(0)-572(3). The internal controller 560 may provide the received data to a controller, such as the controller 110 of Figure 1 and/or the controller 210 of Figure 2.
|046] It will be appreciated that the memory 500 may include more or less than four memory planes, A/L drivers, and page buffers. It will also be appreciated that the respective plurality of global access lines may include 8, 16, 32, 64, 128, etc., global access lines. The internal controller 560 and the individual A/L driver circuits 574(0)-574(3) may allow accessing different respective pages within different respective blocks of different memory planes concurrently when the different respective pages are of a common page type, which may improve concurrent access during random addressing of the memory 500.
|047] From the foregoing it will be appreciated that, although specific embodiments of the disclosure have been described herein for purposes of illustration, various modifications may be made without deviating from the spirit and scope of the disclosure. Accordingly, the disclosure is not limited except as by the appended claims.
Claims
1. An apparatus, comprising:
a controller associated with a queue configured to maintain respective information associated with each of a plurality of memory command and address pairs, the controller configured to select a group of memory command and address pairs from the plurality of memory command and address pairs based on the information maintained in the queue; and
a memory configured to receive the group of memory command and address pairs, the memory configured to concurrently perform memory access operations associated with the group of memory command and address pairs.
2. The apparatus of claim 1, wrherein the memory includes a memory array that is divided into a plurality of memory planes, wherein the respective information associated with each of the plurality of memory command and address pairs includes an associated memory plane of the plurality of memon' planes, wherein the controller is configured to select the group of memory command and address pairs from the plurality of memory command and address pairs based on the memory plane associated with each of the plurality of memory command and address pairs.
3. The apparatus of claim 2, wherein each of the group of memory command and address pairs selected by the controller are associated with a different respective memon' plane of the plurality of memon planes than any other memory command and address pair of the group of memory command and address pairs.
4. The apparatus of claim 3, wherein the respective information associated with each of the plurality of memory command and address pairs includes an associated page type, wherein the controller is configured to select the group of memory command and address pairs from the plurality of memory command and address pairs based on the associated page type being common with the associated page type of the other
memory command and address pairs selected for the group of memory command and address pairs.
5. The apparatus of claim 1, wherein the queue is configured to store a plurality of entries, wherein each individual entry of the plurality of entries includes the respective information associated with an individual memory command and address pair of the plurality of memory command and address pairs.
6. The apparatus of claim 5, wherein each entry of the plurality of entries stored in the queue comprises:
an address associated with the respective memory command and address pair; a memory plane of a plurality of memory planes of the memory associated with the respective memory command and address pair; and
a page type associated with the respective memory command and address pair.
7. The apparatus of claim 5, wherein the memory comprises four memory planes, and wherein the plurality of entries of the queue comprises eight entries.
8. The apparatus of claim 1, wherein the memory comprises a plurality of access line driver circuits, wherein each of the plurality of access line driver circuits is configured to drive a respective global access line of a respective memory plane of the plurality of memory planes.
9. The apparatus of claim 8, wherein the memory further comprises an internal controller configured to control access line driver circuits of the plurality of access line driver circuits based on the group of memory command and address pairs.
10. The apparatus of claim 9, wherein the memory further comprises a power circuit configured to control access line voltages provided to each of the plurality of access line driver circuits responsive to the internal controller.
11. An apparatus, comprising:
a memory configured to receive a group of memory command and address pairs, the memory comprising a plurality of memory planes, wherein each of the
memory command and address pairs of the group of memory address pairs is associated with a memory plane of the plurality of memory planes, wherein each memory plane of the plurality of memory planes is coupled to a respective access line driver circuit of a plurality of access line driver circuits, the memory further comprising a power circuit coupled to each of the respective access line driver circuits of the plurality of access line driver circuits, the memory configured to concurrently perform memory access operations on the memory planes of the plurality of memory planes that are associated with the group of memory command and address pairs by controlling the power circuit and the access line driver circuits of the plurality of access line driver circuits that are coupled to the memory planes of the plurality of memory planes associated with the group of memory command and address pairs.
12. The apparatus of claim 11 , wherein the memory further comprises an internal controller configured to receive a group of memory command and address pairs, the internal controller further configured to control the power circuit and the access line driver circuits coupled to the memory planes associated with the group of memory command and address pairs.
13. The apparatus of claim 11, wherein the memory is configured to control the power circuit and the access line driver circuits of the plurality of access line driver circuits to concurrently perform the memory access operations on the memory planes of the plurality of memory planes that are associated with the group of memory command and address pairs.
14. The apparatus of claim 11, wherein the memory further comprises a plurality of page buffers, wherein each memory plane of the plurality of memory planes is coupled to a respective page buffer of the plurality of page buffers, wrherein a page buffer of the plurality of page buffers is configured to receive data from a respective memory plane of the plurality of memory planes.
15. The apparatus of claim 1 1 , wherein a memory plane of the plurality of memory planes includes single level cells, multi-level cells, tri-level cells, or combinations thereof.
16. The apparatus of claim 11, wherein each memory command and address pair of the group of memory command and address pairs is associated with a common page type.
17. The apparatus of claim 16, wherein the common page type is one of a lower page, a middle page, an upper page, or a single level cell page type.
18. An apparatus, comprising:
a controller associated with a queue configured to maintain respective information associated with each of a plurality of memory command and address pairs, the controller configured to select a group of memory command and address pairs from the plurality of memory command and address pairs based on the respective information maintained by the queue, the controller configured to provide the group of memory command and address pairs to a memory.
19. The apparatus of claim 18, wherein the controller is configured to select the group of memory command and address pairs from the memory command and address pairs based on a first in, first out, methodology.
20. The apparatus of claim 18, wherein the queue is configured to store memory plane information and page type associated with each of the plurality of memory command and address pairs.
21. The apparatus of claim 18, wherein each memory command and address pair of the group of memory command and address pairs selected by the controller are associated with different memory planes and have a common page type with the other memory command and address pairs of the group of memory command and address pairs.
22. A method, comprising:
selecting a group of memory command and address pairs from a plurality of memory command and address pairs maintained by a queue associated with a controller based on information associated with each of the plurality of memory command and address pairs; and
providing the group of memory command and address pairs to a memory to concurrently perform memory access operations associated with each memory command and address pair of the group of memory command and address pairs at the memory.
23. The method of claim 22, wherein each memory command and address pair of the group of memory command and address pairs is associated with a memory access operation to a respective memory plane included in the memory.
24. The method of claim 22, witerein the information associated with each of a plurality of memory command and address pairs maintained by the queue comprises respective memory plane information and respective page type associated with each of the plurality of memory command and address pairs.
25. The method of claim 24, wherein selecting the group of memory command and address pairs from the plurality of memory command and address pairs comprises selecting memory command and address pairs that are associated with a different memory plane from any other memory command and address pair of the group of memory command and address pairs.
26. The method of claim 25, witerein selecting the group of memory command and address pairs from the plurality of memory command and address pairs further comprises selecting memory command and address pairs that are associated with a same page type as the other memory command and address pairs of the group of memory command and address pairs.
27. The method of claim 22, wherein providing the group of memory command and address pairs to the memory to concurrently perform memory access operations associated with each memory command and address pair of the group of memory command and address pairs comprises providing the group of memory command and address pairs to the memory to concurrently perform a respective memory access operation on two or more memory planes of a plurality of memory planes of the memory.
28. The method of claim 27, wherein providing the group of memory command and address pairs to the memory to concurrently perform the memory access operations associated with each memory command and address pair of the group of memory command and address pairs at the memory comprises providing the group of memory command and address pairs to the memory to concurrently control respective individual access line driver circuits coupled to the two or more memory planes of the plurality of memory planes of the memory.
29. The method of claim 28, wherein providing the group of memory command and address pairs to the memory to concurrently control respective individual access line driver circuits coupled to each of the two or more memory planes of the plurality of memory planes of the memory comprises providing the group of memory command and address pairs to the memory to control a power circuit of the memory, wherein the power circuit provides power to each of the respective individual access line driver circuits coupled to the two or more memory planes.
30. A method, comprising:
maintaining respective information associated each of a plurality of memory command and address pairs with a queue associated with a controller; and
selecting a group of memory command and address pairs from the plurality of memory command and address pairs based on the respective information associated with each memory command and address pair of the plurality of memory command and address pairs.
31. The method of claim 30, wherein maintaining the respective information associated each of a plurality of memory command and address pairs with the queue associated with the controller comprises storing respective memory plane information and respective page type associated with each of the plurality of memory command and address pairs.
32. The method of claim 31 , wherein selecting the group of memory command and address pairs from the plurality of memory command and address pairs comprises selecting memory command and address pairs associated with a common page type.
33. The method of claim 32, wherein selecting the group of memory command and address pairs from the plurality of memory command and address pairs comprises selecting memory command and address pairs of the plurality of memory command and address pairs associated with different respective memory planes.
Applications Claiming Priority (2)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| US14/340,976 | 2014-07-25 | ||
| US14/340,976 US10402319B2 (en) | 2014-07-25 | 2014-07-25 | Apparatuses and methods for concurrently accessing different memory planes of a memory |
Publications (1)
| Publication Number | Publication Date |
|---|---|
| WO2016014288A1 true WO2016014288A1 (en) | 2016-01-28 |
Family
ID=55163549
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| PCT/US2015/040346 Ceased WO2016014288A1 (en) | 2014-07-25 | 2015-07-14 | Apparatuses and methods for concurrently accessing different memory planes of a memory |
Country Status (3)
| Country | Link |
|---|---|
| US (2) | US10402319B2 (en) |
| TW (1) | TWI582589B (en) |
| WO (1) | WO2016014288A1 (en) |
Families Citing this family (4)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US10402319B2 (en) | 2014-07-25 | 2019-09-03 | Micron Technology, Inc. | Apparatuses and methods for concurrently accessing different memory planes of a memory |
| KR102516547B1 (en) * | 2018-03-08 | 2023-04-03 | 에스케이하이닉스 주식회사 | Memory controller and memory system having the same |
| US11429300B2 (en) * | 2020-06-12 | 2022-08-30 | Micron Technology, Inc. | Independent parallel plane access in a multi-plane memory device |
| US11868655B2 (en) | 2021-08-25 | 2024-01-09 | Micron Technology, Inc. | Memory performance using memory access command queues in memory devices |
Citations (5)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US20100293420A1 (en) * | 2009-05-15 | 2010-11-18 | Sanjiv Kapil | Cache coherent support for flash in a memory hierarchy |
| US20120113721A1 (en) * | 2008-02-04 | 2012-05-10 | Mosaid Technologies Incorporated | Flexible memory operations in nand flash devices |
| US20120173792A1 (en) * | 2010-12-30 | 2012-07-05 | Lassa Paul A | Controller and Method for Performing Background Operations |
| US20130212318A1 (en) * | 2008-12-23 | 2013-08-15 | Apple Inc. | Architecture for address mapping of managed non-volatile memory |
| US20140068159A1 (en) * | 2012-09-03 | 2014-03-06 | Samsung Electronics Co., Ltd. | Memory controller, electronic device having the same and method for operating the same |
Family Cites Families (24)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US4513372A (en) * | 1982-11-15 | 1985-04-23 | Data General Corporation | Universal memory |
| US6892250B2 (en) * | 2000-02-09 | 2005-05-10 | Seagate Technology Llc | Command queue processor |
| JP2003077283A (en) * | 2001-08-31 | 2003-03-14 | Hitachi Ltd | Semiconductor integrated circuit, semiconductor nonvolatile memory, memory card, and microcomputer |
| KR100833188B1 (en) * | 2006-11-03 | 2008-05-28 | 삼성전자주식회사 | Nonvolatile memory system that stores data in single-level cells or multi-level cells, depending on the nature of the data |
| US8935302B2 (en) * | 2006-12-06 | 2015-01-13 | Intelligent Intellectual Property Holdings 2 Llc | Apparatus, system, and method for data block usage information synchronization for a non-volatile storage volume |
| US8068365B2 (en) * | 2008-02-04 | 2011-11-29 | Mosaid Technologies Incorporated | Non-volatile memory device having configurable page size |
| WO2010090691A2 (en) | 2009-02-09 | 2010-08-12 | Rambus Inc. | Multiple plane, non-volatile memory with synchronized control |
| JP2011008857A (en) * | 2009-06-25 | 2011-01-13 | Toshiba Corp | Nonvolatile semiconductor memory device and writing method thereof |
| US8595411B2 (en) | 2009-12-30 | 2013-11-26 | Sandisk Technologies Inc. | Method and controller for performing a sequence of commands |
| US8402243B2 (en) * | 2010-02-25 | 2013-03-19 | Apple Inc. | Dynamically allocating number of bits per cell for memory locations of a non-volatile memory |
| US8555095B2 (en) | 2010-07-26 | 2013-10-08 | Apple Inc. | Methods and systems for dynamically controlling operations in a non-volatile memory to limit power consumption |
| US8499227B2 (en) | 2010-09-23 | 2013-07-30 | Micron Technology, Inc. | Memory quality monitor based compensation method and apparatus |
| US9514838B2 (en) * | 2011-05-31 | 2016-12-06 | Micron Technology, Inc. | Apparatus including memory system controllers and related methods for memory management using block tables |
| KR101942272B1 (en) * | 2011-12-27 | 2019-01-28 | 삼성전자주식회사 | A method for controlling nonvolatile memory, a nonvolatile memory controller thereof, and a memory system having the same |
| US8947941B2 (en) | 2012-02-09 | 2015-02-03 | Densbits Technologies Ltd. | State responsive operations relating to flash memory cells |
| US9135192B2 (en) * | 2012-03-30 | 2015-09-15 | Sandisk Technologies Inc. | Memory system with command queue reordering |
| US8856431B2 (en) * | 2012-08-02 | 2014-10-07 | Lsi Corporation | Mixed granularity higher-level redundancy for non-volatile memory |
| KR101988260B1 (en) * | 2012-09-14 | 2019-06-12 | 삼성전자주식회사 | EMBEDDED MULTIMEDIA CARD(eMMC), AND METHOD FOR OPERATING THE eMMC |
| US9236136B2 (en) * | 2012-12-14 | 2016-01-12 | Intel Corporation | Lower page read for multi-level cell memory |
| CN104641418B (en) * | 2013-08-19 | 2018-09-28 | 东芝存储器株式会社 | Storage system |
| WO2015106162A1 (en) * | 2014-01-09 | 2015-07-16 | SanDisk Technologies, Inc. | Selective copyback for on die buffered non-volatile memory |
| US10402319B2 (en) | 2014-07-25 | 2019-09-03 | Micron Technology, Inc. | Apparatuses and methods for concurrently accessing different memory planes of a memory |
| US9659664B1 (en) * | 2015-12-15 | 2017-05-23 | International Business Machines Corporation | Dynamically adjusting read voltage in a NAND flash memory |
| US10417136B2 (en) * | 2017-12-21 | 2019-09-17 | Northrop Grumman Systems Corporation | Write-through detection for a memory circuit with an analog bypass portion |
-
2014
- 2014-07-25 US US14/340,976 patent/US10402319B2/en active Active
-
2015
- 2015-07-14 WO PCT/US2015/040346 patent/WO2016014288A1/en not_active Ceased
- 2015-07-24 TW TW104124149A patent/TWI582589B/en active
-
2019
- 2019-08-22 US US16/548,754 patent/US11550717B2/en active Active
Patent Citations (5)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US20120113721A1 (en) * | 2008-02-04 | 2012-05-10 | Mosaid Technologies Incorporated | Flexible memory operations in nand flash devices |
| US20130212318A1 (en) * | 2008-12-23 | 2013-08-15 | Apple Inc. | Architecture for address mapping of managed non-volatile memory |
| US20100293420A1 (en) * | 2009-05-15 | 2010-11-18 | Sanjiv Kapil | Cache coherent support for flash in a memory hierarchy |
| US20120173792A1 (en) * | 2010-12-30 | 2012-07-05 | Lassa Paul A | Controller and Method for Performing Background Operations |
| US20140068159A1 (en) * | 2012-09-03 | 2014-03-06 | Samsung Electronics Co., Ltd. | Memory controller, electronic device having the same and method for operating the same |
Also Published As
| Publication number | Publication date |
|---|---|
| TW201617881A (en) | 2016-05-16 |
| US20190377675A1 (en) | 2019-12-12 |
| TWI582589B (en) | 2017-05-11 |
| US10402319B2 (en) | 2019-09-03 |
| US11550717B2 (en) | 2023-01-10 |
| US20160026565A1 (en) | 2016-01-28 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| US11955204B2 (en) | Apparatuses and methods for concurrently accessing different memory planes of a memory | |
| US11698725B2 (en) | Apparatuses and methods for concurrently accessing multiple memory planes of a memory during a memory access operation | |
| US11768603B2 (en) | Apparatuses and methods for concurrently accessing multiple partitions of a non-volatile memory | |
| US11550717B2 (en) | Apparatuses and methods for concurrently accessing different memory planes of a memory |
Legal Events
| Date | Code | Title | Description |
|---|---|---|---|
| 121 | Ep: the epo has been informed by wipo that ep was designated in this application |
Ref document number: 15825189 Country of ref document: EP Kind code of ref document: A1 |
|
| NENP | Non-entry into the national phase |
Ref country code: DE |
|
| 122 | Ep: pct application non-entry in european phase |
Ref document number: 15825189 Country of ref document: EP Kind code of ref document: A1 |