Spice in Standard Cell. Then we want to add Power/Ground symbol in "every Standard cell"
Any Skill supports
Example:
A: Power/Ground Circuit
B: Standcell
C: A+B -->C
作者: 着着着火了 时间: 2024-3-13 17:57
一个可以把sch中的obj复制到整个库的所有cell的skill脚本 https://bbs.eetop.cn/thread-965405-1-1.html
(出处: EETOP 创芯网论坛 (原名:电子顶级开发网)) 作者: mitchell0001 时间: 2024-3-17 19:51
Excuse me, How to use above skill ?
In CIW load skill, then how to run Procedure..
Many thanks again !!! 作者: lnxmj 时间: 2024-3-18 21:26
感谢分享作者: trumen 时间: 2024-3-19 20:06
以前做过这样事情,具体代码记不清了,思路这样的:
1. 在import spice时,避免将power、ground导成global net,这样schematic里面就有power、ground这两个pin;
2. 再用skill打开symbol view,做一个合适的坐标添加pin; 作者: mitchell0001 时间: 2025-8-26 13:04
Excuse me, how to do it ?