iverilog/ivtest/ivltests/pr3270320_ams.v

8 lines
67 B
Verilog

module bug();
wire [7:0] b;
assign b = $abs(missing);
endmodule