/* ================================================== Script Name : Divider.script Purpose : Provides analyzation of all required files for DIVIDER, 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 22.09.95 NEW =================================================== Note: The required directory structure should be: /SYNOPSYS /SYNOPSYS/WORK /SYNOPSYS/DIV (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 DIVpack.vhd analyze -format vhdl -lib WORK DIVcell.vhd analyze -format vhdl -lib WORK DIVoutput.vhd analyze -format vhdl -lib WORK DIVarray.vhd elaborate DIVarray_Config -lib DEFAULT -update