首页 > 其他 > 详细

Verification之PSL之Quick guide

时间:2015-06-03 21:22:29      阅读:202      评论:0      收藏:0      [点我收藏+]

 

3  External assertion files

  Syntax

1 vunit name (hierarchical_HDL_design_unit)
2 {
3   default clock is <clock_decl>;
4   <PSL_stmts_and/or_HDL_decls_and_stmts>;
5   ...
6 }

  Example

1 vunit check_dram_controller(dram_control(RTL))
2 {
3   default clock is rising_edge(clk);
4   sequence refresh_seq is {(cas and ras and we)[*2];   
5   (not cas and not ras)};
6   ...
7 }

 

Verification之PSL之Quick guide

原文:http://www.cnblogs.com/mengdie/p/4550130.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!