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