This is a try to revitalize public-domain version of Micromagic: mmi_pd to run in recent 64-bit linux Ubuntu 20.04.4 LTS.
Micromagic tool suite is a full IC CAD tool, documentation, scripts, and libraries for designing high-performance ICs, including SUE for schematics, MAX for layouts, DPC for datapaths and MCC for megacells.
caduser@ubuntu:~$ lsb_release -d
Description: Ubuntu 20.04.4 LTS
caduser@ubuntu:~$
sudo dpkg --add-architecture i386
sudo apt-get update
sudo apt-get install libc6:i386 libncurses5:i386 libstdc++6:i386
sudo apt-get install multiarch-support
sudo apt-get install libx11-6:i386
sudo apt-get install libc6-i386
sudo apt-get install binutils:i386
sudo apt-get install zsh
sudo apt-get install csh
sudo apt-get install xfsprogs xfstt
sudo apt-get install t1-xfree86-nonfree
sudo apt-get install ttf-xfree86-nonfree
sudo apt-get install ttf-xfree86-nonfree-syriac
sudo apt-get install xfonts-75dpi
sudo apt-get install xfonts-100dpi
xset +fp /usr/share/fonts/X11/75dpi/
xset +fp /usr/share/fonts/X11/100dpi/
sudo apt-get install xterm
cd ~
mkdir cad
cd cad
wget https://sourceforge.net/projects/mmi-pd/files/mmi-pd/mmi_pd_040526/mmi_pd_040526.tar.gz
gzip -dc mmi_pd_040526.tar.gz | tar xvf -
ln -s mmi_pd_040526 mmi_pd
cd mmi_pd
ln -s bin.i486-linux bin
cp -r mmi_local.sample ../mmi_local
export MMI_TOOLS=/home/YourUserName/cad/mmi_pd
export MMI_BROWSER=firefox
export PATH=$PATH:$MMI_TOOLS/bin
sue
max
nst
Note: If you see problems in max/nst due to fonts (with un-readable fonts or extra font sizes), you must recheck the fonts installation step again with care.
The mmi_pd tool suite is a public-domain version of Micromagic. All the credits are belong to its originators.
Please follow us to be informed about related projects:
YARPOSE - A Dejavu project in EDA
M. B. Ghaznavi-Ghoushchi
ghoushchi