An open API service indexing awesome lists of open source software.

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...

Awesome Lists containing this project