Level one data cache line lock and enhanced snoop protocol during cache victims and writebacks to maintain level one data cache and level two cache coherence
Summary by NHIP
Multi-Level Cache Coherence Protocol
The method maintains cache coherence during victim eviction and DMA writes by comparing addresses against victim buffers. A first victim buffer stores evicted data, while a second buffer holds data passing to the next level for retirement upon commitment.
Claim Score by NHIP
Abstract
This invention assures cache coherence in a multi-level cache system upon eviction of a higher level cache line. A victim buffer stored data on evicted lines. On a DMA access that may be cached in the higher level cache the lower level cache sends a snoop write. The address of this snoop write is compared with the victim buffer. On a hit in the victim buffer the write completes in the victim buffer. When the victim data passes to the next cache level it is written into a second victim buffer to be retired when the data is committed to cache. DMA write addresses are compared to addresses in this second victim buffer. On a match the write takes place in the second victim buffer. On a failure to match the controller sends a snoop write.

Term
5 yearsleft in the term
Expires 28 September 2031.
- Priority
- Filed
- Granted
- Today
- Expires
2 claims: 1 independent, 1 dependent
- 1Broadest claimClaim Score 10, narrow(NHIP)In a data processing system including a central processing unit executing program instructions to manipulate data, a first level data cache temporarily storing in a plurality of first cache lines data for manipulation by the central processing unit, a second level memory including second level cache temporarily storing in a plurality of second cache lines data for manipulation by the central processing unit and a second level local memory directly addressable by the central processing unit and a direct memory access unit operating under control of the central processing unit to control data transfers including transferring data into and out of the second level local memory, a method of data processing operation comprising the steps of:initiating a victim entry in a first victim buffer upon selection of a first cache line in the first level data cache for replacement, storing a first victim address corresponding to data stored in a first cache line selected for replacement and data stored in said first cache line selected for replacement in the victim entry of the first victim buffer;receiving snoop write data and a corresponding snoop write address;comparing the first victim address of each entry in the first victim buffer to the snoop write address;writing the snoop write data into a corresponding entry in said first victim buffer upon a match between a snoop write address and a first victim address in said first victim buffer;retiring a victim entry of the first victim buffer upon committing said first cache line selected for replacement to the second level memory;initiating a victim entry in a second victim buffer upon selection of a first cache line in the first level data cache for replacement;storing a second victim address corresponding to data stored in said first cache line selected for replacement and the data stored in the first cache line selected for replacement in a victim entry in the second victim buffer;receiving direct memory access write data and a corresponding direct memory access write address of a direct memory access unit controlled data transfer;comparing the second victim address of each entry in said second victim buffer to the direct memory access write address;writing the direct memory access write data into a corresponding entry in said second victim buffer upon a match between a direct memory access write address and a second victim address in said second victim buffer;forwarding a snoop write to the first level cache if there is no match between the direct memory access write address and the second victim address in said second victim buffer, stalling the snoop write if there is a pending read from the first cache line of the first level data cache and committing the snoop write if no pending read from the first cache line of the first level data cache;and retiring a victim entry of the second victim buffer upon committing said first cache line selected for replacement to the second level memory.
68 paragraphs in 6 sections, as filed
CLAIM OF PRIORITY
0001This application: is a divisional of U.S. patent application Ser. No. 13/247,209 filed Sep. 28, 2011.
TECHNICAL FIELD OF THE INVENTION
0002The technical field of this invention is cache for digital data processors.
BACKGROUND OF THE INVENTION
0003This invention is applicable to data processing systems with multi-level memory where the second level (L2) memory used for both unified (code and instructions) level two cache and flat (L2 SRAM) memory used to hold critical data and instructions. The second level memory (L2) is used for multiple purposes including unified instruction and data level two cache, directly addressable SRAM memory used to hold critical data and code accessible by both external and internal direct memory access (DMA) units.
0004When the level one data cache controller is granted access to the level one data cache, this access could force an existing line to be evicted. The CPU can also force the level one data cache to evict lines though the block writeback operation. At the same time, the level two cache could be receiving a DMA access to the same line. This situation could break coherency, if DMA data were committed incorrectly. This could occur by writing to the level two memory then overwriting that data with the level one cache victim. This could also occur by sending the DMA data as a snoop write to the level one data cache. This forces the level one data cache to write the DMA data to its cache after the victim has been evicted. This effectively, drops the DMA write. Thus when a victim is in progress, a DMA write sent as snoop could miss the victim.
SUMMARY OF THE INVENTION
0005This invention assures cache coherence in a multi-level cache system upon eviction of a higher level cache line. Data identifying an evicted cache line is entered into an entry within a victim buffer when selected for eviction. An entry is retired from the victim buffer when the corresponding cache line data reaches the next cache level. On a DMA access that may be cached in the higher level cache the lower level cache sends a snoop write. The address of this snoop write is compared with cached data and cache lines in the victim buffer. On a hit in the victim buffer the write completes in the victim buffer. When the victim data passes to the next cache level it is written into a second victim buffer. An entry in this second victim buffer is retired when the data is committed to cache. DMA write addresses are compared to addresses in this second victim buffer. On a match the write takes place in the second victim buffer. On a failure to match the controller sends a snoop write. In the preferred embodiment the next cache level uses shadow tags to determine whether the data is cached in higher level cache before sending the snoop write.
BRIEF DESCRIPTION OF THE DRAWINGS
0006These and other aspects of this invention are illustrated in the drawings, in which:
0007<figref idref="DRAWINGS">FIG. 1</figref> illustrates the organization of a typical digital signal processor to which this invention is applicable (prior art);
0008<figref idref="DRAWINGS">FIG. 2</figref> illustrates details of a very long instruction word digital signal processor core suitable for use in Figure (prior art);
0009<figref idref="DRAWINGS">FIG. 3</figref> illustrates the pipeline stages of the very long instruction word digital signal processor core illustrated in <figref idref="DRAWINGS">FIG. 2</figref> (prior art);
0010<figref idref="DRAWINGS">FIG. 4</figref> illustrates the instruction syntax of the very long instruction word digital signal processor core illustrated in <figref idref="DRAWINGS">FIG. 2</figref> (prior art);
0011<figref idref="DRAWINGS">FIG. 5</figref> illustrates the details of a set of typical prior art cache lines (prior art);
0012<figref idref="DRAWINGS">FIG. 6</figref> illustrates a computing system including a local memory arbiter according to an embodiment of the invention;
0013<figref idref="DRAWINGS">FIG. 7</figref> is a further view of the digital signal processor system of this invention illustrating the various cache controllers;
0014<figref idref="DRAWINGS">FIG. 8</figref> is a flow chart illustrating action when a CPU loads misses level one cache <b>123</b>;
0015<figref idref="DRAWINGS">FIG. 9</figref> is a flow chart illustrating action on a DMA read;
0016<figref idref="DRAWINGS">FIG. 10</figref> is a flow chart illustrating action on a DMA write; and
0017<figref idref="DRAWINGS">FIG. 11</figref> illustrates hardware in the level one data cache controller and the level two memory controller handling interlocks on victim eviction from the level one cache.
DETAILED DESCRIPTION OF PREFERRED EMBODIMENTS
0018<figref idref="DRAWINGS">FIG. 1</figref> illustrates the organization of a typical digital signal processor system <b>100</b> to which this invention is applicable (prior art). Digital signal processor system <b>100</b> includes central processing unit core <b>110</b>. Central processing unit core <b>110</b> includes the data processing portion of digital signal processor system <b>100</b>. Central processing unit core <b>110</b> could be constructed as known in the art and would typically includes a register file, an integer arithmetic logic unit, an integer multiplier and program flow control units. An example of an appropriate central processing unit core is described below in conjunction with <figref idref="DRAWINGS">FIGS. 2 to 4</figref>.
0019Digital signal processor system <b>100</b> includes a number of cache memories. <figref idref="DRAWINGS">FIG. 1</figref> illustrates a pair of first level caches. Level one instruction cache (L1I) <b>121</b> stores instructions used by central processing unit core <b>110</b>.
0020Central processing unit core <b>110</b> first attempts to access any instruction from level one instruction cache <b>121</b>. Level one data cache (L1D) <b>123</b> stores data used by central processing unit core <b>110</b>. Central processing unit core <b>110</b> first attempts to access any required data from level one data cache <b>123</b>. The two level one caches are backed by a level two unified cache (L2) <b>130</b>. In the event of a cache miss to level one instruction cache <b>121</b> or to level one data cache <b>123</b>, the requested instruction or data is sought from level two unified cache <b>130</b>. If the requested instruction or data is stored in level two unified cache <b>130</b>, then it is supplied to the requesting level one cache for supply to central processing unit core <b>110</b>. As is known in the art, the requested instruction or data may be simultaneously supplied to both the requesting cache and central processing unit core <b>110</b> to speed use.
0021Level two unified cache <b>130</b> is further coupled to higher level memory systems. Digital signal processor system <b>100</b> may be a part of a multiprocessor system. The other processors of the multiprocessor system are coupled to level two unified cache <b>130</b> via a transfer request bus <b>141</b> and a data transfer bus <b>143</b>. A direct memory access unit <b>150</b> provides the connection of digital signal processor system <b>100</b> to external memory <b>161</b> and external peripherals <b>169</b>.
0022<figref idref="DRAWINGS">FIG. 1</figref> illustrates several data/instruction movements within the digital signal processor system <b>100</b>. These include: (1) instructions move from L2 cache <b>130</b> to L1I cache <b>121</b> to fill in response to a L1I cache miss; (2) data moves from L2 cache <b>130</b> to L1D cache <b>123</b> to fill in response to a L1D cache miss; (3) data moves from L1D cache <b>123</b> to L2 cache <b>130</b> in response to a write miss in L1D cache <b>123</b>, in response to a L1D cache <b>123</b> victim eviction and in response to a snoop from L2 cache <b>130</b>; (4) data moves from external memory <b>161</b> to L2 cache <b>130</b> to fill in response to L2 cache miss or a direct memory access (DMA) data transfer into L2 cache <b>130</b>; (5) data moves from L2 cache <b>130</b> to external memory <b>161</b> in response to a L2 cache victim eviction or writeback and in response to a DMA transfer out of L2 cache <b>130</b>; (6) data moves from peripherals <b>169</b> to L2 cache <b>130</b> in response to a DMA transfer into L2 cache <b>130</b>; and (7) data moves from L2 cache <b>130</b> to peripherals <b>169</b> is response to a DMA transfer out of L2 cache <b>130</b>.
0023<figref idref="DRAWINGS">FIG. 2</figref> is a block diagram illustrating details of a digital signal processor integrated circuit <b>200</b> suitable but not essential for use in this invention (prior art). The digital signal processor integrated circuit <b>200</b> includes central processing unit <b>1</b>, which is a 32-bit eight-way VLIW pipelined processor. Central processing unit <b>1</b> is coupled to level one instruction cache <b>121</b> included in digital signal processor integrated circuit <b>200</b>. Digital signal processor integrated circuit <b>200</b> also includes level one data cache <b>123</b>. Digital signal processor integrated circuit <b>200</b> also includes peripherals <b>4</b> to <b>9</b>. These peripherals preferably include an external memory interface (EMIF) <b>4</b> and a direct memory access (DMA) controller <b>5</b>. External memory interface (EMIF) <b>4</b> preferably supports access to supports synchronous and asynchronous SRAM and synchronous DRAM. Direct memory access (DMA) controller <b>5</b> preferably provides 2-channel auto-boot loading direct memory access. These peripherals include power-down logic <b>6</b>. Power-down logic <b>6</b> preferably can halt central processing unit activity, peripheral activity, and phase lock loop (PLL) clock synchronization activity to reduce power consumption. These peripherals also include host ports <b>7</b>, serial ports <b>8</b> and programmable timers <b>9</b>.
0024Central processing unit <b>1</b> has a 32-bit, byte addressable address space. Internal memory on the same integrated circuit is preferably organized in a data space including level one data cache <b>123</b> and a program space including level one instruction cache <b>121</b>. When off-chip memory is used, preferably these two spaces are unified into a single memory space via the external memory interface (EMIF) <b>4</b>.
0025Level one data cache <b>123</b> may be internally accessed by central processing unit <b>1</b> via two internal ports <b>3</b><i>a </i>and <b>3</b><i>b</i>. Each internal port <b>3</b><i>a </i>and <b>3</b><i>b </i>preferably has 32 bits of data and a 32-bit byte address reach. Level one instruction cache <b>121</b> may be internally accessed by central processing unit <b>1</b> via a single port <b>2</b><i>a</i>. Port <b>2</b><i>a </i>of level one instruction cache <b>121</b> preferably has an instruction-fetch width of 256 bits and a 30-bit word (four bytes) address, equivalent to a 32-bit byte address.
0026Central processing unit <b>1</b> includes program fetch unit <b>10</b>, instruction dispatch unit <b>11</b>, instruction decode unit <b>12</b> and two data paths <b>20</b> and <b>30</b>. First data path <b>20</b> includes four functional units designated L1 unit <b>22</b>, S1 unit <b>23</b>, M1 unit <b>24</b> and D1 unit <b>25</b> and 16 32-bit A registers forming register file <b>21</b>. Second data path <b>30</b> likewise includes four functional units designated L2 unit <b>32</b>, S2 unit <b>33</b>, M2 unit <b>34</b> and D2 unit <b>35</b> and 16 32-bit B registers forming register file <b>31</b>. The functional units of each data path access the corresponding register file for their operands. There are two cross paths <b>27</b> and <b>37</b> permitting access to one register in the opposite register file each pipeline stage. Central processing unit <b>1</b> includes control registers <b>13</b>, control logic <b>14</b>, and test logic <b>15</b>, emulation logic <b>16</b> and interrupt logic <b>17</b>.
0027Program fetch unit <b>10</b>, instruction dispatch unit <b>11</b> and instruction decode unit <b>12</b> recall instructions from level one instruction cache <b>121</b> and deliver up to eight 32-bit instructions to the functional units every instruction cycle. Processing occurs simultaneously in each of the two data paths <b>20</b> and <b>30</b>. As previously described each data path has four corresponding functional units (L, S, M and D) and a corresponding register file containing 16 32-bit registers. Each functional unit is controlled by a 32-bit instruction. The data paths are further described below. A control register file <b>13</b> provides the means to configure and control various processor operations.
0028<figref idref="DRAWINGS">FIG. 3</figref> illustrates the pipeline stages <b>300</b> of digital signal processor core <b>110</b> (prior art). These pipeline stages are divided into three groups: fetch group <b>310</b>; decode group <b>320</b>; and execute group <b>330</b>. All instructions in the instruction set flow through the fetch, decode, and execute stages of the pipeline. Fetch group <b>310</b> has four phases for all instructions, and decode group <b>320</b> has two phases for all instructions. Execute group <b>330</b> requires a varying number of phases depending on the type of instruction.
0029The fetch phases of the fetch group <b>310</b> are: Program address generate phase <b>311</b> (PG); Program address send phase <b>312</b> (PS); Program access ready wait stage <b>313</b> (PW); and Program fetch packet receive stage <b>314</b> (PR). Digital signal processor core <b>110</b> uses a fetch packet (FP) of eight instructions. All eight of the instructions proceed through fetch group <b>310</b> together. During PG phase <b>311</b>, the program address is generated in program fetch unit <b>10</b>. During PS phase <b>312</b>, this program address is sent to memory. During PW phase <b>313</b>, the memory read occurs. Finally during PR phase <b>314</b>, the fetch packet is received at CPU <b>1</b>.
0030The decode phases of decode group <b>320</b> are: Instruction dispatch (DP) <b>321</b>; and Instruction decode (DC) <b>322</b>. During the DP phase <b>321</b>, the fetch packets are split into execute packets. Execute packets consist of one or more instructions which are coded to execute in parallel. During DP phase <b>322</b>, the instructions in an execute packet are assigned to the appropriate functional units. Also during DC phase <b>322</b>, the source registers, destination registers and associated paths are decoded for the execution of the instructions in the respective functional units.
0031The execute phases of the execute group <b>330</b> are: Execute 1 (E1) <b>331</b>; Execute 2 (E2) <b>332</b>; Execute 3 (E3) <b>333</b>; Execute 4 (E4) <b>334</b>; and Execute 5 (E5) <b>335</b>. Different types of instructions require different numbers of these phases to complete. These phases of the pipeline play an important role in understanding the device state at CPU cycle boundaries.
0032During E1 phase <b>331</b>, the conditions for the instructions are evaluated and operands are read for all instruction types. For load and store instructions, address generation is performed and address modifications are written to a register file. For branch instructions, branch fetch packet in PG phase <b>311</b> is affected. For all single-cycle instructions, the results are written to a register file. All single-cycle instructions complete during the E1 phase <b>331</b>.
0033During the E2 phase <b>332</b>, for load instructions, the address is sent to memory. For store instructions, the address and data are sent to memory. Single-cycle instructions that saturate results set the SAT bit in the control status register (CSR) if saturation occurs. For single cycle 16 by 16 multiply instructions, the results are written to a register file. For M unit non-multiply instructions, the results are written to a register file. All ordinary multiply unit instructions complete during E2 phase <b>322</b>.
0034During E3 phase <b>333</b>, data memory accesses are performed. Any multiply instruction that saturates results sets the SAT bit in the control status register (CSR) if saturation occurs. Store instructions complete during the E3 phase <b>333</b>.
0035During E4 phase <b>334</b>, for load instructions, data is brought to the CPU boundary. For multiply extension instructions, the results are written to a register file. Multiply extension instructions complete during the E4 phase <b>334</b>.
0036During E5 phase <b>335</b>, load instructions write data into a register. Load instructions complete during the E5 phase <b>335</b>.
0037<figref idref="DRAWINGS">FIG. 4</figref> illustrates an example of the instruction coding of instructions used by digital signal processor core <b>110</b> (prior art). Each instruction consists of 32 bits and controls the operation of one of the eight functional units. The bit fields are defined as follows. The creg field (bits <b>29</b> to <b>31</b>) is the conditional register field. These bits identify whether the instruction is conditional and identify the predicate register. The z bit (bit <b>28</b>) indicates whether the predication is based upon zero or not zero in the predicate register. If z=1, the test is for equality with zero. If z=0, the test is for nonzero. The case of creg=0 and z=0 is treated as always true to allow unconditional instruction execution. The creg field is encoded in the instruction opcode as shown in Table 1.
0038<tables id="TABLE-US-00001" num="00001"><table frame="none" colsep="0" rowsep="0"><tgroup align="left" colsep="0" rowsep="0" cols="4"><colspec colname="offset" colwidth="14pt" align="left" /><colspec colname="1" colwidth="63pt" align="left" /><colspec colname="2" colwidth="84pt" align="center" /><colspec colname="3" colwidth="56pt" align="center" /><thead><row><entry /><entry namest="offset" nameend="3" rowsep="1">TABLE 1</entry></row></thead><tbody valign="top"><row><entry /><entry namest="offset" nameend="3" align="center" rowsep="1" /></row><row><entry /><entry>Conditional</entry><entry>creg</entry><entry>z</entry></row></tbody></tgroup><tgroup align="left" colsep="0" rowsep="0" cols="6"><colspec colname="offset" colwidth="14pt" align="left" /><colspec colname="1" colwidth="63pt" align="left" /><colspec colname="2" colwidth="14pt" align="center" /><colspec colname="3" colwidth="56pt" align="center" /><colspec colname="4" colwidth="14pt" align="center" /><colspec colname="5" colwidth="56pt" align="center" /><tbody valign="top"><row><entry /><entry>Register</entry><entry>31</entry><entry>30</entry><entry>29</entry><entry>28</entry></row><row><entry /><entry namest="offset" nameend="5" align="center" rowsep="1" /></row><row><entry /><entry>Unconditional</entry><entry>0</entry><entry>0</entry><entry>0</entry><entry>0</entry></row><row><entry /><entry>Reserved</entry><entry>0</entry><entry>0</entry><entry>0</entry><entry>1</entry></row><row><entry /><entry>B0</entry><entry>0</entry><entry>0</entry><entry>1</entry><entry>z</entry></row><row><entry /><entry>B1</entry><entry>0</entry><entry>1</entry><entry>0</entry><entry>z</entry></row><row><entry /><entry>B2</entry><entry>0</entry><entry>1</entry><entry>1</entry><entry>z</entry></row><row><entry /><entry>A1</entry><entry>1</entry><entry>0</entry><entry>0</entry><entry>z</entry></row><row><entry /><entry>A2</entry><entry>1</entry><entry>0</entry><entry>1</entry><entry>z</entry></row><row><entry /><entry>A0</entry><entry>1</entry><entry>1</entry><entry>0</entry><entry>z</entry></row><row><entry /><entry>Reserved</entry><entry>1</entry><entry>1</entry><entry>1</entry><entry>x</entry></row><row><entry /><entry namest="offset" nameend="5" align="center" rowsep="1" /></row></tbody></tgroup></table></tables>
0039Note that “z” in the z bit column refers to the zero/not zero comparison selection noted above and “x” is a don't care state. This coding can only specify a subset of the 32 registers in each register file as predicate registers. This selection was made to preserve bits in the instruction coding.
0040The dst field (bits <b>23</b> to <b>27</b>) specifies one of the 32 registers in the corresponding register file as the destination of the instruction results.
0041The scr2 field (bits <b>18</b> to <b>22</b>) specifies one of the 32 registers in the corresponding register file as the second source operand.
0042The scr1/cst field (bits <b>13</b> to <b>17</b>) has several meanings depending on the instruction opcode field (bits <b>3</b> to <b>12</b>). The first meaning specifies one of the 32 registers of the corresponding register file as the first operand. The second meaning is a 5-bit immediate constant. Depending on the instruction type, this is treated as an unsigned integer and zero extended to 32 bits or is treated as a signed integer and sign extended to 32 bits. Lastly, this field can specify one of the 32 registers in the opposite register file if the instruction invokes one of the register file cross paths <b>27</b> or <b>37</b>.
0043The opcode field (bits <b>3</b> to <b>12</b>) specifies the type of instruction and designates appropriate instruction options. A detailed explanation of this field is beyond the scope of this invention except for the instruction options detailed below.
0044The s bit (bit <b>1</b>) designates the data path <b>20</b> or <b>30</b>. If s=0, then data path <b>20</b> is selected. This limits the functional unit to L1 unit <b>22</b>, S1 unit <b>23</b>, M1 unit <b>24</b> and D1 unit <b>25</b> and the corresponding register file A <b>21</b>. Similarly, s=1 selects data path <b>20</b> limiting the functional unit to L2 unit <b>32</b>, S2 unit <b>33</b>, M2 unit <b>34</b> and D2 unit <b>35</b> and the corresponding register file B <b>31</b>.
0045The p bit (bit <b>0</b>) marks the execute packets. The p-bit determines whether the instruction executes in parallel with the following instruction. The p-bits are scanned from lower to higher address. If p=1 for the current instruction, then the next instruction executes in parallel with the current instruction. If p=0 for the current instruction, then the next instruction executes in the cycle after the current instruction. All instructions executing in parallel constitute an execute packet. An execute packet can contain up to eight instructions. Each instruction in an execute packet must use a different functional unit.
0046<figref idref="DRAWINGS">FIG. 5</figref> illustrates the details of plural cache lines such as used in L1I cache <b>121</b>, L1D cache <b>123</b> and L2 cache <b>130</b> illustrated in <figref idref="DRAWINGS">FIG. 1</figref>. Cache <b>500</b> illustrated in <figref idref="DRAWINGS">FIG. 5</figref> includes cache lines <b>510</b>, <b>520</b> and <b>520</b> are representative of the internal structure of cache <b>500</b>. Each of cache lines <b>510</b>, <b>520</b> and <b>530</b> includes: respective address tags <b>511</b>, <b>521</b> and <b>522</b>; respective valid bits <b>512</b>, <b>522</b> and <b>523</b>; respective dirty bits <b>513</b>, <b>523</b> and <b>533</b>; respective least recently used (LRU) indicators <b>514</b>, <b>524</b> and <b>534</b>; and respective data words <b>515</b>, <b>525</b> and <b>535</b>. Each cache line <b>510</b>, <b>520</b> and <b>530</b> includes plural respective data words <b>515</b>, <b>525</b> and <b>535</b>. The bit length of data words <b>515</b>, <b>525</b> and <b>535</b> is set by the minimal addressable data amount of CPU <b>110</b>. This is typically 8 bits/1 byte.
0047Cache <b>500</b> stores data from more distant memories such as external memory <b>161</b> which are accessed by a multi-bit address. Cache <b>500</b> is organized to facilitate this storage and to facilitate finding such data in the cache. Each cache line <b>510</b>, <b>520</b> and <b>530</b> typically stores 2<sup>N </sup>respective data words <b>515</b>, <b>525</b> and <b>535</b>, when N is an integer. The position of data words <b>515</b>, <b>525</b> and <b>535</b> within the corresponding cache line <b>510</b>, <b>520</b> and <b>530</b> along the dimension <b>501</b> serves as a proxy for the least significant bits of the address.
0048The position of cached data within lines along dimension <b>502</b> serves as a proxy for the next most significant bits of the address. The corresponding address tags <b>511</b>, <b>521</b> and <b>531</b> form the remainder of the data word address. To determine if a memory access is to data cached within cache <b>500</b> (a cache hit), cache <b>500</b> compares the address tags for all cache lines to the most significant bits of the memory location accessed. Upon a detecting a match, the position within the cache line along dimension <b>501</b> corresponds to the least significant bits of the address permitting identification of the data word accessed.
0049Each data word <b>510</b>, <b>520</b> and <b>530</b> includes a corresponding valid bit <b>512</b>, <b>522</b> and <b>532</b>. A first state of this valid bit indicates the corresponding data words <b>515</b>, <b>525</b> or <b>535</b> are valid. An opposite state of this valid bit indicates the corresponding data words <b>515</b>, <b>525</b> or <b>535</b> are not valid. There are several instances where data stored within cache <b>500</b> would not be valid. Upon initial activation of digital signal processor system <b>100</b> the L1I cache <b>121</b>, L1D <b>123</b> cache and L2 cache <b>130</b> would not be loaded. Thus they would not store valid data. Accordingly, all cache lines are initially marked invalid. During a cache access a match of a requested address with address tags <b>511</b>, <b>521</b> or <b>531</b> would not detect a match unless the corresponding valid bit <b>512</b>, <b>522</b> or <b>532</b> indicated the data was valid.
0050Each data word <b>510</b>, <b>520</b> and <b>530</b> includes a corresponding dirty bit <b>513</b>, <b>523</b> and <b>533</b>. A first state of this valid bit indicates the corresponding data words <b>515</b>, <b>525</b> or <b>535</b> are dirty. An opposite state of this valid bit indicates the corresponding data words <b>515</b>, <b>525</b> or <b>535</b> are not dirty (clean). Cache memory is generally used for both read accessed and write accesses. Upon a cache hit for a write access, the write data is written into the corresponding location within cache <b>500</b>. According to the preferred writeback technique, this write data is not immediately forwarded to external memory <b>161</b>. Instead the respective dirty bit <b>513</b>, <b>523</b> or <b>533</b> is set to indicate dirty. A dirty indication means that there has been a write to the cached data not currently reflected in the base memory. According to the writeback technique this data is written to the base memory with the expectation that this writeback can accumulate plural writes to the memory location and nearby memory locations within the same cache line to reduce traffic on the bus to external memory <b>161</b>.
0051The least recently used (LRU) bits <b>514</b>, <b>524</b> and <b>534</b> are used when a cache line is replaced. Because the cache cannot hold all the data stored in the large, slow memory, the data within the cache must be replaced with new data regularly. Using a data words location within dimensions <b>501</b> and <b>502</b> as proxy for the least significant bits introduces a problem in locating data within cache <b>500</b>. If there is only a single cache line having the same location on dimensions <b>501</b> and <b>502</b>, then plural data from the large, slow memory will alias to the same cache line in cache <b>500</b>. This is data having the same least significant address bits corresponding to dimensions <b>501</b> and <b>502</b> but differing most significant address bits. An access to such aliased data would require the previous data at that cache line to be replaced. This is considered disadvantageous. A typical prior art cache is set associative. Thus a set of cache lines have the same location on dimensions <b>501</b> and <b>502</b>. Typical sets include two members (two-way set associative) or four members (four-way set associative). Each cache line of such a set is called a way. A cache miss to an address that aliases to one of these sets needs only to evict one of these ways. Determination of which way to evict is typically made based on prior usage of these ways. According to both the temporal and spatial locality principles more recently used cache ways are more likely to be reused than less recently used cache ways. LRU bits <b>514</b>, <b>524</b> and <b>534</b> track accesses to cache ways within the set. When data is to be replaced the LRU bits indicate the least recently used way for replacement. Maintaining cache coherence requires writeback of a dirty way upon such replacement.
0052<figref idref="DRAWINGS">FIG. 6</figref> is a block diagram illustrating a computing system including a local memory arbiter according to an embodiment of the invention. <figref idref="DRAWINGS">FIG. 6</figref> illustrates system on a chip (SoC) <b>600</b>. SoC <b>600</b> includes one or more DSP cores <b>610</b>, SRAM/Caches <b>620</b> and shared memory <b>630</b>. SoC <b>600</b> is preferably formed on a common semiconductor substrate. These elements can also be implemented in separate substrates, circuit boards and packages. For example shared memory <b>630</b> could be implemented in a separate semiconductor substrate. <figref idref="DRAWINGS">FIG. 6</figref> illustrates four DSP cores <b>610</b>, but SoC <b>600</b> may include fewer or more DSP cores <b>610</b>.
0053Each DSP core <b>610</b> preferably includes a level one data cache such as L1 SRAM/cache <b>612</b>. In the preferred embodiment each L1 SRAM/cache <b>612</b> may be configured with selected amounts of memory directly accessible by the corresponding DSP core <b>610</b> (SRAM) and data cache. Each DSP core <b>610</b> has a corresponding level two combined cache L2 SRAM/cache <b>620</b>. As with L1 SRAM/cache <b>612</b>, each L2 SRAM/cache <b>620</b> is preferably configurable with selected amounts of directly accessible memory (SRAM) and data cache. Each L2 SRAM/cache <b>620</b> includes a prefetch unit <b>622</b>. Each prefetch unit <b>622</b> prefetchs data for the corresponding L2 SRAM/cache <b>620</b> based upon anticipating the needs of the corresponding DSP core <b>610</b>. Each DSP core <b>610</b> is further coupled to shared memory <b>630</b>. Shared memory <b>630</b> is usually slower and typically less expensive memory than L2 SRAM/cache <b>620</b> or L1 SRAM/cache <b>612</b>. Shared memory <b>630</b> typically stores program and data information shared between the DSP cores <b>610</b>.
0054In various embodiments, each DSP core <b>610</b> includes a corresponding local memory arbiter <b>624</b> for reordering memory commands in accordance with a set of reordering rules. Each local memory arbiter <b>624</b> arbitrates and schedules memory requests from differing streams at a local level before sending the memory requests to central memory arbiter <b>634</b>. A local memory arbiter <b>624</b> may arbitrate between more than one DSP core <b>610</b>. Central memory arbiter <b>634</b> controls memory accesses for shared memory <b>630</b> that are generated by differing DSP cores <b>610</b> that do not share a common local memory arbiter <b>624</b>.
0055<figref idref="DRAWINGS">FIG. 7</figref> is a further view of the digital signal processor system <b>100</b> of this invention. CPU <b>110</b> is bidirectionally connected to L1I cache <b>121</b> and L1D cache <b>123</b>. L1I cache <b>121</b> and L1D cache <b>123</b> are shown together because they are at the same level in the memory hierarchy. These level one caches are bidirectionally connected to L2 <b>130</b>. L2 cache <b>130</b> is in turn bidirectionally connected to external memory <b>161</b> and peripherals <b>169</b>. External memory <b>161</b> and peripherals <b>169</b> are shown together because they are at the same level in the memory hierarchy. Data transfers into and out of L1D cache <b>123</b> is controlled by data memory controller (DMC) <b>710</b>. Data transfers into and out of L1I cache <b>121</b> is controlled by program memory controller (PMC) <b>720</b>. Data transfers into and out of L2 <b>130</b> including both cache and directly addressable memory (SRAM) are controlled by unified memory controller (UMC) <b>730</b>.
0056<figref idref="DRAWINGS">FIG. 7</figref> illustrates further details of DMC <b>710</b> and UMC <b>730</b>. DMC <b>710</b> includes L1D cache tags <b>711</b>. These tags are the non-data part of cache lines <b>510</b>, <b>520</b> and <b>530</b> illustrated in <figref idref="DRAWINGS">FIG. 5</figref> for L1D cache <b>123</b>. UMC <b>730</b> includes two sets of cache tags. The first set of cache tags are L2 tags <b>731</b>. These are non-data part of cache lines <b>510</b>, <b>520</b> and <b>530</b> illustrated in <figref idref="DRAWINGS">FIG. 5</figref> for L2 cache <b>130</b>. The second set of cache tags are shadow tags <b>732</b>. As shown by bus <b>715</b> shadow tags <b>732</b> generally correspond to L1D cache tags <b>711</b> except these are located in UMC <b>730</b>. Shadow tags <b>732</b> include at least the valid and dirty status of the corresponding cache lines in L1D cache <b>123</b>.
0057UMC <b>730</b> uses shadow tags <b>732</b> to implement snoop read and write coherence. UMC <b>730</b> tracks the status of L1D cache lines. Shadow tags <b>732</b> are used only for snoops intending to keep L2 SRAM coherent with the level one data cache. Thus updates for all external cache lines are ignored. Shadow tags <b>732</b> are updated on all L1D cache allocates and all dirty and invalidate modifications to data stored in L2 SRAM. These interactions happen on different interfaces, but the traffic on that interface includes level one data cache accesses to both external and level two directly addressable lines. These interactions create extra traffic on these interfaces and creating extra stalls to the CPU. Thus in this invention shadow tags <b>732</b> are updated only on a subset of less than all updates of the level one tags <b>711</b>.
0058These tag updates are pipelined out from DMC <b>710</b> to UMC <b>730</b>. Command ordering requirements require DMC <b>710</b> to ensure that all tag updates prior to a particular command have been send out to shadow tags <b>732</b>. L1D cache <b>123</b> and CPU <b>110</b> stall until that is complete. The performance improvement from this invention is a result of having to do this very few times. Additional improvements come from reduced dynamic power consumption as a result of largely reduced accesses to the shadow tags <b>732</b>.
0059<figref idref="DRAWINGS">FIGS. 8</figref>, <b>9</b> and <b>10</b> are flow charts illustrating the operation of this invention. UMC <b>730</b> includes a shadow copy of L1D tags <b>711</b>. Shadow tags <b>732</b> contain a subset of the information held in L1D tags <b>711</b>. Shadow tags <b>732</b> track what addresses L1D <b>123</b> holds and whether the cache lines associated with these addresses are clean or dirty. UMC <b>730</b> queries shadow tags <b>732</b> whenever an outside DMA request reads from or writes to L2 SRAM.
0060<figref idref="DRAWINGS">FIG. 8</figref> illustrates action when a CPU <b>110</b> loads that misses L1D cache <b>123</b> occurs. On such a CPU <b>110</b> load, L2 cache <b>130</b> returns cacheability information on the requested address and data (test block <b>801</b>). If this data is cacheable (Yes at test block <b>801</b>), L1D cache <b>123</b> then caches this data (block <b>803</b>). If necessary this includes replacing a clean line or evicting a dirty cache line (block <b>802</b>). If this data is not cacheable (No at test block <b>801</b>), the CPU load completes in external memory (block <b>804</b>).
0061<figref idref="DRAWINGS">FIG. 9</figref> illustrates action when a DMA read is received at UMC <b>730</b>. On such a DMA read test block <b>901</b> determines from shadow tags <b>732</b> if the L1D cache <b>123</b> holds valid and dirty data for this address. If a valid and dirty copy of the data sought in the DMA read is held in L1D cache <b>123</b> (Yes at test block <b>901</b>), then UMC <b>730</b> snoops this address in L1D cache <b>123</b>. Such a snoop is a read request to L1D cache <b>123</b> for this data (block <b>902</b>). If a valid and dirty copy of the data sought in the DMA read is not held in L1D <b>123</b> (No at test block <b>901</b>), then the data is read from L2 cache <b>130</b> (block <b>903</b>). In this case either the L1D copy is clean and thus is the same as the L2 copy or L1D cache <b>123</b> does not hold a valid copy. In either case the read data is supplied to the DMA requestor (block <b>904</b>).
0062<figref idref="DRAWINGS">FIG. 10</figref> illustrates action when a DMA write is received at UMC <b>730</b>. On such as DMA write test block <b>1001</b> determines from shadow tags <b>732</b> if L1D cache <b>123</b> holds a valid copy of the data at this address. If L1D cache <b>123</b> holds a valid copy (Yes at test block <b>1001</b>), then UMC <b>730</b> would ordinarily perform a snoop read this address in L1D cache <b>123</b>. This invention performs an additional check. Test block <b>1002</b> determines if there is a pending L1D read to this address. This test would ordinarily be made on boundaries equal to the L1D cache line size. Thus any DMA write to an address in the same L1D cache line as a pending L1D read satisfies this test. The manner of making this check is described below in conjunction with <figref idref="DRAWINGS">FIG. 11</figref>. If L2 cache <b>130</b> receives a DMA write to the line that L1D cache <b>123</b> is reading (Yes at test block <b>1002</b>), UMC <b>730</b> stalls this DMA access and all following accesses (block <b>1003</b>). The DMA write remains stalled until the L1D read operation completes. This is evidenced by a No at test block <b>1002</b>. On completion of any blocking L1D read operations (No at test block <b>1002</b>), UMC <b>730</b> will send a snoop write to L1D cache <b>123</b> for that line (block <b>1004</b>). This completes the write in L1D cache <b>123</b>. In the preferred embodiment this data is also written to L2 cache <b>130</b> assuring cache coherence (block <b>1004</b>). If L1D cache <b>123</b> does not hold a valid copy (No at test block <b>1001</b>), then UMC <b>730</b> completes the DMA write in L2 cache <b>130</b> (block <b>1005</b>).
0063<figref idref="DRAWINGS">FIG. 11</figref> illustrates hardware in the level one data cache controller and the level two memory controller handling interlocks on victim eviction from the level one cache. Some parts illustrated in <figref idref="DRAWINGS">FIG. 11</figref> are included in DMC <b>710</b> and some parts are included in UMC <b>730</b> as indicated by the dashed line. DMC <b>710</b> includes victim buffer <b>1111</b>. Data identifying the cache line is entered into an entry within victim buffer <b>1111</b> when DMC <b>710</b> selects that line for eviction. Each victim buffer entry also includes the cache line data being evicted. In this case eviction means that the cache line is dirty and altered data must be written back on replacing the cache line. An entry is retired from victim buffer <b>1111</b> when the corresponding cache line data reaches UMC <b>730</b>. DMC <b>710</b> has a snoop write port <b>1112</b> connected to UMC <b>730</b>. UMC <b>730</b> supplies a snoop write on snoop write port <b>1112</b> when it receives a DMA access that may be cached within L1D cache <b>123</b>. Comparator <b>1113</b> compares the snoop write address to the addresses of cache lines in victim buffer <b>1111</b>. On a match to victim buffer <b>1111</b> the requested DMA write takes place in victim buffer <b>1111</b>. If there is no match, DMC <b>710</b> signals no match to UMC <b>730</b>.
0064Victim processing progresses until the cache line data passes to UMC <b>730</b>. This cache line data is stored in victim buffer <b>1121</b>. When passage of this data is acknowledged by UMC <b>730</b> DMC <b>710</b> retires the corresponding entry from victim buffer <b>1111</b>. A cache line is entered into an entry within victim buffer <b>1121</b> when UMC <b>730</b> receives the cache line from DMC <b>710</b>. An entry in victim buffer <b>1121</b> is retired when the data is committed to L2 cache <b>130</b>. In UMC <b>730</b> a DMA write access is received at DMA write buffer <b>1122</b>. Comparator <b>1123</b> compares the address of the DMA write with the addresses of cache lines in victim buffer <b>1121</b>. On a match UMC <b>730</b>, comparator <b>1123</b> stalls the DMA write until the allocate is committed to L2 cache <b>130</b>. Writes to L2 cache <b>130</b> are expected to require only a few cycles so this stall is generally short. Alternatively UMC <b>730</b> performs the DMA write in victim buffer <b>1121</b> avoiding a stall. On a non-match UMC <b>730</b> sends a snoop write to DMC <b>710</b> via snoop write port <b>1124</b>. In the preferred embodiment shadow tags comparator <b>1125</b> compares the address of the DMA write with shadow tags <b>732</b>. This enables UMC <b>730</b> to determine whether the data is cached in L1D cache <b>123</b> before sending the snoop write. The snoop write is sent to DMC <b>710</b> only if shadow tags <b>732</b> indicate L1D cache <b>123</b> holds data corresponding to the DMA write. An entry is retired from DMA write buffer <b>1122</b> upon confirmation of write into victim buffer <b>1111</b> or victim buffer <b>1121</b>. If neither L1D cache <b>123</b>, victim buffer <b>1111</b> nor victim buffer <b>1121</b> hold the data, then UMC <b>730</b> completes the write into L2 SRAM. In this case there is no potentially interfering cache copy of the data to be corrupted.
0065When L1D cache <b>123</b> evicts a line, either due to a user controlled coherence operation or while processing a read miss for a dirty line, multiple locks are set. This prevents data corruption by a DMA write to the same line as the victim. The life of the DMA transaction and the L1D victim in the L1D and L2 controller are tracked. Various locks set when they interact. Initially L1D cache <b>123</b> owns the victim and UMC <b>730</b> is allowed to send snoop writes to the victim line. Upon such a snoop L1D cache <b>123</b> checks for the status of all pending snoops and victims in its pipeline and handles data updates in the correct order. After UMC <b>730</b> sees the victim from DMC <b>710</b>, it flushes any DMA requests in its pipeline to that line and then starts processing the L1D cache victim. At this time instead of checking just shadow tags <b>732</b>, UMC <b>730</b> also checks if the DMA hits either the victim in processes. If L1D cache <b>123</b> still has the victim in its cache or victim buffer, UMC <b>730</b> will snoop to that line. If the line is being evicted, UMC <b>730</b> stalls any DMA request to that line.
0066This invention also includes a new protocol to control the transfer of the L1D cache victim line between DMC <b>710</b> and UMC <b>730</b>. The protocol starts when DMC <b>710</b> sends information to UMC <b>730</b> on a victim line before the victim starts. This allows UMC <b>730</b> to setup its locks. When the read victim starts, there is a handshake between the DMC <b>710</b> and UMC <b>730</b> based on these locks and the possible presence of any DMA request or potential snoops in the L2 pipeline. Once the victim is accepted, the UMC <b>730</b> owns the victim line and prevents any access to it.
0067Prior art systems would stall the L1D victim if there was any DMA to the line being evicted. This caused performance degradation. Other prior art solutions included a complex handshake through which the L2 controller and the L1D cache controller tracked the state of the victim. This included control bits that forced the L1D cache controller to commit the snoop to either its cache or victim buffer. This handshake also added latency cycles to the DMA.
0068In this invention both controllers track the status of the victim line, and then decides whether to snoop or not. This is tracked through a number of interface signals. These operations do not add cycles to the DMA. This tracking instead is used to correctly commit data to the victim line in various stages of its life.
Contents6
9 sheets
Sheet 1 Sheet 2 Sheet 3 Sheet 4 Sheet 5 Sheet 6 Sheet 7 Sheet 8 Sheet 9
Every citation, both ways
| Document | Relation | Office | Cited during |
|---|---|---|---|
| CN107844430A | Cited by | China | Search report |
| US10860480B2 | Cited by | United States of America | Applicant |
| US2002169935A1 | Cites | United States of America | Search report |
| US2003084250A1 | Cites | United States of America | Search report |
| US2005132140A1 | Cites | United States of America | Search report |
| US2008109606A1 | Cites | United States of America | Search report |
| US2010153650A1 | Cites | United States of America | Search report |
| US5526510A | Cites | United States of America | Search report |
| US5564035A | Cites | United States of America | Search report |
| US5708792A | Cites | United States of America | Search report |
| US5860117A | Cites | United States of America | Search report |
| US6058447A | Cites | United States of America | Search report |
| US6148372A | Cites | United States of America | Search report |
| US6275909B1 | Cites | United States of America | Search report |
| US6321305B1 | Cites | United States of America | Search report |
| US6408345B1 | Cites | United States of America | Search report |
| US6477622B1 | Cites | United States of America | Search report |
| US6484238B1 | Cites | United States of America | Search report |
| US8117395B1 | Cites | United States of America | Search report |
| US20020169935A1 | Cites | United States of America | Search report |
| US20030084250A1 | Cites | United States of America | Search report |
| US20050132140A1 | Cites | United States of America | Search report |
| US20080109606A1 | Cites | United States of America | Search report |
| US20100153650A1 | Cites | United States of America | Search report |
68 members in 1 office
Priority claims2
| Document | Office | Kind | Date |
|---|---|---|---|
| 38728310 | United States of America | P | |
| 201113247209 | United States of America | A |
Members68
| Document | Office | Kind | |
|---|---|---|---|
| US2012075005A1 | United States of America | A1 | |
| US2012079102A1 | United States of America | A1 | |
| US2012079155A1 | United States of America | A1 | |
| US2012079203A1 | United States of America | A1 | |
| US2012079204A1 | United States of America | A1 | |
| US2012079247A1 | United States of America | A1 | |
| US2012191913A1 | United States of America | A1 | |
| US2012191914A1 | United States of America | A1 | |
| US2012191915A1 | United States of America | A1 | |
| US2012191916A1 | United States of America | A1 | |
| US2012192027A1 | United States of America | A1 | |
| US2012197954A1 | United States of America | A1 | |
| US2012198160A1 | United States of America | A1 | |
| US2012198161A1 | United States of America | A1 | |
| US2012198162A1 | United States of America | A1 | |
| US2012198163A1 | United States of America | A1 | |
| US2012198164A1 | United States of America | A1 | |
| US2012198165A1 | United States of America | A1 | |
| US2012198166A1 | United States of America | A1 | |
| US2012198171A1 | United States of America | A1 | |
| US2012198192A1 | United States of America | A1 | |
| US2012198272A1 | United States of America | A1 | |
| US2012198310A1 | United States of America | A1 | |
| US2012260031A1 | United States of America | A1 | |
| US2012290755A1 | United States of America | A1 | |
| US2012290756A1 | United States of America | A1 | |
| US2012314833A1 | United States of America | A1 | |
| US8532247B2 | United States of America | B2 | |
| US2013243148A1 | United States of America | A1 | |
| US8547164B2 | United States of America | B2 | |
| US8560896B2 | United States of America | B2 | |
| US8598932B2 | United States of America | B2 | |
| US8607000B2 | United States of America | B2 | |
| US8656105B2 | United States of America | B2 | |
| US8661199B2 | United States of America | B2 | |
| US8683115B2 | United States of America | B2 | |
| US8683137B2 | United States of America | B2 | |
| US8707127B2 | United States of America | B2 | |
| US8732398B2 | United States of America | B2 | |
| US8732416B2 | United States of America | B2 | |
| US8832166B2 | United States of America | B2 | |
| US8856446B2 | United States of America | B2 | |
| US8880855B2 | United States of America | B2 | |
| US8904110B2 | United States of America | B2 | |
| US8904115B2 | United States of America | B2 | |
| US8904260B2 | United States of America | B2 | |
| US9003122B2 | United States of America | B2 | |
| US9009408B2 | United States of America | B2 | |
| US2015178221A1 | United States of America | A1 | |
| US9075743B2 | United States of America | B2 | |
| US9075744B2 | United States of America | B2 | |
| US2015269090A1 | United States of America | A1 | |
| US9183084B2 | United States of America | B2 | |
| US9189331B2 | United States of America | B2 | |
| US9195610B2 | United States of America | B2 | |
| US2016034396A1 | United States of America | A1 | |
| US9268708B2This record | United States of America | B2 | |
| US9298643B2 | United States of America | B2 | |
| US9575901B2 | United States of America | B2 | |
| US2017097894A1 | United States of America | A1 | |
| US9965395B2 | United States of America | B2 | |
| US2018129608A9 | United States of America | A9 | |
| US2019004967A1 | United States of America | A1 | |
| US10713180B2 | United States of America | B2 | |
| US2020401532A1 | United States of America | A1 | |
| US11537532B2 | United States of America | B2 | |
| US2023244611A1 | United States of America | A1 | |
| US12524351B2 | United States of America | B2 |
38 transactions on the USPTO file
Allowed after 1 non-final rejection.
- Non-final rejections
- 1
- Final rejections
- 0
- RCEs
- 0
- Appeals
- 0
Over time
Point at a mark for the transactionTransactions
| Event | Code | |
|---|---|---|
| Payment of Maintenance Fee, 8th Year, Large EntityM1552 | M1552 | |
| Payment of Maintenance Fee, 4th Year, Large EntityM1551 | M1551 | |
| Recordation of Patent Grant MailedPGM/ | PGM/ | |
| Patent Issue Date Used in PTA CalculationAllowedPTAC | PTAC | |
| Email NotificationEML_NTR | EML_NTR | |
| Issue Notification MailedAllowedWPIR | WPIR | |
| Dispatch to FDCD1935 | D1935 | |
| Application Is Considered Ready for IssuePILS | PILS | |
| Supplemental Papers - Oath or DeclarationC600 | C600 | |
| Issue Fee Payment VerifiedN084 | N084 | |
| Issue Fee Payment ReceivedIFEE | IFEE | |
| Electronic ReviewELC_RVW | ELC_RVW | |
| Email NotificationEML_NTF | EML_NTF | |
| Mail Notice of AllowanceAllowedMN/=. | MN/=. | |
| Notice of Allowance Data Verification CompletedAllowedN/=. | N/=. | |
| Date Forwarded to ExaminerFWDX | FWDX | |
| Response after Non-Final ActionA... | A... | |
| Application ready for PDX access by participating foreign officesCCRDY | CCRDY | |
| Electronic ReviewELC_RVW | ELC_RVW | |
| Email NotificationEML_NTF | EML_NTF | |
| Mail Non-Final RejectionNon-final rejectionMCTNF | MCTNF | |
| Non-Final RejectionNon-final rejectionCTNF | CTNF | |
| Email NotificationEML_NTR | EML_NTR | |
| PG-Pub Issue NotificationPG-ISSUE | PG-ISSUE | |
| Case Docketed to Examiner in GAUDOCK | DOCK | |
| Email NotificationEML_NTR | EML_NTR | |
| Application Is Now CompleteCOMP | COMP | |
| Filing ReceiptFLRCPT.O | FLRCPT.O | |
| Application Is Now CompleteCOMP | COMP | |
| Application Dispatched from OIPEOIPE | OIPE | |
| FITF set to NO - revise initial settingFTFI | FTFI | |
| Cleared by OIPE CSRL194 | L194 | |
| Preliminary AmendmentA.PE | A.PE | |
| Patent Term Adjustment - Ready for ExaminationPTA.RFE | PTA.RFE | |
| Applicants have given acceptable permission for participating foreignAPPERMS | APPERMS | |
| IFW Scan & PACR Auto Security ReviewSCAN | SCAN | |
| Entity Status Set To Undiscounted (Initial Default Setting or Status Change)BIG. | BIG. | |
| Initial Exam Team nnIEXX | IEXX |
3 legal events, as the office reported them to INPADOC
Over the term
Point at a mark for the eventEvents
| Event | Code | |
|---|---|---|
| Maintenance fee paymentMAFP | MAFP | |
| Maintenance fee paymentMAFP | MAFP | |
| Information on status: patent grantGrantedPATENTED CASESTCF | STCF |
Numbers
- Publication
- 9268708
- Application
- 14637580
Titles
- English
- Level one data cache line lock and enhanced snoop protocol during cache victims and writebacks to maintain level one data cache and level two cache coherence
Patent term adjustment
- Net adjustment
- 0 days
Classification
- CPC, 31
- H03K19/0016
- G06F12/1081
- G06F1/3296
- G06F7/483
- G06F9/3012
- G06F11/1064
- H03M13/353
- G06F12/0246
- H03M13/2903
- G06F12/0811
- G06F12/12
- G06F13/1605
- G06F13/1652
- G06F13/18
- G06F13/1657
- G06F13/1663
- H03K21/00
- G06F13/364
- G06F2212/1032
- G06F2212/221
- Y02D10/00
- Y02D30/50
- G06F2212/2532
- G06F2212/283
- G06F2212/69
- Y02B60/1214
- Y02B60/1285
- Y02B60/32
- G06F12/0815
- G06F2212/1021
- G06F2212/608
- IPC, 16
- G06F12 12
- G06F12 10
- G06F7 483
- G06F9 30
- H03M13 35
- H03M13 29
- G06F11 10
- G06F13 16
- G06F13 18
- H03K19 00
- G06F1 32
- H03K21 00
- G06F12 02
- G06F12 08
- G06F13 364
- H10N10 00