IRSIM, a switch level simulator for digital circuits
IRSIM is switch level simulator for digital circuits, it treats transistors as ideal switches. Extracted capacitance and lumped resistance values are used to make the switch a little bit more realistic than the ideal, using the RC time constants to predict the relative timing of events.
IRSIM is switch level simulator for digital circuits, it treats transistors as ideal switches. Extracted capacitance and lumped resistance values are used to make the switch a little bit more realistic than the ideal, using the RC time constants to predict the relative timing of events.
To install irsim, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install irsim
To see what files were installed by irsim, run:
port contents irsim
To later upgrade irsim, run:
sudo port selfupdate && sudo port upgrade irsim
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.