Skip to content

Commit 783f579

Browse files
Initial ingestion from Ibex demo system
This commit pulls in part of the Ibex demo system repository. It is pulled in at revision 30404dd and you can find this at this URL: https://github.com/lowRISC/ibex-demo-system/tree/30404dd0d2a5565ecff2671187539e937d56ce0a Main things that are included: - Initial RTL - Verilator simulation environment - Core build files - Demo software in C - Vendored IP including Ibex There are some exclusions: - `container/` I'm not sure if we need this since we want to use Nix. - `doc/` Sonata has a different set of documentation from the demo system. - `dependencies/` The Nix environment will be set up later. - `sw/rust/` There is currently no CHERI Rust toolchain. - `rtl/fpga/top_cw*.sv` These boards are not currently being tested.
1 parent 67e8624 commit 783f579

File tree

3,626 files changed

+1007292
-1
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

3,626 files changed

+1007292
-1
lines changed

.gitignore

+4-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,4 @@
1-
book
1+
book/
2+
build/
3+
.venv/
4+
target/

0 commit comments

Comments
 (0)