SV中的automatic与static【转】

摘要: 1 module breakpoint; 2 int val1; 3 int val2; 4 5 int result1;//定义在这里,或者定义在未特殊声明的function/task中都是静态的方法 6 function int incr_static(input int a); 7 $disp 阅读全文
posted @ 2018-08-27 14:19 大海熊涛 阅读(1492) 评论(0) 推荐(0)

UVM 小记

摘要: uvm_top.print_topology(); - Print topology is used to print the entire TB hierarchical structure.It is called in the end_of_elaboration_phase() after 阅读全文
posted @ 2018-08-27 13:52 大海熊涛 阅读(286) 评论(0) 推荐(0)

tmax sdf反标命令sdf_annotate

摘要: $sdf_annotate(“sdf_file”[, module_instance] [, “sdf_configfile”] [, “sdf_logfile”] [, “mtm_spec”] [, “scale_factors”] [, “scale_type”]); eg: initial b 阅读全文
posted @ 2018-03-07 11:51 大海熊涛 阅读(6991) 评论(0) 推荐(0)