What is the difference between the symbol '->' and '|->' in System Verilog Assertion Properties

后端 未结 0 416
傲寒
傲寒 2020-12-03 15:52

I have encountered an example property which works here:

property p_a;
    @(posedge clk) $rose(a) -> $rose(b);
endproperty

There is no sy

相关标签:
回答
  • 消灭零回复
提交回复
热议问题