index
:
iCE40/yosys
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tests
/
errors
/
syntax_err03.v
blob: 6eec44ade3d8b4d4a987e2deeb146fcb08bf147c (
plain
)
1
2
3
4
5
6
7
module
a
;
task
to
(
input
[
3
]
x
);
endtask
endmodule