/FPU

IEEE 754 floating point unit in Verilog

Primary LanguageVerilogGNU General Public License v3.0GPL-3.0

FPU

IEEE 754 floating point unit in verilog

Alt Text

Generating test cases

python3 testgen.py op numTests

Example: python3 testgen.py SUB 5

Testing with Icarus verilog

To synthesize:

iverilog -o fpu fpu.v fpu_tb.v

To run:

vvp fpu

RTL viewer with yosys

yosys show_rtl.ys