Don't print random debug information
[ipdf/vfpu.git] / README
1 This is a virtual floating point unit (FPU) implemented in VHDL.
2
3 It is (or was as of the initial commit) stolen from the Java Optimised Processor https://github.com/jop-devel/jop
4
5 A test bench is used to compile a simulator executable for the FPU that reads from stdin and writes results to stdout.
6
7 The VFPU namespace in the ipdf/code repository (git://git.ucc.asn.au/ipdf/code.git) can be used to send floating
8 point operations to this executable. This is in the files ipdf/code/src/vhdl.cpp and ipdf/code/src/vhdl.h
9
10 In theory this will allow us to test different hardware representations of floating point numbers.
11 In practice it might be beyond the scope of our project to do much with this.
12

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