OpenCores
URL https://opencores.org/ocsvn/ft816float/ft816float/trunk

Subversion Repositories ft816float

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /ft816float/trunk/rtl
    from Rev 78 to Rev 79
    Reverse comparison

Rev 78 → Rev 79

/verilog2/DFPScaleb96.sv
72,7 → 72,7
always @(posedge clk)
if (ce) xa1a <= au.exp;
always @(posedge clk)
if (ce) xa1b <= au.exp + b;
if (ce) xa1b <= bs ? au.exp - (~b[11:0] + 2'd1) : au.exp + b;
always @(posedge clk)
if (ce) bs1 <= bs;
always @(posedge clk)
100,6 → 100,7
if (ce) snan2 <= anan1 && ma1[N*4-1:N*4-4]==4'h0;
always @(posedge clk)
if (ce) begin
infinity2 <= 1'b0;
if (anan1) begin
xa2 <= xa1a;
ma2 <= ma1;

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.