This project contains VHDL implementation of Prime Number Detection of 8 bit unsigned numbers. Two different approaches were tried:
- Trial Division
- Miller Rabin Test
- PND_Trial_Division
- MRT
- Decreasing the latency of the final result for MRT
- Replace the for loops inside PND Trial Division with a clock based implementation
- Developing MRT which supports larger bit width for inputs
Fell free to submit a pull request :)
This project is licensed under the MIT License - see the LICENSE.md file for details