ipdf/vfpu.git
10 years agoStart to adapt so we can change the representation
Sam Moore [Fri, 11 Apr 2014 15:07:40 +0000 (23:07 +0800)]
Start to adapt so we can change the representation

Specifically, remove the magic 8 bit exponent / 23 bit mantissa (32 bit IEEE) numbers.

There are *a lot* of them. A lot are still there.

=> Don't run this vfpu it is probably broken.
   At the very least do not change any of the constants in fpupack.vhd

10 years agoAdd Makefile, change original tester to be the vfpu
Sam Moore [Fri, 11 Apr 2014 04:53:55 +0000 (12:53 +0800)]
Add Makefile, change original tester to be the vfpu

10 years agoInitial Commit (steal code from https://github.com/jop-devel/jop)
Sam Moore [Thu, 10 Apr 2014 11:23:53 +0000 (19:23 +0800)]
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).

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