Files
iverilog/vpi
Purdea Andrei c9d2400dd0 fixing: %0b format prints nothing for a 0 input
the following example returns ||. This patch fixes it to return |0|.
module t();
wire [3:0] b;
initial
    $monitor("|%0b|", b);
assign b = 0;
endmodule
2009-03-19 09:07:02 -07:00
..
2009-02-10 11:47:04 -08:00
2009-03-19 08:59:10 -07:00
2009-03-19 08:59:10 -07:00
2009-03-19 08:59:10 -07:00
2008-11-13 15:56:29 -08:00
2009-01-29 17:35:28 -08:00