RE: Reminder: LRM Committee Call


Subject: RE: Reminder: LRM Committee Call
From: Martin O'Leary (oleary@cadence.com)
Date: Mon Apr 08 2002 - 17:43:21 PDT


(XZ example for conf call.)

// nan.v

module foo;

    real r;
    integer i;

    initial begin
        i = 1'bX;
        r = 1'bX;
        $strobe("r =",r);
        $strobe("i =",i);
    end

endmodule

This gives the following output;

i = X
r =0

> -----Original Message-----
> From: Srikanth Chandrasekaran [mailto:schandra@asc.corp.mot.com]
> Sent: Sunday, April 07, 2002 6:24 PM
> To: Verilog-AMS Committee
> Subject: Reminder: LRM Committee Call
>
>
> The LRM committee call is scheduled for tomorrow 4:30pm US PST.
> The dialin number is the same.
>
> cheers,
> Sri
> --
> Srikanth Chandrasekaran
> Global Software Group, EDA SBU
> Motorola Australia.
> Phone: +61-8-8168 3592 Fax: x3501
>



This archive was generated by hypermail 2b28 : Mon Apr 08 2002 - 17:44:33 PDT