From 8db9b543dfc4fc2d04944797c921727e91ba8ed3 Mon Sep 17 00:00:00 2001 From: "Corteggiani, Nassim" Date: Tue, 22 Oct 2024 17:56:20 +0200 Subject: [PATCH] minor changes --- fuzzers/cva6-vcs-processorfuzz/Cargo.toml | 4 ++++ fuzzers/cva6-vcs-processorfuzz/README.md | 2 ++ 2 files changed, 6 insertions(+) diff --git a/fuzzers/cva6-vcs-processorfuzz/Cargo.toml b/fuzzers/cva6-vcs-processorfuzz/Cargo.toml index ebdd95a..b2135d2 100644 --- a/fuzzers/cva6-vcs-processorfuzz/Cargo.toml +++ b/fuzzers/cva6-vcs-processorfuzz/Cargo.toml @@ -6,6 +6,9 @@ authors = ["Nassim Corteggiani "] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html +[features] +debug = [] + [profile.release] panic = "abort" lto = true @@ -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" diff --git a/fuzzers/cva6-vcs-processorfuzz/README.md b/fuzzers/cva6-vcs-processorfuzz/README.md index ed5c62d..2255996 100644 --- a/fuzzers/cva6-vcs-processorfuzz/README.md +++ b/fuzzers/cva6-vcs-processorfuzz/README.md @@ -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