Skip to content

Commit

Permalink
Update paths in README
Browse files Browse the repository at this point in the history
  • Loading branch information
mczyz-antmicro committed Sep 5, 2023
1 parent 346b107 commit 0115d45
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions verification/top/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 0115d45

Please sign in to comment.