Cadence Skill 论坛

 找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索
查看: 30495|回复: 25

Notepad++里面没有SKILL语言啊

[复制链接]
发表于 2013-12-27 14:06:54 | 显示全部楼层 |阅读模式
Notepad++里面没有SKILL语言啊,各位大神你们是怎么设置的啊
 楼主| 发表于 2014-2-12 10:16:08 | 显示全部楼层
chuankay 发表于 2014-2-11 11:29
下载附件的skill.xml,“X:\Program Files\Notepad++\plugins\APIs”放到这(默认安装路径),在notepad ...

OK了, 多谢,呵呵呵
发表于 2013-12-27 19:06:34 | 显示全部楼层
没用过,我一直用的UE。
 楼主| 发表于 2014-1-17 11:35:36 | 显示全部楼层
vivienluo 发表于 2013-12-27 19:06
没用过,我一直用的UE。

我现在自己试着写SKILL 能不能指导下呢 呵呵呵
发表于 2014-1-17 18:52:43 | 显示全部楼层
chenhong72tv 发表于 2014-1-17 11:35
我现在自己试着写SKILL 能不能指导下呢 呵呵呵

把你遇到的问题说说。我一般白天不在线。。。
 楼主| 发表于 2014-2-7 12:03:22 | 显示全部楼层
vivienluo 发表于 2014-1-17 18:52
把你遇到的问题说说。我一般白天不在线。。。

新年快乐 。我老板要我学SKILL,可是根本没这方面的培训班,他要我根据他的要求先写一个简单点的SKILL程序,唉,感觉很难,呵呵呵
发表于 2014-2-9 11:31:04 | 显示全部楼层
写一个什么程序?
发表于 2014-2-9 11:31:48 | 显示全部楼层
chenhong72tv 发表于 2014-2-7 12:03
新年快乐 。我老板要我学SKILL,可是根本没这方面的培训班,他要我根据他的要求先写一个简单点的SKILL程序 ...

写一个什么程序?
 楼主| 发表于 2014-2-11 10:12:34 | 显示全部楼层
vivienluo 发表于 2014-2-9 11:31
写一个什么程序?

就是这个程序    能教教我吗? vivienluo        
This SKILL program  is for generating the testpoint coverage report.



Here’s the requirement:

A.        Report requirements
Output format: Text based report
Output file name: <PCB file name>_tprpt.txt

The testpoint coverage report contains the following reports:
1.        Report A – Testpoint coverage report
a.        Report A.1 – Net with testpoint listing
i.        The listing of net with testpoint. Both ICT & Functional testpoint shall be covered
ii.        With fields:
1.        Sequence number
2.        Net name
3.        Testpoint reference designator
a.        For ICT, it shall use the testpoint reference designator
b.        For functional, it shall use the functional testpoint reference designator, or component reference designator and pin number, e.g. C3.1
4.        X location of testpoint
5.        Y location of testpoint
6.        Testpoint placement side
7.        Testpoint type – ICT or Functional
8.        Testpoint object type – Via or pin
iii.        The report shall be sorted by the testpoint reference designator
b.        Report A.2 - Net without testpoint listing
i.        The listing of net without testpoint
ii.        With fields:
1.        Sequence number
2.        Net name
3.        Net associated component reference designator
4.        Net associated component reference designator pin number
iii.        The report shall be sorted by the net name

2.        Report B – ICT Testpoint Report
a.        The listing of ICT testpoint
i.        With fields:
1.        Sequence number
2.        Net name
3.        Testpoint reference designator
4.        X location of testpoint
5.        Y location of testpoint
6.        Testpoint placement side
7.        Testpoint object type – Via or pin

3.        Report C – Functional Testpoint Report
a.        The listing of functional testpoint report
i.        Report C.1 – Component pin assigned as functional testpoint
1.        With fields:
a.        Sequence number
b.        Net name
c.        Component reference designator
d.        Component reference designator pin number
e.        X location of testpoint
f.        Y location of testpoint
g.        Testpoint placement side
h.        Is the component pin also a ICT testpoint?
ii.        Report C.2 – Via assigned as functional testpoint
a.        Sequence number
b.        Net name
c.        Testpoint reference designator
d.        X location of testpoint
e.        Y location of testpoint
f.        Testpoint placement side
g.        Is the via also a ICT testpoint?

Each report shall contain the following report header:
4.        The report header should show:
a.        PCB file name
b.        Report generation date
c.        Total component quantity
d.        Quantity of component with testpoint (based on the component pin connected net)
e.        Quantity of component without testpoint (based on the component pin connected net)
f.        Component with testpoint coverage
i.        Calculate by the % of Quantity of component with testpoint / Total component quantity
g.        Total net quantity
h.        Quantity of net with testpoint
i.        Quantity of net without testpoint
j.        Testpoint coverage percentage
i.        Calculate by the % of Quantity of net with testpoint / Total net quantity


B.        Background Information
1.        ICT testpoint
a.        Mostly assigned to vias, but can also be assigned to component pin
b.        In Allegro database, the via or pin DBID will contain testPoint attribute. The value return should indicate the testpoint layer – “ETCH/TOP”, or “ETCH/BOTTOM”
viadb->testPoint
pindb->testPoint
c.        Testpoint shall have a reference designator and associate with that via or pin DBID. The text shall be on layer “manufacturing/probe_top” or “probe_bottom”
textlist = axlDBGetAttachedText(viadb)
for(j 0 length(textlist)-1
textdb = nth(j textlist)
        textlayer = lowerCase(textdb->layer)
        if( textlayer == "manufacturing/probe_top" || textlayer == "manufacturing/probe_bottom"
                                        testpointrefdes = textdb->text
        ); end if
); end for


2.        Functional testpoint
a.        Assigned to component pin or via
b.        In Allegro database, the via or pin DBID shall contain the property “FUNCTIONAL_TP”
viadb->prop->FUNCTIONAL_TP
pindb->prop->FUNCTIONAL_TP
发表于 2014-2-11 11:29:12 | 显示全部楼层
skill.rar (13.47 KB, 下载次数: 496)
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

Archiver|手机版|网站地图|Cadence Skill 论坛 ( 蜀ICP备13024417号 )

GMT+8, 2024-4-25 00:39 , Processed in 0.157328 second(s), 19 queries .

Powered by Discuz! X3.4

© 2001-2017 Comsenz Inc.

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