Initial Commit (steal code from https://github.com/jop-devel/jop)
authorSam Moore <[email protected]>
Thu, 10 Apr 2014 11:23:53 +0000 (19:23 +0800)
committerSam Moore <[email protected]>
Thu, 10 Apr 2014 11:23:53 +0000 (19:23 +0800)
commit0e33e3a609436a1fd615c12592ea78b5a21f0385
tree5d0b5a2e6a52ee8e91a86e5e8bb735d41eaccd1c
Initial Commit (steal code from https://github.com/jop-devel/jop)

All code in the initial commit is as it was in the jop repo at the time. jop is under GPL 3.0

Note we are only taking the fpu from /vhdl/fpu - jop is a much larger project implementing the full JVM.

From this point onwards all changes are by the commit author(s).
27 files changed:
.gitignore [new file with mode: 0644]
README [new file with mode: 0644]
src/addsub_28.vhd [new file with mode: 0644]
src/bug_report.txt [new file with mode: 0644]
src/comppack.vhd [new file with mode: 0644]
src/fpu.vhd [new file with mode: 0644]
src/fpupack.vhd [new file with mode: 0644]
src/mul_24.vhd [new file with mode: 0644]
src/post_norm_addsub.vhd [new file with mode: 0644]
src/post_norm_div.vhd [new file with mode: 0644]
src/post_norm_mul.vhd [new file with mode: 0644]
src/post_norm_sqrt.vhd [new file with mode: 0644]
src/pre_norm_addsub.vhd [new file with mode: 0644]
src/pre_norm_div.vhd [new file with mode: 0644]
src/pre_norm_mul.vhd [new file with mode: 0644]
src/pre_norm_sqrt.vhd [new file with mode: 0644]
src/readme.txt [new file with mode: 0644]
src/serial_div.vhd [new file with mode: 0644]
src/serial_mul.vhd [new file with mode: 0644]
src/sqrt.vhd [new file with mode: 0644]
src/test_bench/fpu_wave.do [new file with mode: 0644]
src/test_bench/fpusim.bat [new file with mode: 0644]
src/test_bench/maketest.bat [new file with mode: 0644]
src/test_bench/readme.txt [new file with mode: 0644]
src/test_bench/tb_fpu.vhd [new file with mode: 0644]
src/test_bench/timesoftfloat.exe [new file with mode: 0644]
src/test_bench/txt_util.vhd [new file with mode: 0644]

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