摘要: key word: 仿真建模 clock采样block/nonblockblocking时,有时候clk会sample edge后的data;nobocking时,clk sample以前的data,再更新data数据。 阅读全文
posted @ 2015-03-12 11:36 CHIPER 阅读(151) 评论(1) 推荐(0)
摘要: 1.task declaration 个人喜欢ANSI C格式的声明: task mytask(output int x,input logic y); ...... endtask注意端口列表的方向和数据结构,容易犯错,最好每个逐一显示声明。2.static and automatic tasks... 阅读全文
posted @ 2015-03-12 01:02 CHIPER 阅读(2263) 评论(0) 推荐(0)