5 lines
78 B
Coq
5 lines
78 B
Coq
|
|
module top;
|
||
|
|
parameter value = (1:2:3);
|
||
|
|
initial $display(value);
|
||
|
|
endmodule
|