From: Kurt Baty (kurt@wsfdb.wsfdb.com)
Date: Mon May 05 2003 - 11:46:24 PDT
Precedence: bulk
> From drm@xilinx.com Mon May 5 13:41:55 2003
>
> > 2 ** -1 = 1 = 0.5
> > -2 ** -1 = -1 = -0.5
>
please note that:
initial
begin
x_real = 0.5;
x = x_real;
$display("x = %0d = x_real =",x,x_real);
$display;
for(y=limit;y>=-limit;y=y-1) begin
displays:
Highest level modules:
ieee_etf_140_test
x = 1 = x_real =0.5
4 ** 4 = 256 = 256
kurt
This archive was generated by hypermail 2.1.4
: Mon May 05 2003 - 11:54:07 PDT
and
sponsored by Boyd Technology, Inc.