3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-07-24 13:18:56 +00:00

Major redesign of Verific SVA importer

Signed-off-by: Clifford Wolf <clifford@clifford.at>
This commit is contained in:
Clifford Wolf 2018-02-27 20:33:15 +01:00
parent 6f26695d9b
commit 25e33d7ab8
2 changed files with 574 additions and 6 deletions

View file

@ -5,7 +5,7 @@ module top (
default clocking @(posedge clk); endclocking
assert property (
a ##[*] b |=> c until ##[*] d
a ##[*] b |=> c until d
);
`ifndef FAIL