You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello! I used :pulp-run --platform=gvsoc --config=gap_rev1 --help to find the json file for gvsoc, and this appears: Traceback (most recent call last):
File "/usr/lib/gap_riscv_toolchain/gap_sdk/install/workstation/bin/pulp-run", line 40, in
retval = runner.run()
File "/usr/lib/gap_riscv_toolchain/gap_sdk/install/workstation/python/plp_runner.py", line 204, in run
platform_config = plpconf.get_config(platform_config_path, interpret=True)
File "/usr/lib/gap_riscv_toolchain/gap_sdk/utils/gap_configs/python/pulp_config.py", line 116, in get_config
config = js.import_config_from_file(file, find=True, interpret=interpret)
File "/usr/lib/gap_riscv_toolchain/gap_sdk/utils/gapy/json_tools.py", line 125, in import_config_from_file
config_dict = get_config_file(file_path, interpret=interpret, find=find, path=path, paths=paths)
File "/usr/lib/gap_riscv_toolchain/gap_sdk/utils/gapy/json_tools.py", line 115, in get_config_file
raise Exception("Didn't find JSON file from any specified path (file: %s, paths: %s)" % (
Exception: Didn't find JSON file from any specified path (file: /usr/lib/gap_riscv_toolchain/gap_sdk/install/workstation/configs/platforms/gvsoc.json, paths: /usr/lib/gap_riscv_toolchain/gap_sdk/utils/gap_configs/configs:/usr/lib/gap_riscv_toolchain/gap_sdk/install/workstation/configs)
What should I do to find the right json file of GVSOC?(for GAPUINO_V3),Thank you very much!
The text was updated successfully, but these errors were encountered:
Hello! I used :pulp-run --platform=gvsoc --config=gap_rev1 --help to find the json file for gvsoc, and this appears:
Traceback (most recent call last):
File "/usr/lib/gap_riscv_toolchain/gap_sdk/install/workstation/bin/pulp-run", line 40, in
retval = runner.run()
File "/usr/lib/gap_riscv_toolchain/gap_sdk/install/workstation/python/plp_runner.py", line 204, in run
platform_config = plpconf.get_config(platform_config_path, interpret=True)
File "/usr/lib/gap_riscv_toolchain/gap_sdk/utils/gap_configs/python/pulp_config.py", line 116, in get_config
config = js.import_config_from_file(file, find=True, interpret=interpret)
File "/usr/lib/gap_riscv_toolchain/gap_sdk/utils/gapy/json_tools.py", line 125, in import_config_from_file
config_dict = get_config_file(file_path, interpret=interpret, find=find, path=path, paths=paths)
File "/usr/lib/gap_riscv_toolchain/gap_sdk/utils/gapy/json_tools.py", line 115, in get_config_file
raise Exception("Didn't find JSON file from any specified path (file: %s, paths: %s)" % (
Exception: Didn't find JSON file from any specified path (file: /usr/lib/gap_riscv_toolchain/gap_sdk/install/workstation/configs/platforms/gvsoc.json, paths: /usr/lib/gap_riscv_toolchain/gap_sdk/utils/gap_configs/configs:/usr/lib/gap_riscv_toolchain/gap_sdk/install/workstation/configs)
What should I do to find the right json file of GVSOC?(for GAPUINO_V3),Thank you very much!
The text was updated successfully, but these errors were encountered: