Sign in
foss-fpga-tools
/
third_party
/
Surelog
/
5fc392ff83ea0acf652bc53330a76f269601c5b5
/
.
/
SVIncCompil
/
Testcases
/
YosysTests
/
regression
/
issue_00093
/
top.v
blob: abbddc0290882a139fcf7309ffcaac65ebbd0512 [
file
]
module
top
(
b
);
inout b
;
reg c
;
assign
+
0
-
c
=
b
;
endmodule