Skip to main content

Posts

Showing posts from October, 2012

Installation of MAGIC VLSI layout editor in Ubuntu10.04 (Method II)

Courtesy: Rejin K R ( rejinkr@iitb.ac.in ) , Dept. of EE, IIT Bombay  Add Proxy for IITB • Go to System -> Administrator -> Synaptic Package Manager • Click on Settings -> Preference -> Network • Select Manual Proxy Configuration For http : “netmon.iitb.ac.in” : “80” No proxy for ftp Add “*.iitb.ac.in” for no proxy Click on Authentication Give LDAP id and password Click Apply , then OK Add IITB Repositories • Go to System -> Administrator -> Synaptic Package Manager • Click on Settings -> Repositories • Select Download from as follows ftp://ftp.iitb.ac.in/distributions/ubuntu/archives Add Third Party Repositories • Go to System -> Administrator -> Synaptic Package Manager • Click on Settings -> Repositories -> Other softwares • Click Add and enter the following deb http://ppa.launchpad.net/aanjhan/ubuntu hardy main Again click Add and enter the following deb-src http://ppa.launchpad.net/aanjhan/ubuntu hardy main Then Click

Installing MAGIC VLSI Layout tool in Ubuntu (Method I)

Update (30/09/2013): Now magic can be installed directly from synaptic package manager (So no need of the steps in orange color)--   Mr. Amaldev V, IITB Courtesy : Mr. Manu Velayudhan, IITB  ( e-mail ) Verified with : Ubuntu 10.04 (32 & 64 bit) Installing Packages: sudo apt-get install m4 tcl-dev tk-dev blt freeglut3 libglut3 libgl1-mesa-dev libglu1-mesa-dev csh     Installing magic: Download magic-7.5.225.tgz from  http://opencircuitdesign.com/magic/     cd Downloads/     tar xzf magic-7.5.225.tgz     cd magic-7.5.225/         ./configure     sudo make     sudo make install __________________________________________________________________________ Possible errors: During installation of magic in ubuntu 10.04 32 bit instide Virtual box in windows 7, after make install step we got the error root@ubuntu:/home/vineeth/Downloads/magic-7.5.226# sudo make install --- installing executable to /usr/local/bin --- installing runtime files to /usr/local/lib