mirror of
https://github.com/YosysHQ/yosys.git
synced 2026-09-05 19:36:55 +02:00
7 lines
64 B
Verilog
7 lines
64 B
Verilog
module a;
|
|
task to (
|
|
input integer [3:0]x
|
|
);
|
|
endtask
|
|
endmodule
|