- The calculator takes two 32 bit numbers as input.
- The two inputs are unsigned, that is you don’t have to take care of the sign (number can only be positive).
- Output of the calculator includes a single 32 bit number which will be the result and a single bit output indicating the overflow.
- Overflow occurs when more than 32 bits are required to represent the result.
-
Notifications
You must be signed in to change notification settings - Fork 1
05Tushar/Factorial-of-number-using-Verilog
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
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 0
No packages published