5 lines
124 B
Coq
5 lines
124 B
Coq
|
|
module top;
|
||
|
|
enum bit [3:0] {first, second, third, fourth, last = -4'sd1} my_type;
|
||
|
|
initial $display("PASSED");
|
||
|
|
endmodule
|