IC技术圈最新专栏文章
用python把pdf转成jpeg图片
ExASIC Sept. 18, 2025, 11:48 a.m.
记录一下用python pdf2image把pdf转成jpeg图片的方法
禾赛登陆香港交易所主板
半导体行业快讯 Sept. 17, 2025, 7:27 a.m.
2025 年 9 月 16 日,禾赛科技在香港交易所主板挂牌上市。
【innovus】fab回复说“我们不提供ict/captable”
ExASIC Sept. 16, 2025, 6:13 p.m.
最近用到一个新工艺,找了一圈发现只有icc的tluplus文件,却没有innovus的captable。咨询fab,却回复说“我们不提供ict/captable”
为什么emacs里有些命令敲了一半用C-g取消不掉?
ExASIC Sept. 16, 2025, noon
确实有一种编辑状态“递归编辑”,用C-g可能无法取消
innovus里source tcl script时,如何插入一个结束符,忽略掉后续的行?
iLoveIC Sept. 10, 2025, 6:06 p.m.
芯片中后端flow里,用return来分段debug tcl script
linux top指令的筛选和排序
ExASIC Sept. 10, 2025, 10:02 a.m.
记录几个好用的top技巧
AI-Driven ECO: From Natural Language to Automated Complex Operations
NanDigits Sept. 8, 2025, 8:57 p.m.
Artificial Intelligence is evolving rapidly, and its integration into EDA is making netlist ECO flows smarter than ever. With the support of AI agents, highly complex ECO operations can now be executed using simple natural language instructions. This represents a major shift from manual scripting and tedious command writing to an intuitive, AI assisted workflow.
ict转captable,ict转qrctechfile
iLoveIC Sept. 8, 2025, 6:20 p.m.
记录一下:ict转captable、ict转qrctechfile的方法
借助go语言简洁的并行语法优势,把多个ict并行转成captable
iLoveIC Sept. 8, 2025, 2:31 p.m.
本文介绍go语言的并行执行的用法,把多个ict并行转成captable的方法
tcl里如何定义函数(二):任意个数参数
iLoveIC Sept. 6, 2025, 6:42 p.m.
本文介绍tcl里函数传入任意个数参数的方法
tcl里如何定义函数(一):基础使用
iLoveIC Sept. 6, 2025, 5:51 p.m.
本文介绍tcl里定义函数的方法
如何在innovus中用命令找到drive和load
iLoveIC Sept. 2, 2025, 12:09 p.m.
本文介绍了在innovus中用命令找到port/pin/net的drive和load的方法
用tcl在dc里为所有的sram输入输出pin插一对反相器
iLoveIC Sept. 1, 2025, 7:07 p.m.
因为APR place位置原因,需要dc综合时,在sram输入输出pin上插一对反相器,那么应该怎么做呢?
用vcs统计代码覆盖率,verdi查看覆盖率报告
ExASIC Aug. 15, 2025, 6:35 p.m.
介绍在vcs里统计代码覆盖率的方法,并介绍如何用verdi合并和查看报告
用wget/curl下载网址附件
web开发笔记 Aug. 3, 2025, 11:29 p.m.
当网址里不带文件名时怎么用命令行下载文件?
emacs里对选中的行进行排序(a-z字典顺序)
ExASIC July 29, 2025, 2:41 p.m.
文本介绍在emacs里对选中的行进行排序的方法
emacs把文件转成utf-8格式
ExASIC July 29, 2025, 2:36 p.m.
在emacs里把文件转成utf-8的方法:C-x C-m f
【go语言】用govcl实现windows平台的gui界面
web开发笔记 July 29, 2025, 12:38 a.m.
本文介绍如何在windows上实现一个gui界面
synopsys收购ansys成了,华大九天收购芯和却黄了
半导体行业快讯 July 25, 2025, 11:52 p.m.
全球最大的EDA公司Synopsys发布新闻,宣布完成对Ansys的收购。
innovus里写一个tcl函数实现插入physical cell的阵列
iLoveIC July 23, 2025, 4:10 p.m.
本文介绍在innovus里写一个tcl函数实现插入某cell的阵列的方法。