Sign in
foss-fpga-tools
/
third_party
/
Surelog
/
6ce6840a96fc0d4401dbc401b0aecc29d7234654
/
.
/
SVIncCompil
/
Testcases
/
YosysTests
/
regression
/
issue_00987
/
top.v
blob: db72c610e6c840d38e21161ef7efb911aa87a7b9 [
file
]
module
test
(
output
var
a
,
input b
);
always_comb a
=
b
;
endmodule