pitch与grid有什么区别
pitch 是金属线中心点与金属线中心点的距离。
grid 是走线每画一条线的最小线宽。
也就是说pitch为金属线间的最小间距,而grid为金属布线的最小宽度?可以这样理解吗?
好像pitch的说法有点问题,最小线间距是spacing, pitch=spacing + 最小线宽
学习了
To complete the expllanation:
Grid has two meanings:
-custom layout grid: Grid is tool setting. But technology has some requirement on minimum grid resolution.
- Router grid: Grid here is hypothesis grids that the routing will be over them (As much as possible).
Pitch is related to DRC.
pitch=spacing+width.
Place and route tools may suppose a little larger value for the pitch to have better routing.
So the spacing of routing grids are the value of pitch.
学习了。
之前对这些概念比较模糊,学习了~
受教了!
route的时候,其实质就是将std cell的pin根据netlist的关系连接起来,布线工具要求pin的位置必须要放在grid上面。
学习了,谢谢高手分析!
不是一会事,它们区别很大
Grid满足DRC的前提下,方便走线,不排除有些Routing不在Grid上的情况
Pitch是指一个区域之间的间隔,可以是Grid之间的间隔,但是Grid指的是一条条的线。
学习了
pitch是routing rue,grid是指制造精度,严格地说是指工具中能够画的最小刻度。有时也可能指std cell pitch,即pitch=grid
学习了,不uco。
学习。
grid 是工具允许的最小刻度,与制造精度对应。process能够保证的精度。
pitch是指某一层金属走线通道宽度,一般是min width + min space
谢谢,学习了。
grid与track的区别是?
两条track之间的距离就是pitch吧
track = n×grid
track = n×grid
搭车同问,grid是不是某种类似“最小步长”的东西啊?要求所有大的长度都是它的整倍数?
grid应该是标准单元的基本分辨率吧。通常标准单元是grid的7or9倍。
而pitch是在衡量走线占用的宽度时候定义的,通常是线宽+线间距。这个值根据你需要走的线不同可能变化。比如一般线用标准的一个pitch=0.22+0.26=0.48 ,而clock线可能用0.48+0.48=0.96作为一个pitch。
so , pitch=spacing+width in length
好 学习了
xuexi~
n x pitch吧?