Skip to content

fix dv for recent python versions

Created by: cathales

With newest Python versions (Python 3.9), cva6.py cannot find dv.scripts module.

This PR adds an empty __init__.py in dv so that the modules inside it can be found by Python 3.9.

Merge request reports

Loading