Environment Set Up for Synopsys VHDL System Simulator VSS

Slides:



Advertisements
Similar presentations
Lab III – Linux at UMBC.
Advertisements

Linux, it's not Windows A short introduction to the sub-department's computer systems Gareth Thomas.
When you log into unix you are in the root directory Root directory To create a new directory you must type: mkdir newdirectory This will create a new.
Cosc 4750 Getting Started in UNIX Don’t be afraid of the prompt, in linux it can be your best friend. In some cases, the only way to do certain things.
Dayu Zhang 9/8/2014 Lab02. Example of Commands pwd --- show your current directory This is home of venus, not your home directory Tilde: means you are.
Basic linux shell commands and Makefiles. Log on to engsoft.rutgers.edu Open SSH Secure Shell – Quick Connect Hostname: engsoft.rutgers.edu Username/password:
Lecture 01CS311 – Operating Systems 1 1 CS311 – Lecture 01 Outline Course introduction Setting up your system Logging onto the servers at OSU with ssh.
CWRU EECS 317 EECS 317 CAD Computer Design LECTURE 5: VHDL SYNTHESIS with SYNOPSYS dc_shell Instructor: Francis G. Wolff Case Western.
GETTING STARTED USING LINUX UBUNTU FOR A MULTI-USER SYSTEM Team 4 Lab Coordinator Manager Presentation Prep Webmaster Document Prep Faculty Facilitator.
Learning basic Unix command IT 325 operating system.
V Avon High School Tech Crew Agenda Old Business –Delete Files New Business –Week 10 Topics: Coming up: –Yearbook Picture: Feb 7 12:20PM.
Intro to Linux/Unix (user commands) Box. What is Linux? Open Source Operating system Developed by Linus Trovaldsa the U. of Helsinki in Finland since.
File Permissions. What are the three categories of users that apply to file permissions? Owner (or user) Group All others (public, world, others)
Computing Fundamenatls CMSC 201 Computer Science I Penny Rheingans University of Maryland Baltimore County (with inspiration from previous 201 instructors.
CWRU EECS 317 EECS 317 CAD Computer Aided Design LECTURE 3: Synopsys Simulator Instructor: Francis G. Wolff Case Western Reserve University.
Copyright (c) by CNAPTICS Corporation. All rights reserved.1 INFO Oracle Database 11g: Administration II Presented By: Marc S. Paller,
Vim Editor and Unix Command gcc compiler Computer Networks.
LINUX Tuesday, 5 July :00 pm. Remote Login l Use Secure Shell (ssh) l Machine name/IP address E.g. ssh hydra.sma.nus.edu.sg Or ssh
PROGRAMMING PROJECT POLICIES AND UNIX INTRO Sal LaMarca CSCI 1302, Fall 2009.
정 용 군 ( 전자공학과 대학원 ) 대상 : VLSI 설계 연구회 1,2,3 학년 기간 : ~ Synopsys Tool 교육 Synopsys 교육 1.
ACCESS IC LAB Graduate Institute of Electronics Engineering, NTU Usage of Workstation Lecturer: Yu-Hao( 陳郁豪 ) Date:
IST 210 Introduction to UNIX (AIX) Todd Bacastow IST 210: Organization of Data.
UNIX Introduction CSCE 221H Texas A&M University.
CWRU EECS 318 EECS 318 CAD Computer Aided Design LECTURE Simulator 1: Synopsys Simulator Instructor: Francis G. Wolff Case Western.
Fall 08, Oct 31ELEC Lecture 8 (Updated) 1 Lecture 8: Design, Simulation Synthesis and Test Tools ELEC 2200: Digital Logic Circuits Nitin Yogi
Log-in to the Unix Server A successful log-in allows access to the server through the Secure Shell. SSH, also known as Secure Shocket Shell, is a Unix.
Reading and Mapping Aerosol Data From a MODIS HDF4 File
Linux and Java Basics. What is Linux? Operating system by Linus Torvalds that was a clone of Unix (thus Linux) Free and open source – this is the reason.
SoC Design Flow and Tools
Synopsys Tool 사용법 및 실습.
EGEE-III INFSO-RI Enabling Grids for E-sciencE Apr. 25, Grid Computing Hands On Training for Users Faculty of Sciences, University.
ISAT/CS 250 login: jmu eid like harrisnl When you log into the lab machines using your jmu eid Your “home” directory is actually a directory on a server.
COP3502: Introduction to Computer Science Yashas Shankar Lecture #2.
More on Using onyx 8/28/13. Program 1 Due a week from today. See website for details.
Unix Servers Used in This Class  Two Unix servers set up in CS department will be used for some programming projects  Machine name: eustis.eecs.ucf.edu.
Basic Unix Commands & GCC Saurav Karmakar Spring 2007.
Linux A practical introduction. 1)Background and Getting Started Linux is an operating system with multiple providers Red Hat/CentOS (our version) Ubuntu.
+ Introduction to Unix Joey Azofeifa Dowell Lab Short Read Class Day 2 (Slides inspired by David Knox)
ACCESS IC LAB Graduate Institute of Electronics Engineering, NTU Usage of Workstation Lecturer: Yu-Hao( 陳郁豪 ) Date:
Tutorial Six Linux Basics CompSci Semester Two 2016.
Precept I : Lab Environment, Unix, Bash, Emacs
How to Work on your METEO 473 codes from your PC at home
Development Environment Basics
Getting started with CentOS Linux
Tutorial Six Recap & Linux Basics CompSci Semester Two 2016.
Northlake Fitness Center
Computing Fundamenatls CMSC 201 Computer Science I Penny Rheingans University of Maryland Baltimore County (with inspiration from previous 201 instructors.
Northlake Fitness Center
Lab 1 introduction, debrief
Fractals help.
Introduction to UNIX UNIX developed at Bell Labs in 70s
Linux + Galaxy Server Tutorial
Sprint 5 Schedule (15 – 2 days)
Lab 10 Instructions You can use g++ on build server, visual studio on local machine or your preferred C++ IDE. Important Note: For your grade, please show.
Agency Express: User Training
Time management School of Rock.
Sunday Monday Tuesday Wednesday Sunday Monday Tuesday Wednesday
Schedules My Schedule Monday: 9:00-2:00 Work 3:00-6:00 Clean
CR WMS WebEx Instructions and Schedule
Lab 00 Discussion Linux Basics
Multi-module programming in C
Getting started with CentOS Linux
Attention ALL Mechanical and Civil Engineering Students
CENG 311 Computer Architecture Lab
American History Unit: 1950s to Present Topic: Review
Using emacs and G++ at U. W.
Extended Christmas Hours Thursday December 8th 9am -6:30pm Friday December 9th 9am -6:30pm Saturday December 10th 9am-6pm Thursday December.
Schedule Date 8:10 – 11:05 11:05-12:25 (Lunch)
2011年 5月 2011年 6月 2011年 7月 2011年 8月 Sunday Monday Tuesday Wednesday
DHS Bulldog announcements
Presentation transcript:

Environment Set Up for Synopsys VHDL System Simulator VSS Step –1: a_shehza >source /CMC/ENVIRONMENT/synopsys.env OR a_shehza >cp /CMC/ENVIRONMENT/synopsys.env a_shehza > source synopsys.env Create the .cshrc file using Nedit as follows: a_shehza > nedit .cshrc source /CMC/ENVIRONMENT/synopsys.env .

Step-2: a_shehza > mkdir Synopsys a_shehza > cd Synopsys a_shehza >Synpsys> mkdir Code a_shehza >Synosys> cd Code a_shehza >Synopsys>Code> mkdir Work a_shehza >Synopsys>Code> cp /CMC/ENVIRONMENT/.synopsys_vss.setup . a_shehza >Synopsys>Code> nedit .synopsys_vss.setup

Contents of .synopsys_vss.setup file should be: WORK > DEFAULT DEFAULT: ./Work TIMEBASE = NS

Creating, Analyzing & Simulating VHDL Model a_shehza >Synospsy>Code> nedit& Write the VHDL code and save it as .vhd file(it must be saved in the Code directory) Analyze the code: a_shehza > Synopsys > Code > vhdlan test.vhd …or a_shehza > Synopsys > Code > gvan test.vhd Simulation of VHDL model: a_shehza > Synopsys > Code > vhdldbx &

Change the server to DEA or FBI a_shehza > ssh dea or For lab 917,919: >log in to LINUX Change the server to DEA or FBI a_shehza > ssh dea or a_shehza > ssh fbi Lab Schedules: Monday : 6:30 pm – 8:00 pm Wednesday : 8:30 pm – 10:00 pm Thursday : 8:30 pm – 10:00 pm a_shehza@ece.concordia.ca