3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-08-09 20:50:51 +00:00

Add more SVA test cases for future Verific work

This commit is contained in:
Clifford Wolf 2017-07-22 16:35:46 +02:00
parent 5be535517c
commit 84f15260b5
5 changed files with 74 additions and 1 deletions

View file

@ -13,4 +13,4 @@ module top_properties (input logic clock, read, write, ready);
a_wr: assert property ( @(posedge clock) write |-> ready );
endmodule
bind top top_properties inst (.*);
bind top top_properties properties_inst (.*);