https://github.com/mostafagalal1/4-bit_bcd_counter
implementation of 4-bit BCD up/down counter. The counter work as follows: ● If input X = 0, the counter counts up. Otherwise, it counts down. ● If counting up, the counter’s value should be: 0000, 0001, 0010... ● If counting down: 0010, 0001, 0000...
https://github.com/mostafagalal1/4-bit_bcd_counter
design logic logic-gates vhdl vhdl-code
Last synced: about 1 month ago
JSON representation
implementation of 4-bit BCD up/down counter. The counter work as follows: ● If input X = 0, the counter counts up. Otherwise, it counts down. ● If counting up, the counter’s value should be: 0000, 0001, 0010... ● If counting down: 0010, 0001, 0000...
- Host: GitHub
- URL: https://github.com/mostafagalal1/4-bit_bcd_counter
- Owner: MostafaGalal1
- License: gpl-3.0
- Created: 2022-09-19T01:18:11.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-09-19T01:47:08.000Z (over 2 years ago)
- Last Synced: 2023-03-10T20:02:01.411Z (about 2 years ago)
- Topics: design, logic, logic-gates, vhdl, vhdl-code
- Language: VHDL
- Homepage:
- Size: 16.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0