From 0115d45c857e781c3f726fda5b36985c150768a3 Mon Sep 17 00:00:00 2001 From: Michal Czyz Date: Tue, 5 Sep 2023 11:30:35 +0200 Subject: [PATCH] Update paths in README --- verification/top/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/verification/top/README.md b/verification/top/README.md index 6f4320a0d00..28e526ec6e8 100644 --- a/verification/top/README.md +++ b/verification/top/README.md @@ -16,7 +16,7 @@ Remember to set the `RV_ROOT` environment variable, which is required to generat ### Prepare python virtual environment - cd $RV_ROOT/verification + cd $RV_ROOT/verification/top python -m venv venv source venv/bin/activate pip install -r requirements.txt @@ -35,7 +35,7 @@ Each PyUVM test can be either run from a pytest wrapper or directly from a Makef In `test_pyuvm` directory, a `Makefile` and a wrapper `test_pyuvm.py` are placed. - ./verification/ + ./verification/top/ └── test_pyuvm ├── Makefile ├── test_pyuvm.py ⟵ pytest wrapper