|
For my 2 cents worth, the answer seems to be a Field Programmable Gate Array (FPGA). That is hardware, but may require another hardware component to program it. There are several vendors of these parts; look in a James or Mouser or similar catalog. One warning however, the gates in the simulator are ideal gates, that is they have no delay, so you sometimes have to add dummy gates (an and with the two inputs tied together, or similar) to compensate for gates on other parallel wires.
As far as the display, I have not found one that exactly matches, but there are cell phone displays that are good, but smaller. Their addressing may vary; they may not supply a memory-mapped addressing that the hardware simulator uses. With a little digging around (ebay for example, or maybe sparkfun) you can probably approximate what is found in the book, but be ready for a lot of hacking to get there. The simulator is much more forgiving than real hardware.
Good luck, Jim.
|