找回密码
 注册
关于网站域名变更的通知
查看: 456|回复: 0
打印 上一主题 下一主题

删除没有网络的线头-源码分享(转载)

[复制链接]

该用户从未签到

跳转到指定楼层
1#
发表于 2019-11-20 22:22 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式

EDA365欢迎您登录!

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

x
procedure( _rm_nc_clines()        let(list(l_clines, cline cline_count rm_cline_count )          l_nc_vias=list()          cline_count = 0          rm_cline_count = 0          axlClearSelSet()          axlSetFindFilter(?enabled '("NOALL"  "CLINES" invisible) ?onButtons '("CLINES"))          axlAddSelectAll()        ;select all of the clines in the design          l_clines = axlGetSelSet()        ;put the clines in a list          cline_count = axlGetSelSetCount()          printf("%d clines found in the design.\n" cline_count)          axlClearSelSet()          ;step through the cline list looking for unconnected cline.          foreach(cline l_clines            if(cline->net->name==nil then              ;found an unconnected cline              axlDeleteObject(cline)        ;delete the cline              rm_cline_count++                ;increment the counter            );endif          );end foreach          printf("%d unconnected vias removed.\n" rm_cline_count)        );end let);end procaxlCmdRegister("rmc" '_rm_nc_clines)

同时想说一下,网站的贡献太难获得了能不能改的好一点
您需要登录后才可以回帖 登录 | 注册

本版积分规则

关闭

推荐内容上一条 /1 下一条

EDA365公众号

关于我们|手机版|EDA365电子论坛网 ( 粤ICP备18020198号-1 )

GMT+8, 2025-6-11 05:23 , Processed in 0.078125 second(s), 24 queries , Gzip On.

深圳市墨知创新科技有限公司

地址:深圳市南山区科技生态园2栋A座805 电话:19926409050

快速回复 返回顶部 返回列表