How do I tell whether I should implement the machine I want to build as a field programmable gate array?
The machine I want to implement has two input control bits and a clock bit, two output control bits, and 256 in/out data bits. It reads in n 256-bit records (each with a 192-bit key) in 2n clock cycl...