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