Sign in
foss-fpga-tools
/
third_party
/
Surelog
/
356a4bf2123fc606ca19fbed9b9c535f149fdec5
/
.
/
SVIncCompil
/
Testcases
/
YosysTests
/
regression
/
issue_00041
/
top.v
blob: cec21ae20f2f6a8401f9e89452a29fd04f9f32bc [
file
] [
log
] [
blame
]
module
top
(
b
);
input b
;
task
DoSomething
(
input
[
7
:
0
]
A
);
endtask
endmodule