/* ================================================== Script Name : Mult.script Purpose : Provides analyzation of all required files for MULT, when started from Design Analyzer Environment : Synopsys V3.1a on SPARCstation 10 Author : Claus-Juergen Thomas, REFT --------------------------------------------------- Revision list Version Author Date Changes V1.0 cjt 07.06.95 NEW =================================================== Note: The required directory structure should be: /SYNOPSYS /SYNOPSYS/WORK /SYNOPSYS/MULTIPLIER (DA should be started from here) */ analyze -format vhdl -lib WORK ../ELEMpack.vhd analyze -format vhdl -lib WORK ../GateLib.vhd analyze -format vhdl -lib WORK MULTpack.vhd analyze -format vhdl -lib WORK MULTcell.vhd analyze -format vhdl -lib WORK MULTstruc.vhd elaborate MULTstruc_Config -lib DEFAULT -update