Skip to content

Commit

Permalink
Add documentation page indicating existence of prefetchers
Browse files Browse the repository at this point in the history
  • Loading branch information
jerryz123 committed Jun 8, 2023
1 parent 1013275 commit 9ce31b8
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/Generators/Prefetchers.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
Prefetchers
====================================

The BAR-fetchers libraryis a collection of Chisel-implemented prefetchers, designed for compatibility with Chipyard and Rocketchip SoCs.
This package implements a generic prefetcher API, and example implementations of NextLine, Strided, and AMPM prefetchers.

Prefetchers can be instantiated in front of a L1D HellaCache, or as TileLink nodes in front of some TileLink bus.

An example configuration using prefetchers is found in the ``PrefetchingRocketConfig``
1 change: 1 addition & 0 deletions docs/Generators/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,4 @@ so changes to the generators themselves will automatically be used when building
NVDLA
Sodor
Mempress
Prefetchers

0 comments on commit 9ce31b8

Please sign in to comment.