aboutsummaryrefslogtreecommitdiffstats
path: root/tests/sva/basic02.sv
diff options
context:
space:
mode:
authorClifford Wolf <clifford@clifford.at>2017-07-22 16:35:46 +0200
committerClifford Wolf <clifford@clifford.at>2017-07-22 16:35:46 +0200
commit84f15260b5f3d328c75ee385d2fdc2861b4e8f59 (patch)
tree87917cc11e9d0d69751ffaed5836ed970d532e26 /tests/sva/basic02.sv
parent5be535517cfe9ce4c664e95eb02684305fc268e3 (diff)
downloadyosys-84f15260b5f3d328c75ee385d2fdc2861b4e8f59.tar.gz
yosys-84f15260b5f3d328c75ee385d2fdc2861b4e8f59.tar.bz2
yosys-84f15260b5f3d328c75ee385d2fdc2861b4e8f59.zip
Add more SVA test cases for future Verific work
Diffstat (limited to 'tests/sva/basic02.sv')
-rw-r--r--tests/sva/basic02.sv2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/sva/basic02.sv b/tests/sva/basic02.sv
index 6100c50ae..cf2d72ae7 100644
--- a/tests/sva/basic02.sv
+++ b/tests/sva/basic02.sv
@@ -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 (.*);