Question: In this assignment you are requested to design a HLSM for a digital system that receives an array of ten 7 - bit unsigned numbers
In this assignment you are requested to design a HLSM for a digital system that receives an array of ten bit unsigned numbers ie A:: and finds the location of the first element before which all the elements are smaller than it and after which all are greater. The output location is bit and will be between and when an element is found. However, if no such element is found, then the output location is set to
For example, if the array contents are: then there are two elements that satisfy the search criteria ie and Since the system is supposed to return the location of the first element that satisfies the search criteria then the output location should be Another example, if the array contents are: then none of the elements satisfies the search criteria and the output location should be
The following block diagram shows the inputs and outputs of your system:
At "Reset", the system should asynchronously proceed to an INITIAL state and wait for the "Start" signal to become active.
In the INITIAL state, the input array A must be stored in an internal array "Ain" such that Ain Ain and so on
Once the "Start" signal is active, the system proceeds to traverse the values within "Ain" to find the first element that satisfies the search critieria.
After the search is complete, the system proceeds to the DONE state and remains until the "Ack" signal becomes active, at which time the system returns back to the INITIAL state.
You should design and test two versions of this system as described by the submission details below.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
