uvm_monitor中插入断言报错
时间:10-02
整理:3721RD
点击:
现在uvm_monitor的run_phase任务中直接加入断言,运行NC发现在"property xxxx"处编译报错,提示如下:
ncvlog: *E,NOTSTT (filename,line/column): expecting a statement [9(IEEE)].
请问正确写法是怎样的?最好给个例子,谢谢!
ncvlog: *E,NOTSTT (filename,line/column): expecting a statement [9(IEEE)].
请问正确写法是怎样的?最好给个例子,谢谢!
为什么不放在tb_top.sv中呢
谢谢allencherry,是不是断言仅能用于module/interface内,而不能用在class内?