Pyverilog icon indicating copy to clipboard operation
Pyverilog copied to clipboard

Support SVA assert/assume

Open zhanghongce opened this issue 3 years ago • 1 comments

This pull request partially address the issue (https://github.com/PyHDI/Pyverilog/issues/87) as it adds support for assert property (...), always @(...) begin assert (...); end, assume property (...), always @(...) begin assume (...); end

Of course, some more work is needed in order to support @(posedge clk) inside the property.

zhanghongce avatar May 05 '22 06:05 zhanghongce

+1 - this would be a great feature to merge

parker-research avatar Nov 28 '24 03:11 parker-research