mirror of
https://github.com/openhwgroup/cva6.git
synced 2025-04-22 05:07:21 -04:00
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:
commit
3d661dce41
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue