Appendix


Configuration file for design_vision
# synopsys_dc.setup file for opensparc

# Define the lsi_10k library
set SYN_LIBS /opt/synopsys/syn/libraries/syn
set SPARC_INC /home/ar2654/opt/OpenSPARCT1/design/sys/iop/include

# Define the libraries and search path
set search_path [concat $search_path ${SYN_LIBS} ${SPARC_INC}]
set target_library ${SYN_LIBS}/lsi_10k.db
set link_library [concat "*" $target_library]
set symbol_library ${SYN_LIBS}/lsi_10k.sdb

define_design_lib WORK -path home/ar2654/opt/OpenSPARCT1/SYN_full/WORKar2654@nanovlsi %

File: file_collect.sh

cd /home/ar2654/opt/OpenSPARCT1/design/sys/iop
for FILE in $(find . -type f | grep -e "flat")
do
echo "cp ${FILE} /home/ar2654/opt/OpenSPARCT1/flat_files"
cp ${FILE} /home/ar2654/opt/OpenSPARCT1/flat_files
done

Comments

Popular posts from this blog

Generating 16k ROM using Xilinx IP COREGEN and simulating it in modelsim

Setting up atalanta ATPG to work on Linux

Sparse matrix - 3 tuple representation