fix: update location of config_pkg_generator.py

According to https://github.com/openhwgroup/cva6/pull/1318
This commit is contained in:
Côme Allart 2023-07-28 12:22:52 +02:00
parent bbd77e0d2a
commit d578079139

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