Vaishnav S Menon
Newbie level 1
- Joined
- Mar 20, 2015
- Messages
- 1
- Helped
- 0
- Reputation
- 0
- Reaction score
- 0
- Trophy points
- 1
- Activity points
- 11
Hello!
I'm trying to make a calculator out of logic gates, and although I think I've got hold of the adders, subtractors, etc, I can't figure out how to use clocks to sync tasks.
For example, say I have to add 5 numbers one after the other (for internal reasons, not actual user input). How do I use a clock and control it so that the adder performs the first addition, stores the result to a register, then takes input of the second addition from the register and from some secondary outside "input source", and continue so on?
Sorry if my question is a tad bit unclear, I tried to make it as clear as possible.
Thank you!
PS - This is my first electronics project
I'm trying to make a calculator out of logic gates, and although I think I've got hold of the adders, subtractors, etc, I can't figure out how to use clocks to sync tasks.
For example, say I have to add 5 numbers one after the other (for internal reasons, not actual user input). How do I use a clock and control it so that the adder performs the first addition, stores the result to a register, then takes input of the second addition from the register and from some secondary outside "input source", and continue so on?
Sorry if my question is a tad bit unclear, I tried to make it as clear as possible.
Thank you!
PS - This is my first electronics project