Some Octtools Usage ------------------- The octtools are located in ~octtools (/u4/cad/octtools). You can get information on individual commands by typing "man tool_name", where tool_name is the name of the command. There is documentation available in compressed postscript form in ~octtools/document/PostScript. Use "zcat filename | lpr" to print the documentation on the printer in 214(?) Nichols. The file "exampes.ps" is particularly useful. There are some other documentation files in the directory ~octtools/doc. Generating a Standard Cell Layout from a Truth Table ---------------------------------------------------- vi nor.orig espresso nor.orig > nor.pla genie -pla nor.pla | genie -pmr misII -f script.msu -t pla -T oct -o nor:logic nor padplace -l nor:logic > nor.padlist vi nor.padlist padplace -D nor.padlist nor:logic wolfe -f -o:symbolic nor:logic mizer -o nor:final nor:symbolic chipstats nor:symbolic chipstats nor:final vem & Generating a PLA from a Truth Table ----------------------------------- vi nor.orig espresso nor.orig > nor.pla genie -pla nor.pla | genie -pmr octopus nor sparcs nor chipstats nor:spaced vem &