Skip to content

Commit

Permalink
Merge pull request #2092 from AyoubJalali/fix_cva6
Browse files Browse the repository at this point in the history
cva6.py: update config_pkg_generator.py path

on cva6 repository, config_pkg_generator.py is moved to util directory since PR1018 (dc103cd)
  • Loading branch information
ASintzoff authored Jul 28, 2023
2 parents fa24d9f + 09b1a18 commit 3d661dc
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 3d661dc

Please sign in to comment.