-
Notifications
You must be signed in to change notification settings - Fork 73
Description
I have installed verilator with latest version
while i run below command
"fusesoc run --target=sim --setup --build veerwolf"
getting error message like
INFO: Preparing chipsalliance.org:cores:VeeR_EH1:1.9
INFO: Downloading chipsalliance/Cores-VeeR-EH1 from github
Traceback (most recent call last):
File "/usr/local/bin/fusesoc", line 8, in
sys.exit(main())
File "/usr/local/lib/python3.10/dist-packages/fusesoc/main.py", line 773, in main
fusesoc(args)
File "/usr/local/lib/python3.10/dist-packages/fusesoc/main.py", line 763, in fusesoc
args.func(fs, args)
File "/usr/local/lib/python3.10/dist-packages/fusesoc/main.py", line 342, in run
edam_file, backend = fs.get_backend(core, flags, args.backendargs)
File "/usr/local/lib/python3.10/dist-packages/fusesoc/fusesoc.py", line 162, in get_backend
edalizer.run()
File "/usr/local/lib/python3.10/dist-packages/fusesoc/edalizer.py", line 102, in run
self.setup_cores()
File "/usr/local/lib/python3.10/dist-packages/fusesoc/edalizer.py", line 130, in setup_cores
core.setup()
File "/usr/local/lib/python3.10/dist-packages/fusesoc/capi2/core.py", line 586, in setup
if self.provider.fetch():
File "/usr/local/lib/python3.10/dist-packages/fusesoc/provider/provider.py", line 49, in fetch
self._checkout(self.files_root)
File "/usr/local/lib/python3.10/dist-packages/fusesoc/provider/github.py", line 50, in _checkout
t.extractall(**extraction_arguments)
File "/usr/lib/python3.10/tarfile.py", line 2278, in extractall
tarinfo = self._get_extract_tarinfo(member, filter_function, path)
File "/usr/lib/python3.10/tarfile.py", line 2332, in _get_extract_tarinfo
self._handle_fatal_error(e)
File "/usr/lib/python3.10/tarfile.py", line 2330, in _get_extract_tarinfo
tarinfo = filter_function(tarinfo, path)
File "/usr/lib/python3.10/tarfile.py", line 819, in data_filter
new_attrs = _get_filtered_attrs(member, dest_path, True)
File "/usr/lib/python3.10/tarfile.py", line 806, in _get_filtered_attrs
raise LinkOutsideDestinationError(member, target_path)
tarfile.LinkOutsideDestinationError: 'Cores-VeeR-EH1-915fb34a5b38ef14c5d5c05431765ad8b912bc34/testbench/tests/dhry/crt0.s' would link to '/home/sabari.pillai/asm/crt0.s', which is outside the destination
Please give some input for this issue to resolve