Fix compilation for Chisel 3.6.0 (#17)
Run make init to init git submodules
make init
Then run make berkeley-testfloat-3/build/Linux-x86_64-GCC/testfloat_gen to compile Softfloat and Testfloat
make berkeley-testfloat-3/build/Linux-x86_64-GCC/testfloat_gen
Run make all_tests to run all unit tests.
make all_tests
To run a specific test, see Makefile for more details.
©Copyright 2023 CCF 开源发展委员会 Powered by Trustie& IntelliDE 京ICP备13000930号
fudian - High Performance IEEE-754 Floating-Point Unit
Function units implemented in fudian
Unit testing
Run
make init
to init git submodulesThen run
make berkeley-testfloat-3/build/Linux-x86_64-GCC/testfloat_gen
to compile Softfloat and TestfloatRun
make all_tests
to run all unit tests.To run a specific test, see Makefile for more details.