Removed unnessary Verilog files, linked memory tech files, having problem with memory instatiation

This commit is contained in:
Lingjun Zhu
2019-10-28 14:49:55 -04:00
parent 557c987bb0
commit 50d567d70c
58 changed files with 18147 additions and 21848 deletions

View File

@@ -0,0 +1,14 @@
#! /bin/csh
setenv SNPSLMD_LICENSE_FILE 1910@ece-winlic.ece.gatech.edu
setenv PATH "${PATH}:/tools/synopsys/synthesis/j201409sp3/bin"
setenv SYNOPSYS /tools/synopsys/synthesis/j201409sp3
foreach ram (`ls`)
if ( -d ./$ram ) then
echo $ram
cd $ram
lc_shell -f ../convert_lib_to_db.tcl
cd ..
endif
end