/* ================================================== Script Name : AssocMem.script Purpose : Provides analyzation of all required files for AssocMem, 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 26.10.95 NEW =================================================== Note: The required directory structure should be: /SYNOPSYS /SYNOPSYS/WORK /SYNOPSYS/ASSOCIATIVE_MEMORY (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 AssocMemPack.vhd analyze -format vhdl -lib WORK AssocMemCell.vhd analyze -format vhdl -lib WORK AssocMemCtrl.vhd analyze -format vhdl -lib WORK AssocMemArray.vhd analyze -format vhdl -lib WORK AssocMemCirc.vhd elaborate AssocMemCircConfig -lib DEFAULT -update