We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Running NgVeri while the Ngspice window is still open leads to Ngveri.cm not accessible error.
NgVeri should not be run when the Ngspice window is still open as the write access to Ngveri.cm is not available.
All the Ngspice windows need to be closed before running NgVeri.
Here is the error:
Error in Ngspice code model generation from Verilog: [Errno 13] Permission denied: 'D:/FOSSEE/nghdl-simulator/lib/ngspice/Ngveri.cm'
Run eSim Ngspice Simulation. DO NOT close the window.
Open Makerchip-NgVeri.
Load a Verilog Code in Makerchip tab.
Switch to the NgVeri Tab.
Run NgVeri.
The following error pops up in the NgVeri Terminal.
Changes to be made in the code not to run NgVeri when Ngspice window is open.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
Running NgVeri while the Ngspice window is still open leads to Ngveri.cm not accessible error.
NgVeri should not be run when the Ngspice window is still open as the write access to Ngveri.cm is not available.
All the Ngspice windows need to be closed before running NgVeri.
Here is the error:
Steps to Reproduce
Run eSim Ngspice Simulation. DO NOT close the window.
Open Makerchip-NgVeri.
Load a Verilog Code in Makerchip tab.
Switch to the NgVeri Tab.
Run NgVeri.
The following error pops up in the NgVeri Terminal.
Expected Behavior
Changes to be made in the code not to run NgVeri when Ngspice window is open.
Screenshots
Version and OS
The text was updated successfully, but these errors were encountered: