Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 447 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 447 Bytes

Berkeley Architecture Research preFetchers

This is 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.