Skip to content

Commit

Permalink
cva6.py : Fix config_pkg_generator.py path
Browse files Browse the repository at this point in the history
  • Loading branch information
AyoubJalali committed Jul 28, 2023
1 parent fa24d9f commit 09b1a18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cva6/sim/cva6.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()

0 comments on commit 09b1a18

Please sign in to comment.