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