12-14-2014, 10:03 PM
(This post was last modified: 12-15-2014, 08:07 AM by GISED_Link.)
8 bits binary comparator
A binary comparator is a device that can say if a x bits number is higher, smaller or equal to another value.
The video !
Features :
- 2 inputs in 8 bits
- fast, 4 ticks max
- the mode is selectable : unsigned or signed
We can use it for :
- The branchings in a CPU
- Many games where we need to compare 2 numbers
[spoiler=The pictures !]
front view
Outputs and the mode selection
back view
One sub-module
[/spoiler]
tada !