Magic is a venerable VLSI layout tool, written in the 1980's at Berkeley. Magic is widely cited as being the easiest tool to use for circuit layout, even for people who ultimately rely on commercial tools for their product design flow.
Magic is a venerable VLSI layout tool, written in the 1980's at Berkeley. Magic is widely cited as being the easiest tool to use for circuit layout, even for people who ultimately rely on commercial tools for their product design flow.
To install magic, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install magic
To see what files were installed by magic, run:
port contents magic
To later upgrade magic, run:
sudo port selfupdate && sudo port upgrade magic
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.