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

Digital Simulation Prerequisites #393

Closed
tomhajjar opened this issue Dec 7, 2023 · 2 comments
Closed

Digital Simulation Prerequisites #393

tomhajjar opened this issue Dec 7, 2023 · 2 comments

Comments

@tomhajjar
Copy link

I cannot get Digital Simulations to work in Qucs-S. I installed Icarus Verilog, FreeHDL. I believe all required programs have been installed but still no luck.

Digital Simulations work in Qucs 0.0.19/0.0.20. Qucs "portable" came with numerous programs like ADMS and Free-HDL already "pre-installed". Ming was installed years ago for Qucs. Qucs uses a batch file, qucs.bat to set paths. Is this needed for Qucs-S?

2023-12-07_155335

2023-12-07_161155

Digital_4bit_Adder_prj.zip

@ra3xdh
Copy link
Owner

ra3xdh commented Dec 8, 2023

I cannot get Digital Simulations to work in Qucs-S

The wrapper script cannot find iVerilog. You have to add the iverilog and vvp executable location to $PATH variable. https://www.architectryan.com/2018/03/17/add-to-the-path-on-windows-10/ Alternatively you may edit the qucs_run_verilog.bat script.

I have plans to get rid of wrapper scripts and launch iverilog directly from Qucs-S GUI and allow user to configure executable location.

Qucs "portable" came with numerous programs like ADMS and Free-HDL

FreeHDL is deprecated and doesn't work with modern compilers anymore. I am getting the error on Linux too. It's need to switch the Qucs-S to GHDL.

@ra3xdh
Copy link
Owner

ra3xdh commented Dec 9, 2023

I have created two issues #395 and #396 as follow up of this report. Closing this.

@ra3xdh ra3xdh closed this as completed Dec 9, 2023
@ra3xdh ra3xdh mentioned this issue Dec 9, 2023
3 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants