See on Github
CprE 281
Digital Logic
2019, December
7 Days
The goal of the project was to design a finite state machine to determine if a list of numbers is sorted in ascending order. The machine has two modes. Initialization Mode: During this stage the numbers are loaded one by one into the register file. Checking Mode: A VALIDATE button or switch needs to be pressed to begin the validation process. By far the most challenging part of this project was getting everything to work together to accomplish the overall goal.