Skip to content

ninzzd/fp-adder32-verilog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fp-adder32-verilog

Implements a 32-bit floating-point adder based on the IEEE 754 standards, in Verilog HDL

Commands

# Comparator testbench
iverilog -o comp8_tb.vvp tb/comp8_tb.v src/add8.v src/comp8.v
vvp comp8_tb.vvp
gtkwave comp8_tb.vcd

# Complete adder testbench
iverilog -o fadd32_tb.vvp tb/fadd32_tb.v src/*.v
vvp fadd32_tb.vvp
gtkwave fadd32_tb.vcd

About

Implements a 32-bit floating-point adder based on the IEEE 754 standards, in Verilog HDL

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published