Initial Commit (steal code from https://github.com/jop-devel/jop)
[ipdf/vfpu.git] / src / bug_report.txt
1 ==fpu_v16==
2 1) Corrected an embarrassing sytax error in "tb_fpu.vhd": start_i <= 0 to start_i <= '0'
3 2) In "serial_div.vhd" and "sqrt.vhd": unused bits in some signals were initialized. 
4 3)Not need line in "fpusim.bat" was removed.
5
6 ==fpu_v17==
7 1)Corrected bug related to adding two denormalized operands.
8
9 ==fpu_v18==
10 1)post_norm_addsub.vhd: Restructured and fixed a bug
11 2)fpu.vhd: Altered add/sub COUNT
12 3)tb_fpu.vhd: Added some boundary values.
13
14 ==fpu_v19== 26. April 2007
15 1)A minor bug was found and corrected when the serial multiplier is used (thanks to Chris Basson!)

UCC git Repository :: git.ucc.asn.au