Skip to main content

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 on Reload.
Install Magic
• Type “magic” inside quick search and press
enter
• Select magic in the list and mark for
installation
• Then click apply
Open Magic
• Open terminal
• Type ‘magic’ and press Enter

Comments and suggestions are welcome :)

Comments

  1. please update ubuntu and try again, if the above steps didn't install magic.

    ReplyDelete
  2. If it does not work even after updating, then try to install the packages required for magic (mentioned in one of the previous blogs) using synaptic package manager itself ( you can type the package name in the space provided, and 'mark for installation' and install them). Try installing magic after that. Every time I install it, I encounter a new problem. But ultimately it will work somehow. After installing, try drawing a layout and see if you can extract the netlist.

    ReplyDelete
  3. hi all,
    Now you can install MAGIC directly from 'synaptic package manager'. No need for all these steps
    :)

    ReplyDelete
  4. titanium stone countertops
    Titanium Stone Countertops. titanium network surf freely Find titanium uses the Titianium Stone Countertops stock online. Huge selection of titanium wedding rings the titanium bracelet Titianium Stone Countertops. titanium mens wedding band

    ReplyDelete

Post a Comment

Popular posts from this blog

Install Modelsim in Ubuntu

Updates (23/09/14): The steps given below are for 32-bit version of Ubuntu. To install Modelsim on 64 bit Ubuntu, please refer to this link.  What is Modelsim? Modelsim is a hardware simulation and debug environment primarily targeted at smaller ASIC and FPGA design ( Ref ) How do I install it? Download Modelsim Linux edition from here   For more information visit me   Go to the download location of the .run file and type chmod +x ModelSimSetup-13.1.0.162.run Visit me for more details Use the command ./ ModelSimSetup-13.1.0.162.run install Modelsim  How do I start Modelsim?   Change your directory to 'Location_where_you_installed_Modelsim '/altera/13.1/modelsim_ase/linuxaloem   Type ./vsim   Verified on: Ubuntu 12.04 LTS

Installing Latex (Miktex+Winedt platform) in windows 7

courtesy: Jinu jayachandran (IIT Bombay) Note: To use latex in windows, you can use the softwares Mikitex and Winedt 1.install the mikitex 2.9 2.Install Winedit 7 3. Start->mikitex 2.9->maintenance->settings->general->change the preference for ‘install missing packages on-the-fly’ to ‘yes’ 4. Start->mikitex 2.9->maintenance(admin)->package manager->repository->change package repository->click ‘packages shall be installed from internet’-> give proxy settings and tick ‘authentication required’-> next->give ldap username and password 5. select any repository 6. Start->mikitex 2.9->maintenance(admin)->package manager->repository->synchronise 7.Start->mikitex 2.9->maintenance(admin)->update(admin) and update by selecting ‘use nearest package repository’ and give proxy settings Now you can start using mikitex using winedit interface. download MikiTex 2.9 download Winedt 7 userguide Note:The ldap i...

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 ...