All Projects → danshanley → FPU

danshanley / FPU

Licence: GPL-3.0 license
IEEE 754 floating point unit in Verilog

Programming Languages

Verilog
626 projects
python
139335 projects - #7 most used programming language

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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].