Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Errors when trying to modify architecture parameters of GVSOC(like RAM sizes) #401

Open
L3CT0RLI opened this issue Oct 8, 2023 · 0 comments

Comments

@L3CT0RLI
Copy link

L3CT0RLI commented Oct 8, 2023

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant