Sign in
foss-fpga-tools
/
third_party
/
Surelog
/
91c065df031c31bc350c1052607ca347e71c741d
/
.
/
src
/
Testcases
/
YosysTests
/
regression
/
issue_00083
/
top_fault.v
blob: 513461395e3d7e364cf776fe3a73112320a35602 [
file
] [
log
] [
blame
]
module
a
(
b
);
input b
;
reg c
;
parameter
signed
b
=
b
;
endmodule