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

Minor cleaning up of clic examples #454

Merged
merged 3 commits into from
Mar 31, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,6 @@
[submodule "software/plic-interrupts"]
path = software/plic-interrupts
url = https://github.com/sifive/example-plic-interrupts.git
[submodule "software/clic-vector-interrupts"]
path = software/clic-vector-interrupts
url = https://github.com/sifive/example-clic-vector-interrupts.git
[submodule "software/clic-selective-vector-interrupts"]
path = software/clic-selective-vector-interrupts
url = https://github.com/sifive/example-clic-selective-vector-interrupts.git
Expand Down Expand Up @@ -139,3 +136,6 @@
[submodule "scripts/esdk-settings-generator"]
path = scripts/esdk-settings-generator
url = https://github.com/sifive/esdk-settings-generator.git
[submodule "software/clic-nonvector-interrupts"]
path = software/clic-nonvector-interrupts
url = https://github.com/sifive/example-clic-nonvector-interrupts.git
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
1 change: 1 addition & 0 deletions software/clic-nonvector-interrupts
1 change: 0 additions & 1 deletion software/clic-vector-interrupts
Submodule clic-vector-interrupts deleted from 557e83
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