mirror of https://github.com/efabless/caravel.git
feat: print the log file of get_net_length
This commit is contained in:
parent
abec431dee
commit
9e09d80a91
|
@ -3,6 +3,7 @@
|
|||
# usage get_net_length.bash merged.lef design.def wire_length.txt
|
||||
set -u
|
||||
{
|
||||
echo "logging to $(dirname $3)/get_net_length-openroad.log"
|
||||
openroad -exit -no_splash <<EOF
|
||||
read_lef $1
|
||||
read_def $2
|
||||
|
|
Loading…
Reference in New Issue