Answered You can hire a professional tutor to get the answer.

QUESTION

SER 232 Final Project Part 1: Calculator State Machine Learning Objectives: Capture desired behavior as a finite state machine (FSM) Convert a...

SER 232 Final Project Part 1: Calculator State Machine Learning Objectives: • Capture desired behavior as a finite state machine (FSM) • Convert a high-level state machine into a controller The Task: In this project, you will design a finite state machine and implement this FSM as a controller. You should follow the same design process described in the textbook in section 3.4 (starting at page 132). The FSM will capture the behavior of the calculator you will complete in part 2. The controller circuit in this project will be used as part of the final project calculator. NOTE: For this project, you may use any built-in circuit elements included with Logisim (including registers). Final Project Calculator The calculator you will be completing is a relatively simple 8-bit calculator with a hexadecimal output. It has a single 8-bit input (you can think of these as switches a user would set) and 5 buttons (+, -, *, /, and =). A template Logisim file of the inputs and outputs is provided on Blackboard, which looks like this: The calculator takes 2 numbers sequentially. The user indicates that the first number has been entered in the 8-bit input by selecting an operator (changing the operator should update the number read from the input). Whenever an operator button is pressed, the display should be updated with the stored value of the first number. Once the equals (=) button is pressed, the calculator should save the second number from the input and display the result. At this point the calculator should be ready to read a new number from the input. In part 2 of the final project you will design a datapath, which will take the 8-bits at the bottom as an input and use the hex digit displays at the top as an output. The buttons on the right will be inputs for the controller you are designing for part 1 of the final project. The controller outputs will be used as input signals for some of the elements in your datapath. You can expect to output control signals for multiplexor selector inputs (the number of multiplexors will vary depending on your design, but you will need them to select what source the value being displayed comes from) and to enable or disable writing to specific registers (the number of register will also vary by design). The number of registers and multiplexors you plan on using will dictate what outputs your FSM and corresponding controller will have. I don't expect you to have finalized your datapath by the time you submit part 1 of the final project, only that you have thought about what elements it might need and drafted a controller that can successfully meets those needs. Deliverable Descriptions: This project has a total of three deliverables (the first two should be included in a single document): State Diagram The first deliverable is a state diagram to describe your FSM. It should include a list of inputs, outputs, and states. In order for me to better understand your thought process, I would like you to include a short description of the general purpose of each state (in most cases, a sentence should be sufficient). I will be grading your state diagram based on its completeness and thoughtfulness rather than the accuracy with which it describes the desired functionality. If I see potential problems in your design I will point those out in my grading feedback. This feedback is intended to aide you when completing part 2 of the final project and will not be counted against your grade on this project. You may use any program you are comfortable with to createyour state diagram, however I would recommend avoiding a basic paint program. A free online web app I often use to create diagrams is Lucidchart. You can sign in using your ASU Google account or connect it directly to your Google Drive (inside Google Drive, click New, then More, then Connect more apps, and search "lucidchart for education"). Applications like Lucidchart (and Microsoft Visio if you have access to it) are useful for creating state diagrams and flow charts because directional lines can be drawn between objects the same way wires are drawn in Logisim. A few helpful hints for using this software that may not be intuitive: double clicking a line allows you to add a label to that line (which can then be moved) and in order to createa new line within an object use ctrl + enter. Circuit Design Document This document has the same elements as it did for Project 2: a truth table and Boolean equations for all outputs described in the truth table. The truth table and Boolean equation in this project describe the combinational circuit in your controller, which updates your state register based on the current state and inputs described by your FSM. This document should be submitted as a single PDF, which should include the state diagram at the top. Logisim Implementation The third deliverable is the controller you designed in the previous deliverable implemented in Logisim. The circuit should have the same input and output pins as those listed at the top of the state diagram. The Logisim project should contain at least one subcircuit so that the outermost circuit contains only input pins, output pins, and single subcircuit (the controller). I will grade your controller based on how well it matches the behavior shown in your state diagram. Deliverables: 1. Take the Final Project Pre Quiz (3 points) 2. Submit your circuit design document (which should include a state diagram, truth table, and Boolean expressions for all outputs) on Blackboard with the format: lastname_fp_design.pdf (6 points) 3. Submit your project file on Blackboard with the format: lastname_fp_controller.circ (6 points) Note: Please include all deliverables in a single submission as separate attached files. Do not zip the files together

I basically need help making the state diagram for this project..

Show more
LEARN MORE EFFECTIVELY AND GET BETTER GRADES!
Ask a Question