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