Sign in
foss-fpga-tools
/
third_party
/
Surelog
/
4563acfd6b0b2e2137e28206273e5813fa6cdec7
/
.
/
SVIncCompil
/
Testcases
/
YosysTests
/
regression
/
issue_00071
/
top_fault.v
blob: 3847accafd61c93e74a363f2d2ddc34380637ec6 [
file
]
module
top
(
b
);
input b
;
reg
[
31
:
0
]
reg_32
=
32
'bX;
endmodule