subject

Description this project covers the sequential circuit component: register and alu. in this project you are supposed to create your own storage component for two numbers using registers. those two numbers are then passed into a custom alu that calculates the result of one of four possible operations. key aspect of this assignment is to understand how to control registers, how to store data at specific events (like pressing a button) and how to design a custom alu.

tasks

use the provided template to implement your storage component and custom alu. storage the storage component must function as follows:

• changing the value of number input is not allowed to have any effect on the register outputs of the storage component (e. g. visibile on hex display in main).

• only pressing one of the buttons is allowed to have an effect on the outputs of the storage component.

• pressing one of the two buttons must store the currently set input value (number input)) into the respective register with the next clock cycle and show the new stored value on the respective output of the storage component. e. g. input value is set to , button 2 is pressed, value in register 2 will change to and so does the output register 2.

ansver
Answers: 1

Another question on Computers and Technology

question
Computers and Technology, 21.06.2019 23:00
Explain briefly why you cannot expect to find a previous version of every file with which you work.
Answers: 1
question
Computers and Technology, 22.06.2019 04:00
Acetylene is a gas which burns rapidly on its own, and is considered highly explosive. a) true b) false
Answers: 2
question
Computers and Technology, 22.06.2019 11:00
You receive an email from an impressive-sounding stranger, professor alexander rothschild renard iii, president of the american institute for scientific political statesmen. he urges you to vote for his presidential candidate choice. this social media red flag is known as
Answers: 1
question
Computers and Technology, 22.06.2019 19:20
1)consider the following code snippet: #ifndef book_h#define book_hconst double max_cost = 1000.0; class book{public: book(); book(double new_cost); void set_cost(double new_cost); double get_cost() const; private: double cost; }; double calculate_terms(book bk); #endifwhich of the following is correct? a)the header file is correct as given.b)the definition of max_cost should be removed since header files should not contain constants.c)the definition of book should be removed since header files should not contain class definitions.d)the body of the calculate_terms function should be added to the header file.
Answers: 1
You know the right answer?
Description this project covers the sequential circuit component: register and alu. in this project...
Questions
question
Mathematics, 18.11.2020 23:40
question
History, 18.11.2020 23:40
question
Mathematics, 18.11.2020 23:40
question
Physics, 18.11.2020 23:40
question
Mathematics, 18.11.2020 23:40
question
Mathematics, 18.11.2020 23:40
Questions on the website: 13722361