Skip to content
This repository has been archived by the owner on Jul 3, 2024. It is now read-only.

Commit

Permalink
Merge pull request #529 from sifive/add-l2pm-l2pf-examples
Browse files Browse the repository at this point in the history
Add example for Sifive L2 hardware prefetcher.
  • Loading branch information
bsousi5 authored Aug 25, 2020
2 parents 716216b + 7448c78 commit 3b31664
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -157,3 +157,6 @@
[submodule "software/example-l2pm"]
path = software/example-l2pm
url = https://github.com/sifive/example-l2pm.git
[submodule "software/example-l2pf"]
path = software/example-l2pf
url = https://github.com/sifive/example-l2pf.git
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,8 @@ operating systems to RISC-V.
- Demonstrates usage of the RISC-V hardware performance counter APIs.
- example-l2pm
- Demonstrates usage of Sifive L2 performance monitor counter APIs to capture L2 cache event logs.
- example-l2pf
- Example for usage and measuring effectiveness of SiFive L2 Prefetcher.
- example-freertos-minimal
- A simple FreeRTOS skeleton to build your FreeRTOS application.
- example-freertos-blinky
Expand Down
3 changes: 3 additions & 0 deletions doc/sphinx/contents.rst
Original file line number Diff line number Diff line change
Expand Up @@ -289,3 +289,6 @@ The example programs can be found under the ``software/`` directory.
- example-l2pm

- Demonstrates usage of Sifive L2 performance monitor counter APIs to capture L2 cache event logs.

- example-l2pf
- Example for usage and measuring effectiveness of SiFive L2 Prefetcher.
1 change: 1 addition & 0 deletions software/example-l2pf
Submodule example-l2pf added at 983a3f
5 changes: 5 additions & 0 deletions wit-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -263,5 +263,10 @@
"commit": "817e1b54223da438f7d242b1b824cb9900f5d756",
"name": "example-l2pm",
"source": "git@github.com:sifive/example-l2pm.git"
},
{
"commit": "983a3f6fe57c2a83e46d79c7aa62c6efd2dde584",
"name": "example-l2pf",
"source": "git@github.com:sifive/example-l2pm.git"
}
]

0 comments on commit 3b31664

Please sign in to comment.