Merge branch 'master' of https://github.gatech.edu/casl/Vortex
This commit is contained in:
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
14
models/memory/cln28hpm/convertToDBAll.csh
Normal file
14
models/memory/cln28hpm/convertToDBAll.csh
Normal 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
|
||||
13
models/memory/cln28hpm/convert_lib_to_db.tcl
Executable file
13
models/memory/cln28hpm/convert_lib_to_db.tcl
Executable file
@@ -0,0 +1,13 @@
|
||||
set SOURCE_FILES [glob *.lib]
|
||||
foreach FILE ${SOURCE_FILES} {
|
||||
read_lib $FILE
|
||||
redirect -variable CURR_LIB {get_lib}
|
||||
|
||||
set CURR_LIB [string range $CURR_LIB 2 end-3]
|
||||
set CURR_LIB [lindex $CURR_LIB 0]
|
||||
set FILENAME [string range $FILE 0 end-4]
|
||||
write_lib $CURR_LIB -output ${FILENAME}.db
|
||||
remove_lib $CURR_LIB
|
||||
}
|
||||
|
||||
exit
|
||||
3759
models/memory/cln28hpm/rf2_128x128_wm1/command.log
Normal file
3759
models/memory/cln28hpm/rf2_128x128_wm1/command.log
Normal file
File diff suppressed because it is too large
Load Diff
Binary file not shown.
Binary file not shown.
Binary file not shown.
3759
models/memory/cln28hpm/rf2_256x128_wm1/command.log
Normal file
3759
models/memory/cln28hpm/rf2_256x128_wm1/command.log
Normal file
File diff suppressed because it is too large
Load Diff
Binary file not shown.
Binary file not shown.
Binary file not shown.
3759
models/memory/cln28hpm/rf2_256x19_wm0/command.log
Normal file
3759
models/memory/cln28hpm/rf2_256x19_wm0/command.log
Normal file
File diff suppressed because it is too large
Load Diff
Binary file not shown.
Binary file not shown.
Binary file not shown.
3759
models/memory/cln28hpm/rf2_32x128_wm1/command.log
Normal file
3759
models/memory/cln28hpm/rf2_32x128_wm1/command.log
Normal file
File diff suppressed because it is too large
Load Diff
Binary file not shown.
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user