Question
Design of a pseudo random number (PRN) generator with Seven Segments displays Write a VHDL Code You will design a random number generator that can
Design of a pseudo random number (PRN) generator with Seven Segments displays Write a VHDL Code You will design a random number generator that can generate different 8-bit number sequences. The initial conditions are loaded on reset (initial starting count). If start is set to 1 the then the pseudo random generator generates a random sequence and when start signal is set to zero it stops and holds on to the last value in the sequence and display it on 2 seven segment displays. Design and implement the PRG using the polynomial P(x) = 1 + x2 + x3 + x4 + x8. Verify via simulation the operation using different seeds (initial conditions). Use both the modular and standard (LFSR Fibonacci). |
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started