blob: 9977e74610675591b354b370e73ea6e7df8a8066 [file] [log] [blame]
/*
:name: enum_xx_inv
:description: invalid enum with x tests
:should_fail: 1
:tags: 6.19
:type: simulation
*/
module top();
enum bit [1:0] {a=0, b=2'bxx, c=1} val;
endmodule