/* ================================================== Script Name : FILTERscript Purpose : Provides analyzation of all required files for FILTER, 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/FILTER (DA should be started from here) /SYNOPSYS/MULTIPLIER */ analyze -format vhdl -lib WORK ../ELEMpack.vhd analyze -format vhdl -lib WORK ../GateLib.vhd analyze -format vhdl -lib WORK ../MULTIPLIER/MULTpack.vhd analyze -format vhdl -lib WORK ../MULTIPLIER/MULTcell.vhd analyze -format vhdl -lib WORK ../MULTIPLIER/MULTstruc.vhd analyze -format vhdl -lib WORK FILTERpack.vhd analyze -format vhdl -lib WORK FILTERcra.vhd analyze -format vhdl -lib WORK FILTERstage.vhd analyze -format vhdl -lib WORK FILTERstruc.vhd elaborate FILTERstruc_Config -lib DEFAULT -update