WO2025001866A1 - 一种数据处理系统、存储器、数据读写方法及设备 - Google Patents
一种数据处理系统、存储器、数据读写方法及设备 Download PDFInfo
- Publication number
- WO2025001866A1 WO2025001866A1 PCT/CN2024/099055 CN2024099055W WO2025001866A1 WO 2025001866 A1 WO2025001866 A1 WO 2025001866A1 CN 2024099055 W CN2024099055 W CN 2024099055W WO 2025001866 A1 WO2025001866 A1 WO 2025001866A1
- Authority
- WO
- WIPO (PCT)
- Prior art keywords
- address
- memory
- remapping
- bank
- module
- 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/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
- 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/0292—User address space allocation, e.g. contiguous or non contiguous base addressing using tables or multilevel address translation means
-
- 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/0607—Interleaved addressing
-
- 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/1032—Reliability improvement, data loss prevention, degraded operation etc
-
- 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/7201—Logical to physical mapping or translation of blocks or pages
-
- 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/7204—Capacity control, e.g. partitioning, end-of-life degradation
Definitions
- the present application relates to the field of communication technology, and in particular to a data processing system, a memory, a data reading and writing method and a device.
- Memory addressing usually refers to locating a certain position of a BANK in a storage particle in the memory according to the logical address sent by the processor.
- the data at the logical address is usually distributed in various storage particles, and the various storage particles share the logical address. That is, in the process of memory addressing, it is necessary to determine a certain position of a BANK in each storage particle, that is, it is necessary to locate multiple positions.
- the BANK of the storage particle may include multiple areas with different error rate ranges. If the multiple locations are all located in the area with the highest error rate range in the BANK to which they belong when the memory is addressed, then the probability of error when reading and writing data at the logical address will double. On the contrary, if the multiple locations are all located in the area with the lowest error rate range in the BANK to which they belong when the memory is addressed, then the probability of error when reading and writing data at the logical address will be greatly reduced.
- the overall error rate of the memory will change with the change of the logical address, and the overall error rate of the memory is not stable, which also increases the difficulty of subsequently designing the memory as a memory with error correction capability.
- the embodiments of the present application provide a data processing system, a memory, a data reading and writing method and a device for stabilizing the error rate of the memory.
- an embodiment of the present application provides a data processing system, which includes a processor and a memory.
- the processor sends a read/write request to the memory, where the read/write request is used to request to read/write data to/from the memory, and the read/write request carries a logical address of the data.
- the memory After receiving the read/write request, the memory maps the logical address to the target location on the BANK of the N storage particles of the memory, and reads and writes data to the target location on the BANK of the N storage particles; wherein the target locations on the BANK of the N storage particles are distributed in different areas, N is a positive integer, and the areas on the BANK are formed based on the error rate, and the error rates of different areas are different.
- the memory maps the logical address to the target location on the BANK of N storage particles, and the N target locations are distributed in different areas.
- the N target locations are no longer located in the same area, so that in the process of a single read and write to the memory, the error rate of the memory will not fluctuate significantly due to different logical addresses, ensuring that the error rate of the memory is stable within a smaller range.
- the memory has an address remapping function, and the memory provides an option to enable the address remapping function.
- the processor sends an address remapping instruction to the memory, and the address remapping instruction is used to enable the address remapping function of the memory, so that the processor can enable the address remapping function of the memory according to actual needs.
- the memory includes N first address remapping modules, each storage particle corresponds to a first address remapping module, and after receiving the address remapping instruction, the control circuit controls the M first address remapping modules to be in a working state according to the address remapping instruction, where M is a positive integer and M is not greater than N.
- any first address remapping module in working state modifies the physical address converted from the logical address, and the modified physical address points to the target position on the BANK of the storage particle corresponding to the first address remapping module.
- the first address remapping module in working state can modify the physical address. Since the first address remapping modules corresponding to M storage particles among N storage particles can modify the physical address, the physical addresses obtained by the M storage particles are not exactly the same, further ensuring that the logical address can eventually be mapped to the target position in different areas of the N storage particles.
- the first address remapping module in operation may modify the field in the physical address pointing to the row and/or column in the BANK.
- the first address remapping module in working state only needs to change some fields in the physical address to ensure that the logical address can eventually be mapped to the target position in different areas of N storage particles, and the implementation method is relatively simple.
- the first address remapping module that is not in working state does not modify the physical address, maintains each field in the physical address unchanged, and the physical address points to the target location on the BANK of the storage particle corresponding to the first address remapping module.
- the first address remapping module in a working state and the first address remapping module not in a working state process the physical address differently, and ultimately it can be ensured that the N physical addresses obtained by the N storage particles are different, and the target addresses of the BANKs of the N storage particles mapped with different N physical addresses will also belong to different areas.
- any storage particle determines a target location on the BANK of the storage particle according to the physical address obtained from the corresponding first address remapping module, and reads and writes data to the target location.
- the physical address obtained by the storage particle from the second address remapping module in a working state is a modified physical address
- the physical address obtained by the storage particle from the second address remapping module that is not in a working state is an original physical address.
- the physical addresses obtained by the N storage particles from the corresponding first address remapping modules are no longer completely the same, and the target positions on the BANKs of the storage particles finally determined are also different.
- the address remapping function of the memory is implemented by directly modifying the physical address converted from the logical address.
- the address remapping function of the memory can also be implemented by modifying the logical address. This implementation is described below.
- the control circuit includes N second address remapping modules, and each storage particle corresponds to a second address remapping module.
- the control circuit controls M second address remapping modules to be in a working state according to the address remapping instruction, wherein M is not greater than N.
- Any second address remapping module in working state modifies the logical address, and the modified logical address is mapped to the target position on the BANK of the storage particle corresponding to the second address remapping module.
- the second address remapping module in working state can modify the logical address. Since the second address remapping modules corresponding to M storage particles among N storage particles can modify the logical address, the physical addresses converted from the logical address obtained by the M storage particles are not exactly the same, further ensuring that the logical address can eventually be mapped to the target position in different areas of the N storage particles.
- the second address remapping module in working state modifies the field in the logical address pointing to the row and/or column in the BANK.
- the second address remapping module in working state only needs to change some fields in the logical address to ensure that the logical address can eventually be mapped to the target position in different areas of N storage particles, and the implementation method is relatively simple.
- the second address remapping module that is not in a working state maintains each field in the logical address unchanged.
- the logical address points to a target location on the BANK of the storage particle corresponding to the first address remapping module.
- the second address remapping module in a working state and the second address remapping module not in a working state process the logical address differently, and ultimately it can be ensured that the N physical addresses obtained by the N storage particles are different, and the target positions of the BANKs of the N storage particles mapped with different N physical addresses will also belong to different areas.
- control circuit includes an address conversion module; the address conversion module converts the logical address obtained from the second address remapping module into a physical address; and sends the physical address to the storage particle corresponding to the second address remapping module.
- the logical address obtained by the address conversion module from the second address remapping module in a working state is a modified logical address, and the logical address obtained by the address conversion module from the second address remapping module that is not in a working state is an original logical address.
- the address conversion module can realize the conversion from logical address to physical address. Different logical addresses will be converted into different physical addresses, ensuring that the logical address received by the memory can be mapped to the BANKs of N storage particles and the target locations distributed in different areas.
- the present application further provides a memory, which has the functions of implementing the first aspect and any possible implementation method, and some beneficial effects can be found in the description of the first aspect and are not repeated here.
- the memory includes a control circuit and N storage particles, where N is a positive integer.
- the control circuit receives a read/write request sent by the processor, the read request is used to request data reading and writing to the memory, and the read/write request carries the logical address of the data.
- the control circuit converts the logical address into a physical address, and sends the physical address converted from the logical address to the N storage particles of the memory respectively, the physical address points to the target position on the BANK of the N storage particles of the memory, and the target position on the BANK of the N storage particles is distributed in different areas, and N is a positive integer. Different areas are formed based on the error rate division within the BANK, and the error rate range of different areas is different.
- any storage particle After receiving the physical address, any storage particle reads and writes data to the target location on the BANK of the storage particle;
- the same logical address can be mapped to the target location on the BANK of N storage particles inside the memory. These N target locations are distributed in different areas, ensuring that the error rate of the memory will not fluctuate significantly with the different logical addresses received by the memory.
- control circuit receives an address remapping instruction sent by the processor, where the address remapping instruction is used to enable an address remapping function of the memory.
- the memory includes N first address remapping modules, each storage particle includes a first address remapping module, and the control circuit controls the M first address remapping modules to be in a working state according to the address remapping instruction, where M is a positive integer and M is not greater than N.
- Any first address remapping module in working state modifies the physical address converted from the logical address, and the modified physical address points to the target position on the BANK of the storage particle corresponding to the first address remapping module.
- the first address remapping module in working state modifies the field pointing to the row and/or column in the BANK in the physical address.
- the first address remapping module that is not in a working state maintains each field in the physical address unchanged, and the physical address points to a target location on the BANK of the storage particle corresponding to the first address remapping module.
- any storage particle determines a target location on the BANK of the storage particle according to the physical address obtained from the corresponding first address remapping module, and reads and writes data to the target location.
- the physical address obtained by the storage particle from the first address remapping module in a working state is a modified physical address
- the physical address obtained by the storage particle from the first address remapping module not in a working state is an original physical address.
- control circuit includes N second address remapping modules, each storage particle corresponds to a second address remapping module, and the control circuit controls the M second address remapping modules to be in a working state according to the address remapping instruction, where M is a positive integer and M is not greater than N.
- Any second address remapping module in working state modifies the logical address, and the modified logical address points to the target position on the BANK of the storage particle corresponding to the second address remapping module.
- the second address remapping module in working state modifies the field in the logical address pointing to the row and/or column in the BANK.
- the second address remapping module that is not in a working state maintains each field in the logical address unchanged.
- the logical address is mapped to a target location on the BANK of the storage particle corresponding to the second address remapping module.
- control circuit includes an address conversion module; the address conversion module converts the logical address obtained from the second address remapping module into a physical address; and sends the physical address to the storage particle corresponding to the second address remapping module.
- the logical address obtained by the address conversion module from the second address remapping module in a working state is a modified logical address, and the logical address obtained by the address conversion module from the second address remapping module that is not in a working state is an original logical address.
- the present application also provides a data reading and writing method, in which the memory has the function of implementing the above-mentioned first aspect and any possible implementation method.
- the beneficial effects can be found in the description of the first aspect and will not be repeated here.
- the control circuit receives a read/write request sent by the processor, wherein the read request is used to request data reading/writing of the memory, and the read/write request carries the logical address of the data; converts the logical address into a physical address, and sends the physical address converted from the logical address to N storage particles respectively, wherein the physical address points to a target position on the BANK of the N storage particles of the memory, wherein the target positions on the BANK of the N storage particles are distributed in different areas;
- Any storage particle reads and writes data to a target location on the BANK of the storage particle.
- control circuit may also receive an address remapping instruction sent by the processor, where the address remapping instruction is used to enable the address remapping function of the method.
- the memory includes N first address remapping modules, each storage particle corresponds to a first address remapping module, and the control circuit controls the M first address remapping modules to be in a working state according to the address remapping instruction, wherein M is not greater than N.
- Any first address remapping module in working state modifies the physical address converted from the logical address, and the modified physical address points to the target position on the BANK of the storage particle corresponding to the first address remapping module.
- the working first address remapping module modifies the physical address converted from the logical address
- the working first address remapping module modifies the field in the physical address pointing to the row and/or column in the BANK.
- the first address remapping module that is not in a working state maintains each field in the physical address unchanged.
- the physical address points to a target location on a BANK of a storage particle corresponding to the first address remapping module.
- any storage particle when any storage particle reads or writes data to a target location on a BANK of the storage particle, any storage particle determines the target location on the BANK of the storage particle according to a physical address obtained from the corresponding first address remapping module, and reads or writes data to the target location.
- control circuit includes N second address remapping modules, each storage particle corresponds to a second address remapping module, and when the control circuit converts the logical address into a physical address, the control circuit controls the M second address remapping modules to be in a working state according to the address remapping instruction, where M is not greater than N.
- Any second address remapping module in working state modifies the logical address, and the modified logical address points to the target position on the BANK of the storage particle corresponding to the second address remapping module.
- the second address remapping module that is not in a working state maintains each field in the logical address unchanged, and the logical address points to a target location on the BANK of the storage particle corresponding to the second address remapping module.
- control circuit includes an address conversion module; the address conversion module converts the logical address obtained from the second address remapping module into a physical address; and sends the physical address to the storage particle corresponding to the second address remapping module.
- the logical address obtained by the address conversion module from the second address remapping module in a working state is a modified logical address, and the logical address obtained by the address conversion module from the second address remapping module that is not in a working state is an original logical address.
- the present application further provides a computing device, which includes the memory mentioned in each possible implementation of the second aspect and the first aspect above, and optionally, may also include a processor.
- the present application also provides a computer-readable storage medium, in which instructions are stored, and when the computer-readable storage medium is run on a computer, the computer executes the method in the third aspect and various possible implementations of the third aspect.
- the present application also provides a computer program product comprising instructions, which, when executed on a computer, enables the computer to execute the method in the third aspect and various possible implementations of the third aspect.
- the present application also provides a computer chip, which is connected to a memory, and the chip is used to read and execute a software program stored in the memory, and to execute the methods in the above-mentioned third aspect and various possible implementation methods of the third aspect.
- FIG1 is a schematic diagram of memory addressing in a memory
- FIG2 is a schematic diagram of the structure of a data processing system provided in an embodiment of the present application.
- FIG3 is a schematic diagram of the structure of a memory provided by an embodiment of the present application.
- FIG4 is a schematic diagram of the structure of a storage particle provided by an embodiment of the present application.
- FIG5A is a schematic diagram of the distribution of the area within a BANK of a storage particle provided in an embodiment of the present application
- 5B to 5D are schematic diagrams of mapping physical addresses within a BANK of a storage particle provided in an embodiment of the present application.
- 6A-6B are schematic diagrams showing the distribution of a BANK of a storage particle provided in an embodiment of the present application.
- FIG7 is a schematic diagram of a data reading and writing method provided in an embodiment of the present application.
- FIG8 is a schematic diagram of the structure of a memory provided by an embodiment of the present application.
- FIG. 9 is a schematic diagram of a data reading and writing method provided in an embodiment of the present application.
- a memory as a memory may include a plurality of storage chips.
- the memory may be a phase change memory (PCM), a dynamic random access memory (DRAM), or other types of memory.
- PCM phase change memory
- DRAM dynamic random access memory
- the storage particle is the smallest physical unit for storing data in the memory.
- the storage space inside any storage particle can be further divided.
- Each storage particle includes multiple BANKs.
- Each BANK can be regarded as a storage matrix, which is like a grid array. This "grid array" has many columns and many rows. When you need to get a certain data in the storage space, you only need to specify the BANK, the row in the BANK, and the column.
- the size, number of rows, and number of columns of each BANK are relatively fixed, that is, the logical address range covered by each BANK is fixed.
- multiple storage particles included in the memory share the same set of logical addresses. That is, after receiving a read or write request carrying a logical address, the control circuit inside the memory converts the logical address into a physical address and sends the physical address to each storage particle.
- the address decoding circuit deployed in each storage particle will parse the physical address, parse out the address information pointing to the bank, column, and row, and read and write data to the bank, column, and row pointed to by the address information.
- FIG1 it is a schematic diagram of memory addressing in a memory.
- FIG1 exemplarily shows the addressing mode of a storage particle in the memory, and an address register is provided in the storage particle.
- the address register is used to receive a physical address sent from the control circuit of the memory. After receiving the physical address, the address register sends the received physical address to the address decoding circuit in the storage particle.
- the address decoding circuit can determine the address information pointing to the BANK, column, and row from the received physical address, and then locate the BANK in the storage particle, and the row or column in the BANK.
- the address decoding circuit includes a BANK control logic, a column address decoding logic, and a row address decoding logic.
- the address register can send the portion of the physical address representing the BANK (such as 4 bits) to the BANK control logic, send the portion of the logical address representing the column (such as 15 bits) to the column address decoding logic, and send the portion of the logical address representing the row (such as 11 bits) to the row address decoding logic.
- the BANK control logic parses the address information pointing to the BANK based on the received portion of the physical address
- the column address decoding logic parses the address information pointing to the column based on the received portion of the physical address
- the row address decoding logic parses the address information pointing to the row based on the received portion of the physical address.
- each storage particle can contribute part of the data, such as each storage particle contributes 8 bytes of data, so that the amount of data read and written in each data read and write operation is the sum of the amount of data contributed by each storage particle, such as the amount of data read and written in a data read and write operation is 64 bytes of data.
- the data at the logical address is physically distributed in each storage particle of the memory.
- the final parsed address information pointing to the bank, column, and row is usually the same.
- the logical address will be mapped to the same position inside each storage particle, or it can be understood that the same physical address will be mapped to the same position inside each storage particle.
- each BANK of the storage particle Due to the influence of factors such as the routing method of the internal circuit of the memory and the design method of the driving voltage inside the memory, the error rates of different areas in the BANK of each storage particle are different, that is, each BANK can be further divided into multiple areas according to the error rate, and the range of the error rate in each area is the same, while the range of the error rate in different areas is different. That is, each BANK of the storage particle includes an area with a high error rate, an area with a low error rate, and an area with a moderate error rate. If the position in the BANK to which the logical address is mapped transmits an area with a high error rate, then the error probability of data reading and writing at this position is high, that is, the data read or written may have errors.
- the error probability of data reading and writing at this position is low, that is, the data read or written is not prone to errors.
- the error rate indicates the probability of erroneous data appearing when reading and writing data at this position or area.
- the specific method of calculating the error rate is not limited.
- the error rate of a certain position or a certain area can be equal to the ratio of the number of erroneous bits in data read and write operations performed a set number of times to the total number of bits read and written by the set number of data read and write operations, or it can be equal to the ratio of the number of erroneous bits in multiple data read and write operations performed in a unit time to the total number of bits read and written by the set number of data read and write operations.
- the same logical address (or the physical address converted from the logical address) will eventually be mapped to the same position of a BANK in each storage particle. Since the positions are the same, the error rate range of the area to which the position belongs will also be the same. If the error rate of the area to which it belongs is high, then the error rate of reading and writing data from the logical address will double.
- the overall error rate of the memory will change with the area where the data is located, which is relatively unstable.
- an error correction circuit will be added to the memory, and the unstable error rate will also increase the difficulty of setting the error correction circuit.
- the memory mentioned in the present application has an address remapping function.
- the position of the BANK of each storage particle to which the logical address is mapped may be different, that is, the position in each BANK to which the logical address is mapped no longer belongs to the same area with the same error rate range, and the position in each BANK to which the logical address is mapped may be distributed in multiple areas. In this way, the error rates of the positions in each BANK to which the logical address is mapped are no longer exactly the same.
- the address remapping function of the memory has two implementation methods. One implementation method is to process the physical address after the received logical address is converted to each storage particle in the memory.
- the address remapping function of the memory is implemented with the help of a first address remapping module inside the storage particle (the first address remapping module is used to modify the physical address).
- the control circuit in the memory converts the logical address into a non-completely identical physical address, and sends the non-completely identical physical address to each storage particle respectively.
- the memory The address remapping function is implemented with the help of the second address remapping module inside the control circuit (the second address remapping module is used to modify the logical address).
- the final effect is that the same logical address is finally mapped to different positions in the BANK of each storage particle. In this way, when reading and writing data to the memory, the overall error rate of the memory will not fluctuate greatly with the area where the data is located, and the overall error rate of the memory is relatively stable.
- the first implementation method the address remapping function of the memory is implemented by means of a first address remapping module inside the storage particle.
- the data processing system provided by the embodiment of the present application is described below in conjunction with the accompanying drawings. As shown in Figure 2, it is a structural diagram of a data processing system provided by the embodiment of the present application.
- the data processing system 10 includes a processor 100 and a memory 200.
- the processor 100 is the computing core of the system.
- the processor 100 can perform major data computing operations.
- the processor 100 can access the memory 200 to read data or write data in the memory 200.
- the processor 100 can read data from the memory 200 and perform data computing on the read data; the processor 100 can also store data generated after data computing in the memory 200.
- the processor 100 When accessing the memory 200 , the processor 100 sends a read/write request to the memory 200 .
- the read/write request carries a logical address of the data to instruct the memory 200 to read/write the data at the logical address.
- the processor 100 in addition to being able to access the memory 200, can also enable an address remapping function of the memory 200.
- the processor 100 can send an address remapping instruction to the memory 200, and the address remapping instruction is used to enable the address remapping function of the memory 200.
- the processor 100 may be a central processing unit (CPU) or other specific integrated circuits.
- the processor 100 may also be other general-purpose processors, digital signal processors (DSP), application specific integrated circuits (ASIC), field programmable gate arrays (FPGA) or other programmable logic devices, discrete gate or transistor logic devices, discrete hardware components, etc.
- DSP digital signal processors
- ASIC application specific integrated circuits
- FPGA field programmable gate arrays
- the memory 200 has a data storage function.
- the memory 200 can store data required by the processor 100 for data calculation, and can also store data generated after the processor 100 performs data calculation.
- the memory 200 receives and processes read and write requests from the processor 100, reads and writes data to the logical address, writes the data calculated by the processor 100 to the logical address, or reads the data required by the processor 100 for data calculation from the logical address, and feeds the read data back to the processor 100.
- the memory 200 also has an address remapping function.
- the memory 200 can map the logical address to the target locations of multiple BANKs.
- the target locations of the multiple BANKs are distributed in multiple areas, where different areas correspond to different error rate ranges.
- the memory 200 may provide an option to enable the address remapping function, that is, the memory 200 allows a device outside the memory 200 to enable the address remapping function.
- the memory 200 may map the received logical address to the target locations of multiple BANKs, and the target locations of the multiple BANKs are distributed in multiple areas.
- the memory 200 may map the received logical address to the same location of multiple BANKs.
- the embodiment of the present application does not limit the manner in which the memory 200 provides the enabling option of the address remapping function.
- the device of the memory 200 is configured with an enabling switch of the address remapping function, and the user can turn on or off the enabling switch of the address remapping function according to actual needs.
- the memory 200 is configured with a parsing function of the address remapping instruction, and a device outside the memory 200 can send an address remapping instruction to the memory 200, and the memory 200 enables the address remapping function by parsing the received address remapping instruction.
- the memory 200 can also provide a variety of different address remapping strategies. Any address remapping strategy describes part or all of the following information:
- Different address remapping strategies may describe different numbers of first address remapping modules 222 in operation and/or different ways of modifying the physical address after logical address conversion by any first address remapping module 222 in operation.
- the embodiments of the present application do not limit the manner in which the memory 200 provides a plurality of different address remapping strategies.
- a plurality of selection buttons for different address remapping strategies are configured on the memory 200, and the user can select an address remapping strategy through the selection button according to actual needs.
- the memory 200 is configured with a parsing function for address remapping instructions.
- the address remapping instructions sent to the memory 200 by a device outside the memory 200 can also indicate a certain address remapping strategy.
- the memory 200 enables the address remapping function by parsing the received address remapping instructions, and performs address remapping using the address remapping strategy indicated in the address remapping instructions.
- the address remapping function can also be enabled before the memory 200 leaves the factory, that is, the memory 200 leaves the factory. After that, the address remapping function is enabled and no additional operation is required.
- a memory 200 provided in an embodiment of the present application includes a control circuit 210 and a plurality of storage particles 220 .
- the description of the storage particles 220 can be found in the above description and will not be repeated here.
- the storage particles 220 are mainly used to store data
- the control circuit 210 is the control center of the memory 200.
- the control circuit 210 can process the read and write requests received by the memory 200. That is, the control circuit 210 can parse the logical address carried in the read and write request, and read and write data to each storage particle 220 according to the logical address.
- control circuit 210 can convert the logical address into a physical address, and send the physical address to each storage particle 220.
- the physical address points to a target location of a BANK of the storage particle 220.
- the target locations of the multiple BANKs are distributed in different areas, and different areas correspond to different error rate ranges.
- the target locations of the multiple BANKs are distributed in the same area.
- the control circuit 210 can detect the enable state of the address remapping function, that is, determine whether the address remapping function is enabled. For example, when the device of the memory 200 is configured with an enable switch for the address remapping function, the control circuit 210 can detect the enable switch for the address remapping function to determine whether the address remapping function is enabled. For another example, when the memory 200 is configured with a parsing function for an address remapping instruction, the parsing function can be implemented by the control circuit 210, and the control circuit 210 can parse the received address remapping instruction to enable the address remapping function.
- each storage particle 220 parses the physical address to determine the address information pointing to the BANK, row, and column, and then locates the position in the BANK according to the address information pointing to the BANK, row, and column.
- different storage particles 220 may adopt different parsing methods when parsing the physical address, and the address information pointing to the bank, row, and column obtained by adopting different parsing methods is not completely the same.
- not completely the same means that the address information of the bank, row, and column obtained by adopting different parsing methods is completely different or partially different.
- each set of address information includes address information pointing to a bank, a row, and a column. If the address information pointing to the bank in the two sets of address information is the same, and the address information pointing to the row and column is completely different, then the two sets of address information will correspond to two different positions on the bank, and the areas where the two positions are located may also be different. If the address information pointing to the bank and the row in the two sets of address information is the same, and the address information pointing to the column is different, then the two sets of address information will correspond to different positions on a bank, and the areas where the two positions are located may also be different.
- the storage particles 220 may use completely different parsing methods for the physical address to obtain multiple sets of non-completely identical address information. That is, in multiple storage particles 220, the storage particles 220 may convert the physical address into multiple sets of non-completely identical address information, and the multiple sets of non-completely identical address information correspond to different target locations in multiple BANKs. In this way, the target locations of the multiple BANKs will no longer belong to the same area.
- not completely the same means two situations, one is partially the same and partially different, and the other is completely different.
- each storage particle 220 for the physical address may be partially different, so as to obtain multiple sets of address information that are not completely the same, that is, for some storage particles 220 in the multiple storage particles 220, one parsing method is used to parse the logical address for the physical address, and finally multiple sets of identical address information are obtained, and for another part of the storage particles 220 in the multiple storage particles 220, another parsing method is used to parse the logical address for the physical address, and finally multiple sets of identical address information are obtained.
- a part of the multiple sets of address information corresponds to the same target location in multiple BANKs, and another part of the multiple sets of address information corresponds to the same another target location in multiple BANKs.
- each storage particle 220 adopts two different parsing methods for the physical address, wherein the storage particles 220-1, 220-2, 220-3, and 220-4 adopt one parsing method, and the storage particles 220-5, 220-6, Storage particles 220-7 and 220-8 adopt another parsing method, then the four sets of address information obtained by parsing in storage particles 220-1, 220-2, 220-3, and 220-4 are the same, and point to target positions A on a certain BANK in storage particles 220-1, 220-2, 220-3, and 220-4 respectively.
- the positions of each target position A in the BANK to which it belongs are the same, that is, the same target position in multiple BANKs.
- the four sets of address information obtained by parsing in storage particles 220-5, 220-6, 220-7, and 220-8 are the same, and point to target positions B on a certain BANK in storage particles 220-5, 220-6, 220-7, and 220-8 respectively.
- the positions of each target position B in the BANK to which it belongs are the same, that is, the same target position in multiple BANKs.
- the embodiment of the present application does not limit the specific parsing method adopted by the storage particle 220 for the physical address. Any method that can parse the physical address into address information pointing to BANK, row, and column is applicable to the embodiment of the present application.
- the storage particle 220 can modify some fields of the physical address, and then analyze the modified physical address based on the first mapping relationship to generate address information pointing to BANK, row, and column.
- the first mapping relationship records the correspondence between each field in the physical address and BANK, row, and column.
- the memory 200 includes a control circuit 210 and a plurality of storage particles 220.
- Each storage particle 220 includes an address register 221, a first address remapping module 222, and an address decoding circuit 223.
- the address register 221 is a register with a storage function
- the first address remapping module 222 and the address decoding circuit 223 can be logic circuits.
- the embodiment of the present application does not limit the specific internal structure of the first address remapping module 222 and the address decoding circuit 223. Any logic circuit that can implement the corresponding function can be used as the first address remapping module 222 and the address decoding circuit 223.
- the first address remapping module 222 is set between the address register 221 and the address decoding circuit 223, that is, the physical address sent by the address register 221 to the address decoding circuit 223 will first pass through the first address remapping module 222. After the first address remapping module 222 processes the physical address, it can send the physical address after the processing operation to the address decoding circuit 223.
- the first address remapping module 222 can perform one of two processing operations on the physical address, one is to modify the physical address, and the other is to maintain the various fields in the physical address unchanged. In particular, the first address remapping module 222 in the working state can modify the physical address, and the first address remapping module 222 in the non-working state maintains the various fields of the physical address unchanged.
- the address register 221 is used to store the physical address sent by the control circuit 210.
- the control circuit 210 sends the physical address, it needs to go through multiple clock cycles to send the complete physical address to the storage particle 220. That is, the amount of data transmitted by the control circuit 210 in one clock cycle is limited.
- the control circuit 210 can send the fields included in the physical address to the storage particle 220 in multiple times, and the address register 221 can receive and cache the fields included in the physical address sent by the control circuit 210.
- the control circuit 210 can send a 6-bit address in each clock cycle, and the total length of the physical address is 48 bits.
- the control circuit 210 can send the 48-bit physical address to the storage particle 220 through 8 clock cycles.
- the address register 221 caches the 6 bits every time it receives 6 bits until the cached data amount reaches 48 bits.
- the address register 221 may send the physical address to the first address remapping module 222 .
- the first address remapping module 222 may perform a processing operation on the physical address, and send the physical address after the processing operation to the address decoding circuit 223.
- the embodiment of the present application does not limit the way in which the first address remapping module 222 modifies the physical address.
- the first address remapping module 222 may invert some fields in the physical address, or for another example, the first address remapping module 222 may subtract some fields in the physical address from a preset value to obtain a difference, and use the difference to replace the part of the fields in the physical address.
- the address decoding circuit 223 can analyze the physical address based on the first mapping relationship to obtain address information pointing to the BANK, row, and column, and then determine the target location on the BANK in the storage particle 220, and read and write data to the target address.
- the embodiment of the present application does not limit the specific implementation method of the address decoding circuit 223 obtaining the address information pointing to the BANK, row, and column from the physical address, and any method of analyzing the physical address to obtain the address information pointing to the BANK, row, and column is applicable to the embodiment of the present application.
- the address decoding circuit 223 includes a BANK control logic, a column address decoding logic, and a row address decoding logic.
- the first address remapping module 222 can send the part of the modified physical address that represents the BANK (such as 4 bits) to the BANK control logic, send the part of the physical address that represents the column (such as 15 bits) to the column address decoding logic, and send the part of the physical address that represents the row (such as 11 bits) to the row address decoding logic.
- the BANK control logic receives the received The address information pointing to the BANK is obtained according to the partial physical address received, the column address decoding logic obtains the address information pointing to the column according to the partial physical address received, and the row address decoding logic obtains the address information pointing to the column according to the partial physical address received.
- the address decoding circuit 223 After obtaining the address information pointing to the bank, row and column, the address decoding circuit 223 can locate the target position of the bank and realize data reading and writing by changing the working voltage of the device in the target position.
- the address register 221 will send the physical address to the address decoding circuit 223, and the address decoding circuit 223 can parse the received physical address to obtain the address information pointing to the bank, row, and column.
- a first address remapping module 222 is added before the address decoding circuit 223, and the first address remapping module 222 added before the address decoding circuit 223 can modify the physical address received by the address decoding circuit 223, so that the address decoding circuit 223 can parse the modified physical address.
- the modification method only needs to add part of the circuit logic to the original design of the memory 200, and the modification method is simple and low in cost.
- the BANK of the memory 200 includes three areas, and the error rate range corresponding to each area is different.
- these three areas are respectively called AREA1, AREA2, and AREA3.
- the physical address distribution within these three areas can be shown in Table 1.
- ADDR[M] represents the Mth bit of the physical address
- ADDR[M:N] represents the Nth to Mth bits of the physical address.
- FIG. 5A it is a schematic diagram of the distribution of AREA1, AREA2, and AREA3 in a BANK, where AREA1 is located below the BANK, AREA3 is located above the BANK, and AREA2 is located in the middle of the BANK. After testing, among the three areas, the error rate of AREA1 is the highest, the error rate of AREA2 is in the middle, and the error rate of AREA3 is the lowest.
- the division of regions with different error rate ranges in the BANK is related to multiple factors such as the routing of the control circuit 210 inside the memory 200 and the design of the driving voltage in the memory 200.
- the number of regions included in the BANK and the error rate range of each region will be related to the specific design of the memory 200.
- the number of regions with different error rate ranges in the BANK and the error rate range of each region will also change due to the setting of test parameters. For example, during specific tests, when a higher accuracy or more error rate gears can be selected, the number of regions included in the BANK may also increase. Table 1 only lists one possible distribution.
- the memory 200 can implement address remapping in the following two ways.
- Method 1 Map the physical address pointing to a location in the AREA1 area in the BANK of the storage particle 220 to the target location in the AREA3 area.
- the first address remapping module 222 modifies the fields representing rows and columns in the physical address, so that the address information pointing to BANK, row, and column obtained according to the modified physical address will change from the address information pointing to BANK, row, and column obtained according to the physical address before modification.
- ADDR'[15:12] 40-ADDR[15:12]
- the address register 221 sends the physical address to the first address remapping module 222.
- the first address remapping module 222 modifies the field representing the row of the physical address, the physical address pointing to a location in the AREA1 area of the BANK of the storage particle 220 will be mapped to the target location in the AREA3 area.
- Method 2 Map the physical address pointing to a certain location in the AREA1 area in the BANK of the storage particle 220 to the target location in the AREA2 area.
- AREA1 The simplest way to map from AREA1 to AREA2 is to change the field representing the row, or the field representing the row and column in the physical address.
- the first address remapping module 222 can modify the field representing the row in the physical address, so that the address information pointing to the bank, row, and column obtained according to the modified physical address will change from the address information pointing to the bank, row, and column obtained according to the physical address before modification.
- the first address remapping module 222 only needs to modify the field representing the row in the physical address.
- the address register 221 sends the row field in the physical address to the first address remapping module 222.
- the first address remapping module 222 modifies the row field in the physical address, the physical address pointing to a location in the AREA1 area in the BANK of the storage particle 220 will be mapped to the target location in the AREA2 area.
- the first address remapping module 222 can modify the fields representing rows and columns in the physical address, so that the address information pointing to the bank, row, and column obtained according to the modified physical address will change from the address information pointing to the bank, row, and column obtained according to the physical address before the modification.
- the first address remapping module 222 only needs to modify the fields representing rows and columns in the physical address.
- the address register 221 sends the column field in the physical address to the first address remapping module 222.
- the first address remapping module 222 modifies the column field in the physical address, the physical address pointing to a location in the AREA1 area in the BANK of the storage particle 220 will be mapped to the target location in the AREA2 area.
- the specific way in which the first address remapping module 222 modifies the physical address is only an example. In practical applications, the way in which the first address remapping module 222 modifies the physical address can be designed according to the location of the fields representing rows and columns in the physical address and the distribution of areas with different error rate ranges.
- the BANKs inside the storage particles 220 may be arranged in a planar manner, that is, the BANKs included in the storage particles 220 are located in the same plane.
- the BANKs inside the storage particles 220 may also be arranged in a three-dimensional manner, that is, a certain BANK in the storage particles 220 may include multiple stacked layers.
- FIG6A is a schematic diagram showing that the BANKs inside the storage particle 220 are arranged in a planar manner, and the BANKs inside the storage particle 220 are in the same plane.
- the areas in the BANKs inside the storage particle 220 are all located in the same plane, that is, when performing address remapping, the field representing the row/or column in the physical address can be changed.
- FIG. 6B is a schematic diagram showing that the BANKs in the storage particle 220 are arranged in a three-dimensional manner, and each BANK in the storage particle 220 includes two layers, an upper layer and a lower layer.
- the BANK includes two layers as an example, but in fact, the BANK may also include three layers or even more layers.
- Each layer of the BANK may include multiple different areas, and the error rate range corresponding to each area is also different.
- the error rate ranges of the relative areas in the upper and lower layers of the BANK may also be different.
- the relative areas refer to two areas with relative positions in the same BANK.
- the physical address usually includes a field representing the middle layer of the bank, in addition to changing the physical address table
- address remapping can also be implemented by changing the field representing the BANK layer in the physical address.
- the error rates at the same row and column positions in different BANKs are also different, that is, the error rates at the same position in different BANKs may also be different.
- the first address remapping module 222 modifies the physical address, it can also modify the bit representing the BANK in the physical address, and the modification method is similar to the method in which the first address remapping module 222 modifies the bit representing the row or column in the physical address, which will not be repeated here.
- the memory 200 when the memory 200 enables the address remapping function, it is not necessary for all first address remapping modules 222 in the memory 200 to be in a working state. That is, when the memory 200 enables the address remapping function, it is only necessary to ensure that some of the first address remapping modules 222 among the multiple first address remapping modules 222 can modify the received physical address. The other first address remapping modules 222 do not need to modify the received physical address, and after receiving the physical address, the physical address can be directly sent to the address decoding circuit 223.
- the memory 200 will also include N first address remapping modules 222.
- M first address remapping modules 222 can be enabled in the memory 200 and are in working state, where M is a positive integer less than N.
- Whether the first address remapping module 222 in the memory 200 is in a working state can be set by the control circuit 210 itself. For example, after receiving an address remapping instruction, the control circuit 210 can control the first address remapping modules 222 among the multiple first address remapping modules 222, whose number is equal to the set value, to be in a working state.
- first address remapping modules 222 in the memory 200 are in a working state and which first address remapping modules 222 are in a working state can also be set before the memory 200 leaves the factory, that is, some of the multiple first address remapping modules 222 are set to a working state before leaving the factory.
- the address remapping instruction sent by the processor 100 also carries an address remapping strategy, which indicates the number of the first address remapping modules 222 in a working state (such as M).
- the control circuit 210 can control some of the first address remapping modules 222 in the multiple first address remapping modules 222 to be in a working state, and the number of the first address remapping modules 222 meets the instruction of the address remapping instruction.
- the address remapping instruction sent by the processor 100 in addition to indicating enabling the address remapping function, also indicates the working status of the first address remapping module 222, that is, it informs which first address remapping modules 222 need to be in a working state.
- the control circuit 210 can control some of the multiple first address remapping modules 222 to be in a working state, and these some first address remapping modules 222 are the first address remapping modules 222 indicated by the address remapping instruction.
- control circuit 210 can also control the first address remapping module 222 in working state to modify the received physical address using the modification method indicated by the address remapping strategy.
- each first address remapping module 222 in a working state modifies the physical address in a different way
- the memory 200 can also control all the first address remapping modules 222 to be in a working state. Since each first address remapping module 222 in a working state modifies the physical address in a different way, the physical address processed by the first address remapping module 222 in each storage particle 220 (that is, the modified physical address) will not be exactly the same. The multiple not exactly the same physical addresses will point to the target position in the BANK of each storage particle 220.
- a corresponding first address remapping module 222 is provided for each storage particle 220.
- the memory 200 may also only provide the first address remapping module 222 for some storage particles 220.
- the first address remapping module 222 may be set to a working state before leaving the factory, or when the processor 100 sends an address remapping instruction indicating enabling the address remapping function, the control circuit 210 controls the included first address remapping module 222 to be in a working state.
- the memory 200 provides an enable option for the address remapping function as an example for description. If the memory 200 does not provide an enable option for the address remapping function, steps 700 to 701 can be omitted.
- Step 700 The processor 100 sends an address remapping instruction to the memory 200.
- the address remapping instruction is used to indicate enabling of the address remapping function.
- the address remapping instruction also indicates the first address remapping module 222 that needs to be in working state.
- Step 701 The memory 200 receives the address remapping instruction, and controls the first address remapping module 222 indicated by the address remapping instruction to be in a working state according to the address remapping instruction.
- Step 702 The processor 100 sends a read/write request to the memory 200, where the read/write request carries the logical address of the data.
- Step 703 the memory 200 receives the read/write request, and maps the logical address to a target location on the BANK of the storage particle 220 in each storage particle 220 of the memory 200 .
- the control circuit 210 sends the physical address to each storage particle 220.
- the internal address register 221 of each storage particle 220 receives the physical address sent by the control circuit 210, and sends the physical address to the first address remapping module 222 of each storage particle 220.
- the first address remapping module 222 modifies the physical address and sends the modified physical address to the address decoding circuit 223 of the storage particle 220.
- the address decoding circuit 223 analyzes the modified physical address to obtain the address information of the execution bank, row, and column, and then locates the target position on the bank according to the address information.
- the first address remapping module 222 For the first address remapping module 222 that is not in working state, the first address remapping module 222 sends the received physical address to the address decoding circuit 223 of the storage particle 220.
- the address decoding circuit 223 analyzes the obtained physical address to obtain the address information of the execution bank, row, and column, and then locates the target position on the bank according to the address information.
- Step 704 the memory 200 reads and writes data to the target location on the BANK of each storage particle 220 .
- the memory 200 reads data from the target location on the BANK of each storage particle 220 , aggregates the data read from each storage particle 220 , and feeds it back to the processor 100 .
- the memory 200 When the read-write request is a write request requesting to write data, the memory 200 writes the data carried by the write request at the target location on the BANK of each storage particle 220, wherein the data written at each target location is part of the data carried by the write request, and the data written at all target locations is the data carried by the write request.
- the address remapping function of the memory 200 is implemented by means of the second address remapping module 211 inside the control circuit 210 .
- the memory 200 can also provide a variety of different address remapping strategies to the outside. Any address remapping strategy describes part or all of the following information:
- a method of modifying a logical address by any second address remapping module 211 in working state is a method of modifying a logical address by any second address remapping module 211 in working state.
- Different address remapping strategies may describe different numbers of the second address remapping modules 211 in operation and/or different ways of modifying the physical address after the logical address is converted by any second address remapping module 211 in operation.
- the embodiments of the present application do not limit the manner in which the memory 200 provides a plurality of different address remapping strategies.
- a plurality of selection buttons for different address remapping strategies are configured on the memory 200, and the user can select an address remapping strategy through the selection button according to actual needs.
- the memory 200 is configured with a parsing function for address remapping instructions.
- the address remapping instructions sent to the memory 200 by a device outside the memory 200 can also indicate a certain address remapping strategy.
- the memory 200 enables the address remapping function by parsing the received address remapping instructions, and performs address remapping using the address remapping strategy indicated in the address remapping instructions.
- the structure of the memory 200 is described below. Similar to the structure of the memory 200 shown in FIG3 , in this implementation, the memory 200 includes a control circuit 210 and a plurality of storage particles 220. However, in this implementation, the structure of the control circuit 210 and the storage particles 220 are different from the structure of the memory 200 shown in FIG3 .
- the structure of the storage particles 220 is similar to the structure of the storage particles 220 in the embodiment shown in FIG1 , and the details can be referred to the above description, which will not be repeated here.
- the storage particles 220 are mainly used to store data
- the control circuit 210 is the control center of the memory 200.
- the control circuit 210 can process the read and write requests received by the memory 200. That is, the control circuit 210 can parse the logical address carried in the read and write request, and read and write data to each storage particle 220 according to the logical address.
- control circuit 210 can map the logical address to each storage particle 220.
- the logical address can be mapped to a target location of a BANK of the storage particle 220. That is, the control circuit 210, The logical address may be mapped to target locations of multiple BANKs respectively.
- the target locations of the multiple BANKs are distributed in different areas, and different areas correspond to different error rate ranges.
- the target locations of the multiple BANKs are distributed in the same area.
- the control circuit 210 can detect the enable state of the address remapping function, that is, determine whether the address remapping function is enabled. For example, when the device of the memory 200 is configured with an enable switch for the address remapping function, the control circuit 210 can detect the enable switch for the address remapping function to determine whether the address remapping function is enabled. For another example, when the memory 200 is configured with a parsing function for an address remapping instruction, the parsing function can be implemented by the control circuit 210, and the control circuit 210 can parse the received address remapping instruction to enable the address remapping function.
- control circuit 210 needs to convert the logical address to obtain a corresponding physical address, and then send the physical address to each storage particle 220 .
- control circuit 210 when converting the logical address, may adopt different conversion methods for different storage particles 220, and adopt different conversion methods to ultimately obtain different physical addresses.
- the control circuit 210 may use different conversion methods for the logical address for each storage particle 220 to obtain multiple physical addresses that are not completely the same. For example, for some storage particles 220 in the multiple storage particles 220, the control circuit 210 uses one conversion method to convert the logical address, and finally obtains multiple identical physical addresses. For another part of the storage particles 220 in the multiple storage particles 220, the control circuit 210 uses another conversion method to convert the logical address, and finally obtains multiple identical physical addresses. In this way, the multiple physical addresses that are not completely the same are finally obtained, a part of the multiple physical addresses corresponds to the same target location in multiple BANKs, and another part of the multiple physical addresses corresponds to another identical target location in multiple BANKs.
- control circuit 210 uses completely different conversion methods for the logical address for each storage particle 220 to obtain multiple sets of completely different address information. That is, in different storage particles 220, the control circuit 210 uses different conversion methods to convert the logical address, and finally obtains completely different physical addresses. In this way, the multiple physical addresses correspond to different target locations in multiple BANKs. In this way, the target locations of the multiple BANKs will no longer belong to the same area.
- the control circuit 210 uses two different conversion methods for the logical address for each storage particle 220, wherein one conversion method is used for the storage particles 220-1, 220-2, 220-3, and 220-4, and another conversion method is used for the storage particles 220-5, 220-6, 220-7, and 220-8. Then, the physical addresses obtained by the storage particles 220-1, 220-2, 220-3, and 220-4 are the same, and point to the target position A on a certain BANK in the storage particles 220-1, 220-2, 220-3, and 220-4 respectively. The positions of the target positions A in the BANKs to which they belong are the same, that is, they are the same target positions in multiple BANKs.
- the physical addresses obtained in the storage particles 220-5, 220-6, 220-7, and 220-8 are the same, and point to the target position B on a certain BANK in the storage particles 220-5, 220-6, 220-7, and 220-8 respectively.
- the positions of the target positions B in the BANKs to which they belong are the same, that is, the target positions are the same in multiple BANKs.
- the embodiment of the present application does not limit the specific conversion method adopted by the control circuit 210 for the logical address, and any method that can convert the logical address into a physical address is applicable to the embodiment of the present application.
- the control circuit 210 can modify some or all fields in the logical address, and then analyze the modified logical address based on the preset mapping relationship to generate a physical address.
- the control circuit 210 includes a plurality of second address remapping modules 211 and a plurality of address conversion modules 212.
- the second address remapping module 211 and the plurality of address conversion modules 212 may be logic circuits.
- the embodiment of the present application does not limit the specific internal structures of the second address remapping module 211 and the plurality of address conversion modules 212. Any logic circuit that can realize the corresponding functions is applicable to the embodiment of the present application.
- Each storage particle 220 corresponds to a second address remapping module 211 and an address conversion module 212.
- the second address remapping module 211 is arranged between the storage particle 220 and the address conversion module 212. That is, the logical address will first pass through the second address remapping module 211. After the second address remapping module 211 processes the logical address, it can convert the logical address after the processing operation into the second address remapping module 211. The address is sent to the address conversion module 212.
- the address conversion module 212 is used to convert the logical address after the processing operation is performed into a physical address based on the second mapping relationship.
- the second mapping relationship is a mapping relationship between a physical address and a logical address.
- the second address remapping module 211 can perform one of two processing operations on the logical address. One is to modify the logical address.
- the embodiment of the present application does not limit the modification method of the logical address by the second address remapping module 211.
- the second address remapping module 211 can invert some fields in the logical address.
- the second address remapping module 211 can subtract some fields in the logical address from the preset value to obtain the difference, and use the difference to replace the part of the fields in the logical address.
- the other is to maintain the various fields in the logical address unchanged.
- the second address remapping module 211 in the working state can modify the logical address
- the second address remapping module 211 in the non-working state maintains the various fields of the logical address unchanged.
- the address conversion module 212 can convert the obtained logical address into a corresponding physical address according to the second mapping relationship, and convert the physical address to the storage particle 220.
- the physical address parsing process inside the storage particle 220 can refer to the relevant description in the embodiment shown in Figure 1 and will not be repeated here.
- Fig. 8 is only a schematic diagram of a possible structure of the control circuit 210.
- the embodiment of the present application does not limit the division method of each module in the control circuit 210.
- the way in which the second address remapping module 211 modifies the logical address is similar to the way in which the first address remapping module 222 modifies the physical address.
- the second address remapping module 211 may have different specific values of the fields representing BANK, row, and column in the logical address and the specific operations adopted for each field.
- the configuration method of the second address remapping module 211 in the working state is similar to the configuration method of the first address remapping module 222 in the working state. For details, please refer to the above description and will not be repeated here.
- the memory 200 provides an enable option for the address remapping function as an example for description. If the memory 200 does not provide an enable option for the address remapping function, steps 900 to 901 can be omitted.
- Step 900 The processor 100 sends an address remapping instruction to the memory 200.
- the address remapping instruction is used to indicate enabling of the address remapping function.
- the address remapping instruction also indicates a second address remapping module 211 that needs to be in working state.
- Step 901 the memory 200 receives the address remapping instruction, and controls the second address remapping module 211 indicated by the address remapping instruction to be in a working state according to the address remapping instruction.
- Step 902 The processor 100 sends a read/write request to the memory 200, where the read/write request carries a logical address.
- Step 903 the memory 200 receives the read/write request, and maps the logical address to a target location on the BANK of the storage particle 220 in each storage particle 220 of the memory 200 .
- the second address remapping module 211 of each storage particle 220 obtains the logical address and sends it.
- the second address remapping module 211 modifies the field in the logical address and sends the modified logical address to the address conversion module 212 corresponding to the storage particle 220.
- the address conversion module 212 converts the modified logical address to obtain a physical address and sends the physical address to the corresponding storage particle 220.
- the second address remapping module 211 For the second address remapping module 211 that is not in working state, the second address remapping module 211 sends the received logical address to the address conversion module 212 of the storage particle 220 , and the address conversion module 212 converts the logical address to obtain a physical address and sends the physical address to the corresponding storage particle 220 .
- Step 904 the memory 200 reads and writes data to the target location on the BANK of each storage particle 220 .
- the memory 200 reads data from the target location on the BANK of each storage particle 220 , aggregates the data read from each storage particle 220 , and feeds it back to the processor 100 .
- the memory 200 When the read-write request is a write request requesting to write data, the memory 200 writes the data carried by the write request at the target location on the BANK of each storage particle 220, wherein the data written at each target location is part of the data carried by the write request, and the data written at all target locations is the data carried by the write request.
- the second address remapping module 211 directly modifies the logical address as an example.
- the second address remapping module 211 may not directly modify the logical address, but may modify the address conversion module 211 directly modify the logical address.
- the physical address obtained after the conversion is modified 212, and the modified physical address is sent to the corresponding storage particle 220.
- the division of modules in the embodiments of the present application is schematic and is only a logical function division. There may be other division methods in actual implementation.
- the functional modules in the embodiments of the present application may be integrated into a processing module, or each module may exist physically separately, or two or more modules may be integrated into one module.
- the above-mentioned integrated modules may be implemented in the form of hardware or in the form of software functional modules.
- the above embodiments can be implemented in whole or in part by software, hardware, firmware or any other combination.
- the above embodiments can be implemented in whole or in part in the form of a computer program product.
- the computer program product includes one or more computer instructions.
- the computer program instructions When the computer program instructions are loaded or executed on a computer, the process or function described in the embodiment of the present invention is generated in whole or in part.
- the computer can be a general-purpose computer, a special-purpose computer, a computer network, or other programmable device.
- the computer instructions can be stored in a computer-readable storage medium, or transmitted from one computer-readable storage medium to another computer-readable storage medium.
- the computer instructions can be transmitted from one website, computer, server or data center to another website, computer, server or data center by wired (e.g., coaxial cable, optical fiber, digital subscriber line (DSL)) or wireless (e.g., infrared, wireless, microwave, etc.) means.
- the computer-readable storage medium can be any available medium that can be accessed by a computer or a data storage device such as a server or data center that contains one or more available media sets.
- the available medium can be a magnetic medium (e.g., a floppy disk, a hard disk, a tape), an optical medium (e.g., a DVD), or a semiconductor medium.
- the semiconductor medium can be a solid state drive (SSD).
- the embodiments of the present application may be provided as methods, systems, or computer program products. Therefore, the present application may adopt the form of a complete hardware embodiment, a complete software embodiment, or an embodiment in combination with software and hardware. Moreover, the present application may adopt the form of a computer program product implemented in one or more computer-usable storage media (including but not limited to disk storage, CD-ROM, optical storage, etc.) that include computer-usable program code.
- a computer-usable storage media including but not limited to disk storage, CD-ROM, optical storage, etc.
- These computer program instructions may also be stored in a computer-readable memory that can direct a computer or other programmable data processing device to work in a specific manner, so that the instructions stored in the computer-readable memory produce a manufactured product including an instruction device that implements the functions specified in one or more processes in the flowchart and/or one or more boxes in the block diagram.
- These computer program instructions may also be loaded onto a computer or other programmable data processing device so that a series of operational steps are executed on the computer or other programmable device to produce a computer-implemented process, whereby the instructions executed on the computer or other programmable device provide steps for implementing the functions specified in one or more processes in the flowchart and/or one or more boxes in the block diagram.
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Physics & Mathematics (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Memory System Of A Hierarchy Structure (AREA)
- Human Computer Interaction (AREA)
- Techniques For Improving Reliability Of Storages (AREA)
Abstract
Description
Claims (32)
- 一种数据处理系统,其特征在于,所述系统包括:处理器,用于向存储器发送读写请求,所述读写请求中携带有数据的逻辑地址;存储器,用于接收所述读写请求,将所述逻辑地址映射到所述存储器的N个存储颗粒的BANK上的目标位置,对所述N个存储颗粒的BANK上的目标位置进行数据读写;其中,所述N个存储颗粒的BANK上的目标位置分布在不同的区域,N为正整数。
- 如权利要求1所述的系统,其特征在于,所述处理器在发送所述读写请求之前,还用于:向所述存储器发送地址重映射指令,所述地址重映射指令用于使能所述存储器的地址重映射功能。
- 如权利要求2所述的系统,其特征在于,所述存储器包括控制电路以及N个第一地址重映射模块,每个存储颗粒对应一个第一地址重映射模块,所述控制电路,用于:根据所述地址重映射指令控制所述M个第一地址重映射模块处于工作状态,其中,M不大于N;任一处于工作状态的所述第一地址重映射模块,用于:对所述逻辑地址转换后的物理地址进行修改,修改后的所述物理地址指向所述第一地址重映射模块对应的存储颗粒的BANK上的目标位置。
- 如权利要求3所述的系统,其特征在于,处于工作状态的所述第一地址重映射模块,用于:对所述物理地址中指向BANK中行和/或列的字段进行修改。
- 如权利要求2~4任一项所述的系统,其特征在于,所述第一地址重映射模块位于所对应的存储颗粒中;所述控制电路,还用于接收所述读写请求,将所述逻辑地址转换为物理地址,向每个存储颗粒发送所述物理地址。
- 如权利要求3所述的系统,其特征在于,未处于工作状态的所述第一地址重映射模块,用于:维持所述物理地址中各个字段不变,所述物理地址指向所述第一地址重映射模块对应的存储颗粒的BANK上的目标位置。
- 如权利要求2~4任一项所述的系统,其特征在于,任一所述存储颗粒,用于:根据从所对应的所述第一地址重映射模块获取的物理地址确定所述存储颗粒的BANK上的目标位置,对所述目标位置进行数据读写。
- 如权利要求2所述的系统,其特征在于,所述控制电路包括N个第二地址重映射模块,每个存储颗粒对应一个第二地址重映射模块,所述控制电路,用于:根据所述地址重映射指令控制所述M个第一地址重映射模块处于工作状态,其中,M不大于N;任一处于工作状态的所述第二地址重映射模块,用于对所述逻辑地址进行修改,修改后的所述逻辑地址映射到所述第二地址重映射模块对应的存储颗粒的BANK上的目标位置。
- 如权利要求8所述的系统,其特征在于,处于工作状态的所述第二地址重映射模块,用于:对所述逻辑地址中指向BANK中行和/或列的字段进行修改。
- 如权利要求8所述的系统,其特征在于,未处于工作状态的所述第二地址重映射模块,用于:维持所述逻辑地址中各个字段不变。
- 如权利要求2、8~10任一项所述的系统,其特征在于,所述控制电路包括地址转换模块;所述地址转换模块,用于从所述第二地址重映射模块获取的逻辑地址;将从所述第二地址重映射模块获取的逻辑地址转换为物理地址;将所述物理地址发送给所述第二地址重映射模块对应的存储颗粒。
- 一种存储器,其特征在于,所述存储器包括控制电路以及N个存储颗粒;控制电路,用于接收处理器发送的读写请求,所述读取请求用于请求对存储器进行数据读写,所述读写请求中携带有数据的逻辑地址;将所述逻辑地址转换为物理地址,将所述逻辑地址转换后的物理地址分别发送给所述N个存储颗粒,所述物理地址指向所述存储器的N个存储颗粒的BANK上的目标位置,其中,所述N个存储颗粒的BANK上的目标位置分布在不同的区域;任一所述存储颗粒,用于对所述存储颗粒的BANK上的目标位置进行数据读写。
- 如权利要求12所述的存储器,其特征在于,所述控制电路,还用于:接收所述处理器发送的发送地址重映射指令,所述地址重映射指令用于使能所述存储器的地址重映射功能。
- 如权利要求13所述的存储器,其特征在于,所述存储器包括N个第一地址重映射模块,每个存 储颗粒对应一个所述第一地址重映射模块,所述控制电路,用于:根据所述地址重映射指令控制所述M个第一地址重映射模块处于工作状态,其中,M不大于N;任一处于工作状态的所述第一地址重映射模块,用于:对所述逻辑地址转换后的物理地址进行修改,修改后的所述物理地址指向所述第一地址重映射模块对应的存储颗粒的BANK上的目标位置。
- 如权利要求13所述的存储器,其特征在于,处于工作状态的所述第一地址重映射模块,用于:对所述物理地址中指向BANK中行和/或列的字段进行修改。
- 如权利要求15所述的存储器,其特征在于,未处于工作状态的所述第一地址重映射模块,用于:维持所述物理地址中各个字段不变,所述物理地址指向所述第一地址重映射模块对应的存储颗粒的BANK上的目标位置。
- 如权利要求14~16任一项所述的存储器,其特征在于,任一所述存储颗粒,用于:根据从所对应的所述第一地址重映射模块获取的物理地址确定所述存储颗粒的BANK上的目标位置,对所述目标位置进行数据读写。
- 如权利要求13所述的存储器,其特征在于,所述控制电路包括N个第二地址重映射模块,每个存储颗粒对应一个第二地址重映射模块,所述控制电路,用于:根据所述地址重映射指令控制所述M个第二地址重映射模块处于工作状态,其中,M不大于N;任一处于工作状态的所述第二地址重映射模块,用于对所述逻辑地址进行修改,修改后的所述逻辑地址映射到所述第二地址重映射模块对应的存储颗粒的BANK上的目标位置。
- 如权利要求18所述的存储器,其特征在于,处于工作状态的所述第二地址重映射模块,用于:对所述逻辑地址中指向BANK中行和/或列的字段进行修改。
- 如权利要求18所述的存储器,其特征在于,未处于工作状态的所述第二地址重映射模块,用于:维持所述逻辑地址中各个字段不变,所述逻辑地址映射到所述第二地址重映射模块对应的存储颗粒的BANK上的目标位置。
- 如权利要求13、18~20任一项所述的存储器,其特征在于,所述控制电路包括地址转换模块;所述地址转换模块,用于将从所述第二地址重映射模块获取的逻辑地址转换为物理地址;将所述物理地址发送给所述第二地址重映射模块对应的存储颗粒。
- 一种数据读写方法,其特征在于,所述方法应用于存储器,所述包括控制电路以及N个存储颗粒,N为正整数,所述方法包括:所述控制电路接收处理器发送的读写请求,所述读取请求用于请求对存储器进行数据读写,所述读写请求中携带有数据的逻辑地址;将所述逻辑地址转换为物理地址,将所述逻辑地址转换后的物理地址分别发送给所述N个存储颗粒,所述物理地址指向所述存储器的N个存储颗粒的BANK上的目标位置,其中,所述N个存储颗粒的BANK上的目标位置分布在不同的区域;任一所述存储颗粒对所述存储颗粒的BANK上的目标位置进行数据读写。
- 如权利要求22所述的方法,其特征在于,所述方法还包括:所述控制电路接收所述处理器发送的发送地址重映射指令,所述地址重映射指令用于使能所述方法的地址重映射功能。
- 如权利要求23所述的方法,其特征在于,所述存储器包括N个第一地址重映射模块,每个存储颗粒对应一个所述第一地址重映射模块,所述方法还包括:所述控制电路根据所述地址重映射指令控制所述M个第一地址重映射模块处于工作状态,其中,M不大于N;任一处于工作状态的所述第一地址重映射模块对所述逻辑地址转换后的物理地址进行修改,修改后的所述物理地址指向所述第一地址重映射模块对应的存储颗粒的BANK上的目标位置。
- 如权利要求24所述的方法,其特征在于,所述处于工作状态的所述第一地址重映射模块对所述逻辑地址转换后的物理地址进行修改,包括:处于工作状态的所述第一地址重映射模块对所述物理地址中指向BANK中行和/或列的字段进行修改。
- 如权利要求24所述的方法,其特征在于,所述方法还包括:未处于工作状态的所述第一地址重映射模块维持所述物理地址中各个字段不变,所述物理地址指向 所述第一地址重映射模块对应的存储颗粒的BANK上的目标位置。
- 如权利要求24~26任一项所述的方法,其特征在于,所述任一所述存储颗粒对所述存储颗粒的BANK上的目标位置进行数据读写,包括:任一所述存储颗粒根据从所对应的所述第一地址重映射模块获取的物理地址确定所述存储颗粒的BANK上的目标位置,对所述目标位置进行数据读写。
- 如权利要求23所述的方法,其特征在于,所述控制电路包括N个第二地址重映射模块,每个存储颗粒对应一个第二地址重映射模块,所述方法还包括:所述控制电路根据所述地址重映射指令控制所述M个第二地址重映射模块处于工作状态,其中,M不大于N;任一处于工作状态的所述第二地址重映射模块对所述逻辑地址进行修改,修改后的所述逻辑地址指向所述第二地址重映射模块对应的存储颗粒的BANK上的目标位置。
- 如权利要求28所述的方法,其特征在于,所述处于工作状态的所述第二地址重映射模块对所述逻辑地址进行修改,包括:所述处于工作状态的所述第二地址重映射模块对所述逻辑地址中指向BANK中行和/或列的字段部分字段进行修改。
- 如权利要求28所述的方法,其特征在于,所述方法还包括:未处于工作状态的所述第二地址重映射模块维持所述逻辑地址中各个字段不变,所述逻辑地址指向所述第二地址重映射模块对应的存储颗粒的BANK上的目标位置。
- 如权利要求23、28~30任一项所述的方法,其特征在于,所述控制电路包括地址转换模块;所述控制电路所述逻辑地址转换为物理地址,将所述逻辑地址转换后的物理地址发送给所述存储器的N个存储颗粒,包括:所述地址转换模块将从所述第二地址重映射模块获取的逻辑地址转换为物理地址;将所述物理地址发送给所述第二地址重映射模块对应的存储颗粒。
- 一种计算设备,其特征在于,所述计算设备包括如权利要求12~21任一项所述的存储器。
Priority Applications (3)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| KR1020267000782A KR20260028013A (ko) | 2023-06-29 | 2024-06-13 | 데이터 처리 시스템, 스토리지, 데이터 읽기/쓰기 방법 및 장치 |
| EP24830512.0A EP4715609A4 (en) | 2023-06-29 | 2024-06-13 | DATA PROCESSING SYSTEM, MEMORY, DATA READ-WRITE METHOD AND DEVICE |
| US19/431,523 US20260119075A1 (en) | 2023-06-29 | 2025-12-23 | Data Processing System, Storage, Data Reading/Writing Method, and Device |
Applications Claiming Priority (4)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| CN202310794233.2 | 2023-06-29 | ||
| CN202310794233 | 2023-06-29 | ||
| CN202311199956.4A CN119226187A (zh) | 2023-06-29 | 2023-09-15 | 一种数据处理系统、存储器、数据读写方法及设备 |
| CN202311199956.4 | 2023-09-15 |
Related Child Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| US19/431,523 Continuation US20260119075A1 (en) | 2023-06-29 | 2025-12-23 | Data Processing System, Storage, Data Reading/Writing Method, and Device |
Publications (2)
| Publication Number | Publication Date |
|---|---|
| WO2025001866A1 true WO2025001866A1 (zh) | 2025-01-02 |
| WO2025001866A9 WO2025001866A9 (zh) | 2025-02-20 |
Family
ID=93937422
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| PCT/CN2024/099055 Ceased WO2025001866A1 (zh) | 2023-06-29 | 2024-06-13 | 一种数据处理系统、存储器、数据读写方法及设备 |
Country Status (5)
| Country | Link |
|---|---|
| US (1) | US20260119075A1 (zh) |
| EP (1) | EP4715609A4 (zh) |
| KR (1) | KR20260028013A (zh) |
| CN (1) | CN121187971A (zh) |
| WO (1) | WO2025001866A1 (zh) |
Cited By (1)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN119883970A (zh) * | 2025-01-23 | 2025-04-25 | 山东云海国创云计算装备产业创新中心有限公司 | 一种数据读写方法、装置、设备及介质 |
Citations (3)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US20160276002A1 (en) * | 2015-03-20 | 2016-09-22 | Vixs Systems Inc. | Bank address remapping to load balance memory traffic among banks of memory |
| CN110970077A (zh) * | 2018-09-29 | 2020-04-07 | 西部数据技术公司 | 非易失性存储器的利用基于损耗的攻击检测的损耗均衡 |
| CN111352855A (zh) * | 2018-12-20 | 2020-06-30 | 爱思开海力士有限公司 | 具有提高的映射更新速度的存储装置及其操作方法 |
Family Cites Families (3)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US9734086B2 (en) * | 2006-12-06 | 2017-08-15 | Sandisk Technologies Llc | Apparatus, system, and method for a device shared between multiple independent hosts |
| US9653184B2 (en) * | 2014-06-16 | 2017-05-16 | Sandisk Technologies Llc | Non-volatile memory module with physical-to-physical address remapping |
| US10269421B2 (en) * | 2016-11-30 | 2019-04-23 | Sandisk Technologies Llc | Latch caching of sequential data |
-
2023
- 2023-09-15 CN CN202511050161.6A patent/CN121187971A/zh active Pending
-
2024
- 2024-06-13 WO PCT/CN2024/099055 patent/WO2025001866A1/zh not_active Ceased
- 2024-06-13 EP EP24830512.0A patent/EP4715609A4/en active Pending
- 2024-06-13 KR KR1020267000782A patent/KR20260028013A/ko active Pending
-
2025
- 2025-12-23 US US19/431,523 patent/US20260119075A1/en active Pending
Patent Citations (3)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US20160276002A1 (en) * | 2015-03-20 | 2016-09-22 | Vixs Systems Inc. | Bank address remapping to load balance memory traffic among banks of memory |
| CN110970077A (zh) * | 2018-09-29 | 2020-04-07 | 西部数据技术公司 | 非易失性存储器的利用基于损耗的攻击检测的损耗均衡 |
| CN111352855A (zh) * | 2018-12-20 | 2020-06-30 | 爱思开海力士有限公司 | 具有提高的映射更新速度的存储装置及其操作方法 |
Non-Patent Citations (1)
| Title |
|---|
| See also references of EP4715609A4 * |
Cited By (1)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN119883970A (zh) * | 2025-01-23 | 2025-04-25 | 山东云海国创云计算装备产业创新中心有限公司 | 一种数据读写方法、装置、设备及介质 |
Also Published As
| Publication number | Publication date |
|---|---|
| KR20260028013A (ko) | 2026-03-03 |
| WO2025001866A9 (zh) | 2025-02-20 |
| EP4715609A1 (en) | 2026-03-25 |
| EP4715609A4 (en) | 2026-04-01 |
| CN121187971A (zh) | 2025-12-23 |
| US20260119075A1 (en) | 2026-04-30 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| US11334415B2 (en) | Data storage device and method for sharing memory of controller thereof | |
| CN107273042B (zh) | 重复删除dram系统算法架构的存储器模块及方法 | |
| US8923089B2 (en) | Single-port read multiple-port write storage device using single-port memory cells | |
| US11392488B2 (en) | Optimizing storage of application data in memory | |
| US11210020B2 (en) | Methods and systems for accessing a memory | |
| TWI750243B (zh) | 非揮發性記憶體儲存裝置 | |
| CN102870089A (zh) | 将数据存储到虚拟高速存储系统中的系统和方法 | |
| CN114780037B (zh) | 数据处理方法、数据处理系统及计算机可读取存储介质 | |
| US20260119075A1 (en) | Data Processing System, Storage, Data Reading/Writing Method, and Device | |
| CN116126749A (zh) | 地址映射方法、数据处理方法、装置、设备及介质 | |
| US20180129605A1 (en) | Information processing device and data structure | |
| CN117354268A (zh) | 一种报文的缓存方法、装置、电子设备及存储介质 | |
| WO2023123915A1 (zh) | 存储器的访问方法、装置、电子设备和存储介质 | |
| WO2022120586A1 (zh) | 一种存储装置、存储控制装置及片上系统 | |
| US10445014B2 (en) | Methods of operating a computing system including a host processing data of first size and a storage device processing data of second size and including a memory controller and a non-volatile memory | |
| CN119226187A (zh) | 一种数据处理系统、存储器、数据读写方法及设备 | |
| TWI779938B (zh) | 存取系統記憶體的方法及設置於網路卡上的處理電路 | |
| KR20150009883A (ko) | 캐시 메모리 시스템 및 그 동작방법 | |
| TWI721660B (zh) | 控制資料讀寫裝置與方法 | |
| CN113961487A (zh) | 加速存储器存取的电子装置及方法 | |
| US12314578B2 (en) | Memory, controller, memory system and operation method of memory system | |
| US12423224B2 (en) | Flash-based storage device and copy-back operation method thereof | |
| CN119207531A (zh) | 测试数据访问方法、测试数据存储方法和测试装置 | |
| US11294821B1 (en) | Write-back cache device | |
| US11094368B2 (en) | Memory, memory chip and memory data access method |
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: 24830512 Country of ref document: EP Kind code of ref document: A1 |
|
| WWE | Wipo information: entry into national phase |
Ref document number: 2024830512 Country of ref document: EP |
|
| ENP | Entry into the national phase |
Ref document number: 2024830512 Country of ref document: EP Effective date: 20251219 |
|
| ENP | Entry into the national phase |
Ref document number: 2024830512 Country of ref document: EP Effective date: 20251219 |
|
| ENP | Entry into the national phase |
Ref document number: 2024830512 Country of ref document: EP Effective date: 20251219 |
|
| ENP | Entry into the national phase |
Ref document number: 2024830512 Country of ref document: EP Effective date: 20251219 |
|
| ENP | Entry into the national phase |
Ref document number: 2024830512 Country of ref document: EP Effective date: 20251219 |
|
| NENP | Non-entry into the national phase |
Ref country code: DE |
|
| ENP | Entry into the national phase |
Ref document number: 2024830512 Country of ref document: EP Effective date: 20251219 |
|
| ENP | Entry into the national phase |
Ref document number: 2024830512 Country of ref document: EP Effective date: 20251219 |
|
| WWP | Wipo information: published in national office |
Ref document number: 2024830512 Country of ref document: EP |