Sign in
foss-fpga-tools
/
third_party
/
Surelog
/
1c596881d1a7fc4baa7972b1f16b2e3d461aa200
/
.
/
src
/
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