Skip to content

Commit

Permalink
minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Bounti committed Oct 22, 2024
1 parent 4a1b684 commit 8db9b54
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions fuzzers/cva6-vcs-processorfuzz/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ authors = ["Nassim Corteggiani <[email protected]>"]

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[features]
debug = []

[profile.release]
panic = "abort"
lto = true
Expand Down Expand Up @@ -37,3 +40,4 @@ serde = { version = "1.0", default-features = false, features = ["alloc"] } # se
clap = { version = "3.2", features = ["default"] }
fs_extra = "1.2.0"
wait-timeout = "0.1.5"
color-print = "0.3.6"
2 changes: 2 additions & 0 deletions fuzzers/cva6-vcs-processorfuzz/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ Follow the installation instructions from the Spike GitHub repository.

* [RISC-V GNU Compiler Toolchain] (https://github.com/riscv-collab/riscv-gnu-toolchain)

* [ProcessorFuzz riscv-isa-sim] (https://github.com/sammy17/riscv-isa-sim.git)

With everything properly installed, please make sure to set the right environment variables in your `bashrc` or equivalent file. The fuzzer expects the following configuration in bash:

Please, find below an example of configuratio
Expand Down

0 comments on commit 8db9b54

Please sign in to comment.