by NickH » Sat Feb 07, 2009 12:50 pm
Hi,
Well, if you know Verilog, and you have a good feel for how digital electronics works, then that's all you need to start using FPGAs. Look-up tables can be programmed with a case statement. You'll need a state machine to drive the LCD. The KNJN boards are not expensive.
But do you really need the power of an FPGA for this project? A microcontroller, e.g. PIC or AVR/Arduino, might be easier to program [that's 3 of these in a row now!]. You can probably find a microcontroller experimentation board that has the I/Os that you need.
Nick