assertoff

作者: Poisson_Lee | 来源:发表于2021-07-19 10:06 被阅读0次

https://stackoverflow.com/questions/47931269/how-to-use-assertoff-from-test-to-disable-assertion-in-side-uvm-object

对于有些仿真工具,断言不一定能在class/object中关闭。 一般在module中关闭。
class中的断言代码,可以给断言加上判断条件,想关闭的时候,将条件置0.

相关文章

  • assertoff

    https://stackoverflow.com/questions/47931269/how-to-use-a...

网友评论

      本文标题:assertoff

      本文链接:https://www.haomeiwen.com/subject/oaecmltx.html