摘要: 转载 http://www.360doc.com/content/14/0109/12/552866_343827433.shtml1、先建立一个空目录 mkdir /data/blank 2、用rsync删除目标目录 rsync --delete-before -d -a -H -v --p... 阅读全文
posted @ 2014-08-28 14:08 in_condition 阅读(248) 评论(0) 推荐(0) 编辑
摘要: 可以用 upvar 命令模拟传引用调用的行为,这对数组特别有用。如果a是一个数组,就不能像myproc $a这样把它传给过程myproc,因为并没有 对应整个数组的值;只有对应各个数组元素的值。 但是可以把数组名传给过程,myproc a,然后使用upvar命令在过程中访问数组的元素。 下面是在过程... 阅读全文
posted @ 2014-08-21 15:41 in_condition 阅读(790) 评论(0) 推荐(0) 编辑
摘要: Operation condition 主要指芯片运行的环境的不同,在这里加上Interconnect net 模型.Operating conditionDescriptionProcess derating factorThis value is related to the scaling o... 阅读全文
posted @ 2014-08-13 20:05 in_condition 阅读(380) 评论(0) 推荐(0) 编辑
摘要: SPF--Standard Parasitic FormatDSPF--Detailed Standard Parasitic FormatRSPF--Reduced Standard Parasitic FormatSPEF--Standard Parasitic Exchange FormatS... 阅读全文
posted @ 2014-08-12 09:05 in_condition 阅读(3951) 评论(0) 推荐(0) 编辑