mirror of
https://github.com/YosysHQ/yosys
synced 2026-06-26 10:38:47 +00:00
6 lines
54 B
Verilog
6 lines
54 B
Verilog
module a;
|
|
task to (
|
|
input [3]x
|
|
);
|
|
endtask
|
|
endmodule
|