Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

floating-point-arithmatic

Addition and multiplication operation of 16 bit (1sign bit, 5 exponent bits, 10 matissa bits) floating point number.

  • flop_add.v --> verilog module for floating point addition operation.
  • flop_mul.v --> verilog module for floating point multiplication operation.
  • reciprocal.v --> verilog module to find out reciprocal of a number, based on Newton Raphson method.
  • XnCalculation.v --> verilog module to find out intermediate iteration values.

About

Addition and multiplication operation of 16 bit (1sign bit, 5 exponent bits, 10 matissa bits) floating point number.

Resources

Stars

4 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages