/* ================================================== Script Name : CLA_script Purpose : Provides analyzation of all required files for CLA, 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 NEW =================================================== Note: The required directory structure should be: /SYNOPSYS /SYNOPSYS/WORK /SYNOPSYS/CarryLookahead (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 CLA_Pack.vhd analyze -format vhdl -lib WORK CLA_1_Bit_Add_G_P.vhd analyze -format vhdl -lib WORK CLA_CarryGen.vhd analyze -format vhdl -lib WORK CLA_4_Bit_Adder.vhd analyze -format vhdl -lib WORK CLA_N-Bit_Adder.vhd elaborate Carry_Lookahead_Adder -arch "Structure" -lib DEFAULT -update