7 lines
159 B
Coq
7 lines
159 B
Coq
|
|
module top;
|
||
|
|
// This should fail because XX5 is given an undefined constant (2-state).
|
||
|
|
enum {VAL5, XX5 = 'bx} en5;
|
||
|
|
|
||
|
|
initial $display("FAILED");
|
||
|
|
endmodule
|