Skip to content

Commit

Permalink
fix dv for recent python versions (#1501)
Browse files Browse the repository at this point in the history
With newest Python version, cva6.py cannot find dv.scripts module.
This modifications adds an empty `__init__.py` in dv so that it can be
found by Python 3.9.
  • Loading branch information
cathales authored Oct 5, 2023
1 parent 9046ef6 commit fb7b3c8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions verif/regress/install-riscv-dv.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,4 @@ if ! [ -d verif/sim/dv ]; then
cd verif/sim/dv; pip3 install -r requirements.txt; cd -
fi

touch verif/sim/dv/__init__.py

0 comments on commit fb7b3c8

Please sign in to comment.