Sign in
foss-fpga-tools
/
third_party
/
Surelog
/
91c065df031c31bc350c1052607ca347e71c741d
/
.
/
src
/
Testcases
/
YosysTests
/
regression
/
issue_00195
/
top.v
blob: 19ddbfcd78acdaf8571451f2a0493e2ecca64af2 [
file
] [
log
] [
blame
]
module
top
(
b
);
input b
;
wire a
=
100
_000
.
0
;
endmodule