Skip to content

05Tushar/Factorial-of-number-using-Verilog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Factorial-of-number-using-Verilog

  1. The calculator takes two 32 bit numbers as input.
  2. The two inputs are unsigned, that is you don’t have to take care of the sign (number can only be positive).
  3. Output of the calculator includes a single 32 bit number which will be the result and a single bit output indicating the overflow.
  4. Overflow occurs when more than 32 bits are required to represent the result.

About

Calculate the factorial of a number using Verilog without using any for loop or while loop.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published