- Joined
- Aug 31, 2013
- Messages
- 21
- Reaction score
- 16
So I know this has been covered using regex commands with the display modules, but for anyone interested in a simple solution using the logic blocks, here it is. Due to it using the DELAY blocks to compare the current state of the FLIP FLOPs to the old state, results will be wrong if you activate it more than 2 times a second.
The solution of the picture works for 4bit counters, but it can just as well extended to any number of FLIP FLOPs (which are of course the parts that display the actual count). Also you need some fundamental understading of binary numbers to understand why this thing is a counter in the first place, I guess. Anyways, have fun finding a useful place for it. For me the next step will be extending it to be able to add and subtract any binary number.
The solution of the picture works for 4bit counters, but it can just as well extended to any number of FLIP FLOPs (which are of course the parts that display the actual count). Also you need some fundamental understading of binary numbers to understand why this thing is a counter in the first place, I guess. Anyways, have fun finding a useful place for it. For me the next step will be extending it to be able to add and subtract any binary number.