Merge pull request #2092 from AyoubJalali/fix_cva6

cva6.py: update config_pkg_generator.py path

on cva6 repository, config_pkg_generator.py is moved to util directory since PR1018 (dc103cd)
This commit is contained in:
André Sintzoff 2023-07-28 13:33:52 +02:00 committed by GitHub
commit 3d661dce41
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1219,7 +1219,7 @@ def main():
sys.exit(130)
if __name__ == "__main__":
sys.path.append(os.getcwd()+"/../../core-v-cores/cva6")
sys.path.append(os.getcwd()+"/../../core-v-cores/cva6/util")
from config_pkg_generator import *
main()