/* ================================================== Script Name : Matrix.script Purpose : Provides analyzation of all required files for MATRIX, 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 018.08.95 NEW =================================================== Note: The required directory structure should be: /SYNOPSYS /SYNOPSYS/WORK /SYNOPSYS/MATRIX (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 MATRIXpack.vhd analyze -format vhdl -lib WORK MATRIXcell.vhd analyze -format vhdl -lib WORK MATRIXstruc.vhd elaborate MATRIXstruc_Config -lib DEFAULT -update