2022年2月6日

3-phase的超时退出(timeout,仅限于run_phase,内含wait(0)以及phase.get_name())

摘要: 资料来源 (1) UVM实战-张强; (2) UVM source code; 注意:wait(expression)会一直阻塞,直到expression为真; wait(0)表示永远阻塞,这种用法会在UVM source code中遇到; 1.phase的超时退出 (1)背景: 验证平台运行时,有 阅读全文

posted @ 2022-02-06 18:31 知北游。。 阅读(1234) 评论(0) 推荐(0) 编辑

Verdi-Using FSM coverage & Assert coverage

摘要: 资料来源 (1) coverage user guide and tutorial 1.Using FSM coverage 注:如果为了方便查看fsm的哪些跳转没有cover到,可以勾选面板中的show as list选项; 2.Assert coverage 阅读全文

posted @ 2022-02-06 15:21 知北游。。 阅读(728) 评论(0) 推荐(0) 编辑

导航