Circuit simulator based on Spice 3f5, XSpice and others
Ngspice is a mixed-level/mixed-signal circuit simulator. Its code is based on three open source software packages: Spice3f5, Cider1b1 and Xspice. Ngspice is part of gEDA project, a full suite of Electronic Design Automation tools.
Ngspice is a mixed-level/mixed-signal circuit simulator. Its code is based on three open source software packages: Spice3f5, Cider1b1 and Xspice. Ngspice is part of gEDA project, a full suite of Electronic Design Automation tools.
To install ngspice, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install ngspice
To see what files were installed by ngspice, run:
port contents ngspice
To later upgrade ngspice, run:
sudo port selfupdate && sudo port upgrade ngspice
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.