摘要:
数组的定义: An array is a collection of variables, all of the sametype, and accessed using the same name plus one or more indices. 合并数组和非合并数组:packed array, 阅读全文
摘要:
post sim中,会进行动态仿真。 在跨时钟域设计中,经常用打2及或3级节拍的方式,进行同步采样,避免glitch。 但是,仿真工具并不知道这些DFF是用来同步的。所以在枚举路径,检测时序的时候,会报setup hold time错误。 因此,在post sim中,发现这些violation后,需 阅读全文
摘要:
1.光标移动: k h l j H:页头 M L:页尾 gg:头 G:尾 crtl u ctrl b ctrl d ctrl f gf:文件跳转 ctrl o:回来 b:前一单词头 e:后一单词尾 ():句子首位 {}:段落首位 ngg:跳转到行 n|:跳转到列 n+:上一n行(shift) n-: 阅读全文