Sign in
foss-fpga-tools
/
third_party
/
Surelog
/
e4de98c2f51ca2a9a11f5ec5c925073e087e1e05
/
.
/
third_party
/
tests
/
Google
/
chapter-16
/
16.2--cover.sv
blob: b13caaac6515d2b3b2dd38648234635c557ccc98 [
file
] [
log
] [
blame
]
/*
:name: cover_test
:description: cover test
:should_fail: 0
:tags: 16.2
*/
module
top
();
logic a
=
1
;
cover
(
a
!=
0
);
endmodule