mirror of
https://github.com/openhwgroup/cva6.git
synced 2025-04-22 05:07:21 -04:00
cva6.py : Fix config_pkg_generator.py path
This commit is contained in:
parent
fa24d9f122
commit
09b1a187d0
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