Sign in
foss-fpga-tools
/
third_party
/
Surelog
/
d4bc91e228686cd8ec9eee019b4f0db9b7bc26cb
/
.
/
SVIncCompil
/
Testcases
/
Google
/
chapter-6
/
6.9.1--logic_vector.sv
blob: cf88bbf2396b9a48ebd3a5dac3731343e33ea56b [
file
] [
log
] [
blame
]
/*
:name: logic_vector
:description: logic vector tests
:should_fail: 0
:tags: 6.9.1
*/
module
top
();
logic
[
15
:
0
]
a
;
endmodule