Computer Engineering 465 / Electrical Engineering 543

DIGITAL VLSI SYSTEMS

Introducing Synopsys


Introduction

The objective of this tutorial is to introduce the Synopsys 1076 VHDL Analyzer and Debugger Version 2004.06 that are to be used in doing all course labs and projects. The Synopsys software that is available in the lab consists of a number of parts. We are interested in the VHDL analyzer/compiler (vhdlan), and the VHDL debugger/simulator (vhdldbx). This documentation describes in detail all the steps required to carry out course work. This involves writing the source code in a text file, compiling it, and then doing the simulation. You are expected to roughly follow the same steps in all VHDL work.

Environment Setup

Prior to running the Synopsys VHDL simulation tools, it is necessary to set up the user environment as follows:
     export PATH=/project/cmc/bin:$PATH
Now you are ready to use Synopsys.

Using The Analyzer/Compiler (vhdlan)


Using The Debugger/Simulator (vhdldbx)


Home Return back to the course home page.