mirror of
https://github.com/openhwgroup/cva6.git
synced 2025-04-22 05:07:21 -04:00
fix: update location of config_pkg_generator.py
According to https://github.com/openhwgroup/cva6/pull/1318
This commit is contained in:
parent
bbd77e0d2a
commit
d578079139
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