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

Commit

Permalink
Bump for clic-nonvector-interrupts and clic-selective-vector-interrupts
Browse files Browse the repository at this point in the history
  • Loading branch information
bsousi5 committed Mar 31, 2020
1 parent c94982c commit 37fc38b
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 7 deletions.
6 changes: 5 additions & 1 deletion doc/sphinx/contents.rst
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ The example programs can be found under the ``software/`` directory.
The tests are designed to work on SiFive CPU designs in RTL simulation or on the
Arty FPGA board.

- clic-vector-interrupts
- clic-nonvector-interrupts

- A simple example demonstrating how to use CLIC non vector interrupts

Expand All @@ -200,6 +200,10 @@ The example programs can be found under the ``software/`` directory.

- A simple example demonstrating the use of CLIC hardware vector interrupts

- clic-nested-interrupts

- A simple example demonstrating how to use CLIC preemptive vector interrupts

- minimal-boot

- Demonstrates how to replace the Metal constructors and replace them with your own.
Expand Down
2 changes: 1 addition & 1 deletion software/clic-nonvector-interrupts
2 changes: 1 addition & 1 deletion software/clic-selective-vector-interrupts
8 changes: 4 additions & 4 deletions wit-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,14 +60,14 @@
"source": "git@github.com:sifive/example-clic-hardware-vector-interrupts.git"
},
{
"commit": "f88ddeebc5ecd84989b685082951e6e9ad3a7655",
"commit": "f9e82a7274b7168629a800df67b3d50919256d4e",
"name": "example-clic-selective-vector-interrupts",
"source": "git@github.com:sifive/example-clic-selective-vector-interrupts.git"
},
{
"commit": "557e83049d6d515885c7fb1f4f22924316ec9a98",
"name": "example-clic-vector-interrupts",
"source": "git@github.com:sifive/example-clic-vector-interrupts.git"
"commit": "0d9e0833492948f44a4abf1bac677329c4b9f336",
"name": "example-clic-nonvector-interrupts",
"source": "git@github.com:sifive/example-clic-nonvector-interrupts.git"
},
{
"commit": "e81774503fd4670830cb54508a4607c9a33fbc31",
Expand Down

0 comments on commit 37fc38b

Please sign in to comment.