Lab1: Downloading, Installing Magic VLSI Tool on Windows (Cygwin)
Total Page:16
File Type:pdf, Size:1020Kb
Lab1: Downloading, Installing Magic VLSI Tool on Windows (Cygwin) The objective of this lab is to download, setup, and construct a simple CMOS Inverter in Magic (You will simulate your inverter in Lab 2). You also need to download and install the technology files (i.e. the files that tell Magic about what are the behaviors of the devices that you are using in your circuit!). See this document for details. Deliverables: A printed screen shot of your CMOS inverter in Class on Tuesday, January 29th. YOU MAY COOPERATE WITH YOUR CLASSMATES TO GET THIS LAB WORKING! Follow the instructions below to download and setup Magic: Development Distribution (Magic 8.1) Source Download here: File Revision Size Date magic-8.1.222.tgz 222 (3936) January 2, 2019 at 3:00am Cygwin: 1. Download here: 64-bit version Windows - setup-x86_64.exe 32-bit version Windows - setup-x86.exe 2. Run Setup and choose the appropriate options 3. When the Select Packages setup window appear choose the following packages for installation: 4. Click next and wait for the installation to finish Compile and Install Instructions for Magic 1. Download magic to the root directory of the Cygwin distribution, which by default is C:\cygwin: File Revision Size Date magic-8.1.222.tgz 222 (3936) January 2, 2019 at 3:00am 2. Bring up a Cygwin terminal on the Windows desktop. 3. Type cd / 4. This is where the file magic-8.1.222.tgz should be. 5. Type tar xfz magic-8.1.222.tgz 6. Type cd magic-8.1.222 7. Type ./configure 8. Type make 9. Type make install 10. Bring up a second Cygwin terminal and type startxwin and leave this terminal open. 11. On the first Terminal run by typing magic[file name]. 12. Type on Magic command window load[layout].This should be all you need to do! 13. Go to http://opencircuitdesign.com/magic/ and read Standard Tutorial Set for further Instructions. Install Magic on Bash on Ubuntu on Windows 10 How to run graphical Linux applications on Bash on Ubuntu on Windows 10 .