-
2
- #1
Teslathunder2
Student
- Mar 31, 2021
- 2
1. “ON/OFF” switch to enable and reset the calculation.
2. “CLEAR” push button to clear/reset the calculation.
3. Push buttons of input Octal numbers 0-6.
4. “ADD(+)” and “EQUAL(=)” push buttons to perform addition for two input octal number such as 168+268=448.
5. “DEL” push button to delete the second number being pressed so that user can re-enter a new number for addition. For example, 18+28press DELpress 68 18+68.
6. Whenever an input octal number is pressed, it will be shown on two 7-segment displays. The results of the “ADD(+)” of two numbers will be shown after “EQUAL(=)” button is pressed. All the adding operation must be done using the same set of display. The maximum number of equal results is 778.
7. “DEC/OCT” switch for user to select the result mode either to show the result in decimal or Octal format on the same display.
8. Instead of using AND, OR, and NOT gates your design, implement your design using ONLY NAND gate for combinational circuit design or sequential circuit design. If the circuit you need can be taken from the library then this requirement is not applied
2. “CLEAR” push button to clear/reset the calculation.
3. Push buttons of input Octal numbers 0-6.
4. “ADD(+)” and “EQUAL(=)” push buttons to perform addition for two input octal number such as 168+268=448.
5. “DEL” push button to delete the second number being pressed so that user can re-enter a new number for addition. For example, 18+28press DELpress 68 18+68.
6. Whenever an input octal number is pressed, it will be shown on two 7-segment displays. The results of the “ADD(+)” of two numbers will be shown after “EQUAL(=)” button is pressed. All the adding operation must be done using the same set of display. The maximum number of equal results is 778.
7. “DEC/OCT” switch for user to select the result mode either to show the result in decimal or Octal format on the same display.
8. Instead of using AND, OR, and NOT gates your design, implement your design using ONLY NAND gate for combinational circuit design or sequential circuit design. If the circuit you need can be taken from the library then this requirement is not applied