bobaobo的个人空间 https://blog.eetop.cn/?1780277 [收藏] [复制] [分享] [RSS]

日志

auto_run_dum_and_drc.csh

已有 149 次阅读| 2025-8-12 15:10 |系统分类:芯片设计| csh

#!/bin/csh -f
#how to run : csh ./auto_gds_out.csh lib cell layout

set library = "$1"
set cell = "$2"
set layout = "$3"

#source pdk.csh
#ln -s cds.lib .

strmout -library $library -toPCell $cell -view $layout -strmFile $cell.gds -outputDir . -convertDot node -case preserve -logFile gdsout.log
 if($status) then
 echo strmout $cell.gds failed!
 else
 echo strmout $cell.gds successfully!

   #run dummy fill
   
   calibre -drc -hier -64 -turbo 64 DUMMY.cmd


   #run merge gds ; merge.csh
   
   calibredrv -shell < merge.csh
  #cat merge.csh :layout filemerge -in dummy.gds -in original.gds -out final.gds -createtop TOP

   #strmin to DMY lib
   strmin -library 'gds_with_dummy' -strmFile 'final.gds' -topCell 'TOP' -logFile 'strmIn.log'
   
   
   #run drc
   cd drc
   calibre -drc -hier -64 -hyper -turbo 64 ../_DRC_Cal.cmd
   calibre -rve $2.drc.results &
   calibre -rve TOP.drc.results &
   cd ..

 endif


点赞

全部作者的其他最新日志

评论 (0 个评论)

facelist

您需要登录后才可以评论 登录 | 注册

  • 6

    周排名
  • 0

    月排名
  • 0

    总排名
  • 2

    关注
  • 2

    粉丝
  • 1

    好友
  • 0

    获赞
  • 0

    评论
  • 7

    访问数
关闭

站长推荐 上一条 /1 下一条


手机版| 小黑屋| 关于我们| 联系我们| 隐私声明| EETOP 创芯网
( 京ICP备:10050787号 京公网安备:11010502037710 )

GMT+8, 2025-8-20 21:35 , Processed in 0.028097 second(s), 8 queries , Gzip On, Redis On.

eetop公众号 创芯大讲堂 创芯人才网
返回顶部