Sign in
foss-fpga-tools
/
third_party
/
Surelog
/
4a79a47b7dd03dd4b2776ee40322b0149935d234
/
.
/
src
/
Testcases
/
Google
/
chapter-16
/
16.2--cover-final.sv
blob: b1f4ee044964fc0f696a197e0ec3cbcf850abeb3 [
file
] [
log
] [
blame
]
/*
:name: cover_final_test
:description: cover final test
:should_fail: 0
:tags: 16.4
*/
module
top
();
logic a
=
1
;
cover
final
(
a
!=
0
);
endmodule