SLIDE 1
Tutorial 1 : Setting Up Your Unix Environment to work with Synopsys Tools
Authors : Bibhas Ghoshal (bibhas.ghoshal@gmail.com), Subhadip Kundu (dip224@gmail.com) This tutorial guides you to set up your design libraries for both VLSI Design and Design For Testability Flows using Design Compiler, DFT Compiler and Tetramax. It also gives a guideline on how to organize your work in using the tools. Testing course students should follow the “For DFT Flow” portion in this tutorial when stated. However, the VLSI Design portion will serve as a good starting point as it deals with a simple design of a counter as compared to more complex design of s27. Though the DFT flow portion of this tutorial uses ISCAS 89 benchmark s27 design, students are advised to try the DFT flow with the counter source code used in the VLSI Design Flow once they finish this tutorial so that they understand the flow with a relatively simple example.
- 1. Logging in :
You require to have an user name and password to log in to the systems at AVLSI Lab. For the students of the Testing course use the following username and password: username : Testing_2011_X (Replace X with your group number. If you do not have a group number, consult the TA's of the course) password : testing2011X (Replace X with your group number. If you do not have a group number, consult the TA's of the course)
- 2. Copying the required files to your working area:
Create a folder named “working_area” in your present directory. $ mkdir working_area (a) For VLSI Design Flow ( Testing course students should skip (a) and move to (b) )
- Move to your newly created folder.
$ cd working_area
- Copy the folder vtvt_tsmc180_release to working_area.