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 4aa3a4c
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
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
2 changes: 1 addition & 1 deletion scripts/tutorial-patches/build.sbt.patch
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ index ec36a85f..c0c2849a 100644
+// sha3, // On separate line to allow for cleaner tutorial-setup patches
dsptools, `rocket-dsp-utils`,
gemmini, icenet, tracegen, cva6, nvdla, sodor, ibex, fft_generator,
constellation, mempress)
constellation, mempress, barf)
@@ -204,11 +204,11 @@ lazy val sodor = (project in file("generators/riscv-sodor"))
.settings(libraryDependencies ++= rocketLibDeps.value)
.settings(commonSettings)
Expand Down

0 comments on commit 4aa3a4c

Please sign in to comment.