From 231708d42b8847622d8ad79f743171759f0e883f Mon Sep 17 00:00:00 2001 From: ALLART Come Date: Tue, 2 Jan 2024 10:06:39 +0100 Subject: [PATCH] Review --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4d04385939..17745e2a7f 100644 --- a/README.md +++ b/README.md @@ -51,10 +51,10 @@ For Debian-based Linux distributions, run : sudo apt-get install help2man device-tree-compiler ``` -5. Install the riscv-dv requirements : +5. Install the riscv-dv requirements: ```sh -pip3 install pip3 install -r verif/sim/dv/requirements.txt +pip3 install -r verif/sim/dv/requirements.txt ``` 6. Run these commands to install a custom Spike and Verilator (i.e. these versions must be used to simulate the CVA6) and [these](#running-regression-tests-simulations) tests suites.