1. Decide where you want to put the code, then create the following directories in that place. alogic cadlib driver fhdl idriver plasm romasm sample.ckts 2. Move the tar.Z files into the directories as follows. alogic.source.tar.Z -> alogic cadlib.tar.Z -> cadlib driver.source.tar.Z -> driver fhdl.source.tar.Z -> fhdl idriver.source.tar.Z -> idriver plasm.source.tar.Z -> plasm romasm.source.tar.Z -> romasm sample.ckts.tar.Z -> sample.ckts 3. Uncompress and untar each tar file, using the following commands as a pattern. uncompress alogic.source.tar tar xvf alogic.source.tar rm alogic.source.tar 4. Select (or create) a bin file which will contain the FHDL executable files. The directories alogic, driver, fhdl, idriver, plasm, and romasm all will contain a file named "Makefile". Edit this file, and find the line beginning with "install:". Following this line, you will find the command "mv ../bin". Change "../bin" to the name of your bin directory (if necessary). 5. Cd to the fhdl directory and edit the file "main.c". Search for the string "screamer" in this file. This string will be part of a full path name. You will find three such paths. The first you must change to the full path name of your newly created "cadlib" directory. The second two will be identical. The second two must be changed to the full path name of "libdriver.a" which (eventually) will be placed in your newly created "idriver" directory. 6. Cd to the directory "idriver" and type "make". 7. Cd to each of the directories alogic, driver, fhdl, plasm, and romasm and type "make install" in each one. 8. If you have additional FHDL software, other than that described in this installation file, cd to the fhdl directory and type "make libconn.a". 9. Cd to each of the directories alogic, driver, fhdl, idriver, plasm, and romasm and type the following commands. make clean compress *