在线咨询
eetop公众号 创芯大讲堂 创芯人才网
切换到宽版

EETOP 创芯网论坛 (原名:电子顶级开发网)

手机号码,快捷登录

手机号码,快捷登录

找回密码

  登录   注册  

快捷导航
搜帖子
查看: 5799|回复: 10

[求助] 脚本导出GDS

[复制链接]
发表于 2018-11-23 17:17:49 | 显示全部楼层 |阅读模式

马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。

您需要 登录 才可以下载或查看,没有账号?注册

x
以下是论坛里某位大侠写的:用csh脚本导出gds的范例
#!/bin/csh -f
set cellname = $2
set library = $1

$CDSHOME/tools/dfII/bin/strmout \
-library $library \
-strmFile $cellname.gds \
-runDir . \
-topCell $cellname \
-view layout \
-logFile strmOut.log \
-converDot node \
-case Preserve


使用方法:
layout_ic61_strmout.sh library cell本人是个菜鸟.用时发现有两个问题难以解决:1 strmout无法找到,使得-library 以下的命令无法进行.
发表于 2018-11-23 17:39:41 | 显示全部楼层
看下virtuoso路径对不对
发表于 2018-12-7 21:56:46 | 显示全部楼层
很可能你的strmout命令的路径和脚本的不一样。
发表于 2019-3-26 17:47:53 | 显示全部楼层
请问你的问题解决了吗?我执行上边的脚本时出现下边报错:
'-library' does not exist in the current working directory
发表于 2019-4-25 10:30:39 | 显示全部楼层
你没有定义library和cellname
发表于 2019-4-25 10:33:18 | 显示全部楼层


yiweikun 发表于 2019-3-26 17:47
请问你的问题解决了吗?我执行上边的脚本时出现下边报错:
'-library' does not exist in the current work ...


$library是获取library的参数,所以前提是要定义好包括路径的library参数
发表于 2020-9-1 18:17:51 | 显示全部楼层
为什么我的报The '-converDot' option specified is invalid.
发表于 2021-5-23 15:37:13 | 显示全部楼层


不吃鱼的猫 发表于 2020-9-1 18:17
为什么我的报The '-converDot' option specified is invalid.


'-converDot'少了一个字母t,应该是-convertDot
发表于 2022-10-14 23:42:12 | 显示全部楼层


寻雨 发表于 2019-4-25 10:33
$library是获取library的参数,所以前提是要定义好包括路径的library参数


如何定义好包括路径的library参数?
发表于 2022-10-17 10:20:35 | 显示全部楼层


layout_小白 发表于 2022-10-14 23:42
如何定义好包括路径的library参数?


set library = /路径/libname
您需要登录后才可以回帖 登录 | 注册

本版积分规则

关闭

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

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

GMT+8, 2024-4-20 07:48 , Processed in 0.028204 second(s), 7 queries , Gzip On, Redis On.

eetop公众号 创芯大讲堂 创芯人才网
快速回复 返回顶部 返回列表