mirror of https://github.com/YosysHQ/yosys.git
7 lines
54 B
Verilog
7 lines
54 B
Verilog
|
|
module a;
|
||
|
|
task to (
|
||
|
|
input [3]x
|
||
|
|
);
|
||
|
|
endtask
|
||
|
|
endmodule
|