Sign in
foss-fpga-tools
/
third_party
/
Surelog
/
6974ffc5ed0bd5daee67697a11331c4ec2ca9f1e
/
.
/
SVIncCompil
/
Testcases
/
YosysTests
/
regression
/
issue_01022
/
top.v
blob: a62d5842e3199c673f185496137f366a77e8990c [
file
] [
log
] [
blame
]
module
test
(
output logic
[
31
:
0
]
b
);
assign b
=
'1;
endmodule