Skip to content

Commit

Permalink
added more utils in the SAK
Browse files Browse the repository at this point in the history
  • Loading branch information
mkkassem committed May 25, 2022
1 parent a251f7b commit d59b40f
Show file tree
Hide file tree
Showing 860 changed files with 304,840 additions and 25 deletions.
9 changes: 9 additions & 0 deletions images/foss-asic-tools/addons/sak/bin/pin2drawing_inplace.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
layers=(67 68 69 70 71 72)
files=( "$@" )

for f in "${files[@]}"; do
echo "Working on $f"
for l in "${layers[@]}"; do
sh $(dirname $0)/cp_shapes.sh $f $l/16 $l/20
done
done
1 change: 1 addition & 0 deletions images/foss-asic-tools/addons/sak/bin/xor.sh
Loading

0 comments on commit d59b40f

Please sign in to comment.