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
I coded up a simple Verilog module and added it to a project on TerosHDL:
When I hover my mouse over the first line I see:
Maybe this is related to ModelSim since I have it installed? No idea.
When I hit the "Play" button in order to run my testbench, this is the log I obtain:
2024-11-01 22:11:18.231 [info] c:\Users\Gabriel\Desktop\FPGA\test.v has unknown file type 'verilogSource'
c:\Users\Gabriel\Desktop\FPGA\test_tb.v has unknown file type 'verilogSource'
2024-11-01 22:11:18.293 [info] Creating libraries directories
2024-11-01 22:11:18.340 [info] Creating libraries directories
2024-11-01 22:11:18.342 [info] ghdl -m --std=93c and_gate_tb
2024-11-01 22:11:18.354 [info] C:\msys64\mingw64\bin\ghdl.exe:error: cannot find entity or configuration and_gate_tb
2024-11-01 22:11:18.355 [info] make: *** [Makefile:16: and_gate_tb] Error 1
2024-11-01 22:11:18.357 [info]
************************************************************************************************
---> Build directory: C:\Users\Gabriel\.teroshdl\build
---> Make installation folder path: System path
Error: '['make', 'run']' exited with an error: 2
I am not sure why it's trying to use GHDL. Is it possible to run the simulation on ModelSim and view the waveforms on TerosHDL?
I have done the following:
Installed TerosHDL;
Had already Python 3 installed and added to PATH;
Installed the Python 3 dependencies;
Installed "make" via Chocolatey, as it is shown in the docs. It works as expected when running make --version from windows CMD or Shell;
Installed oss-cad-suite and added C:\oss-cad-suite\bin to PATH;
Added C:/oss-cad-suite/start.bat as an extra option on Global Settings > Schematic viewer, as shown:
No further configurations were performed.
I have no idea how to proceed with this issue and would appreciate if some assitance could be provided so I can use this tool, because it seems very good.
The text was updated successfully, but these errors were encountered:
I coded up a simple Verilog module and added it to a project on TerosHDL:
When I hover my mouse over the first line I see:
Maybe this is related to ModelSim since I have it installed? No idea.
When I hit the "Play" button in order to run my testbench, this is the log I obtain:
I am not sure why it's trying to use GHDL. Is it possible to run the simulation on ModelSim and view the waveforms on TerosHDL?
I have done the following:
make --version
from windows CMD or Shell;C:\oss-cad-suite\bin
to PATH;C:/oss-cad-suite/start.bat
as an extra option on Global Settings > Schematic viewer, as shown:No further configurations were performed.
I have no idea how to proceed with this issue and would appreciate if some assitance could be provided so I can use this tool, because it seems very good.
The text was updated successfully, but these errors were encountered: