Sign in
foss-fpga-tools
/
third_party
/
Surelog
/
6ce6840a96fc0d4401dbc401b0aecc29d7234654
/
.
/
SVIncCompil
/
Testcases
/
YosysTests
/
regression
/
issue_01131
/
top.v
blob: 2757ef70f2cee1c4d2ce849311cc2f57217175a5 [
file
]
module
minimal
;
reg
[
7
:
0
]
q
;
initial
begin
q
<=
'81;
end
endmodule