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