danshanley / FPU

IEEE 754 floating point unit in Verilog

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

IEEE 754 floating point unit in Verilog

License:GNU General Public License v3.0


Languages

Language:Verilog 79.3%Language:Python 20.7%