Skip to content

Commit

Permalink
Update Plru.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
MahirAbbas authored Apr 2, 2024
1 parent 1da54c4 commit 9366335
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions source/SpinalHDL/Libraries/Misc/Plru.rst
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,12 @@ Example usage in a cache
}
Then you can do

.. code-block:: scala

Check failure on line 63 in source/SpinalHDL/Libraries/Misc/Plru.rst

View workflow job for this annotation

GitHub Actions / test

Error in "code-block" directive:

Check failure on line 63 in source/SpinalHDL/Libraries/Misc/Plru.rst

View workflow job for this annotation

GitHub Actions / test

Error in "code-block" directive:

Check failure on line 63 in source/SpinalHDL/Libraries/Misc/Plru.rst

View workflow job for this annotation

GitHub Actions / build

Error in "code-block" directive:
val replacedWay = plru.io.evict.id
And you can update recently used way

.. code-block:: scala

Check failure on line 68 in source/SpinalHDL/Libraries/Misc/Plru.rst

View workflow job for this annotation

GitHub Actions / test

Error in "code-block" directive:

Check failure on line 68 in source/SpinalHDL/Libraries/Misc/Plru.rst

View workflow job for this annotation

GitHub Actions / test

Error in "code-block" directive:

Check failure on line 68 in source/SpinalHDL/Libraries/Misc/Plru.rst

View workflow job for this annotation

GitHub Actions / build

Error in "code-block" directive:
plru.update.id := refillWay
Expand Down

0 comments on commit 9366335

Please sign in to comment.