cva6.py : Fix config_pkg_generator.py path

This commit is contained in:
Ayoub Jalali 2023-07-28 12:35:07 +02:00
parent fa24d9f122
commit 09b1a187d0

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()