vscode-terosHDL icon indicating copy to clipboard operation
vscode-terosHDL copied to clipboard

An error occurs when launching a project through Icarus

Open votechok opened this issue 2 years ago • 5 comments

I took a test project of terosHDL for icarus. An error occurs when launching a project through icarus using the panel "run".

2023-11-29 17:52:19.196 [info] Traceback (most recent call last):
  File "c:\Users\User\.vscode\extensions\teros-technology.teroshdl-5.0.12\node_modules\teroshdl2\out\project_manager\tool\edalize\run_edalize.py", line 72, in <module>

2023-11-29 17:52:19.197 [info] 
************************************************************************************************
---> Build directory: C:\Users\User\.teroshdl\build

2023-11-29 17:52:19.197 [info]     os.makedirs(working_directory)
  File "<frozen os>", line 225, in makedirs
FileExistsError: [WinError 183] ���������� ������� ����, ��� ��� �� ��� ����������: 'C:\\Users\\User\\.teroshdl\\build'

Apparently, when Python tries to create a file, it sees that the file exists and throws an error. I don't understand how this can be fixed.

votechok avatar Nov 30 '23 06:11 votechok

Have you tried to delete the build path? C:\Users\User\.teroshdl\build

qarlosalberto avatar Dec 03 '23 22:12 qarlosalberto

This is what I tried to do too. But I didn't find the .teroshdl folder in the specified location

votechok avatar Dec 04 '23 09:12 votechok

изображение

votechok avatar Dec 04 '23 09:12 votechok

try to create the folder: C:\Users\User\.teroshdl\build

qarlosalberto avatar Dec 04 '23 09:12 qarlosalberto

created a folder, but the result is the same

votechok avatar Dec 04 '23 09:12 votechok