Contents
Up
Previous
Next


Installation


You will need (and really want) to install the compiler on a hard disk. To install the Green Mountain VHDL compiler package
  1. Insert the original disk
  2. Type a:install (or b:install).
  3. The installation program will first ask the path to the installation files. If your are installing from a floppy disk, this is just the root directory of the floppy (ex. a:\).
  4. The installation program will ask you what directory you would like to install the program in.
  5. The install program will then ask if you would like it to add a line to your autoexec.bat to set the VHDLPATH environment variable. If you answer no you will have to set the VHDLPATH variable before using the compiler. It should contain a list of path names separated by semi-colons. The compiler will look for source and object files in the paths in this list. One of the paths in the list must be \vhdl\lib where \vhdl is the path you input to the installation program. This directory contains standard libraries that you will want to use and it needs to know where to find them.
  6. You will also need to add the path you entered into the installation program to the DOS PATH environment variable.