blob: 5517a6c11fc826eb981ffb926faee7bdc9a86626 [file] [log] [blame]
/*
:name: real_idx
:description: real indexing tests
:should_fail: 1
:tags: 6.12
:type: simulation
*/
module top();
real a = 0.5;
wire b;
assign b = a[2];
endmodule