Electronic – Newbie projects on an FPGA

designfpgaverilogvhdl

I'm two weeks away from completing my first college digital logic design course, and apparently there isn't going to be a final project–just a tedious final exam.

So as any curious student would do, I looked into what FPGAs actually are and what I was being spoon-fed in class. And I've decided to complete a simple FPGA project. I'm using a Basys2 Spartan-3E FPGA, and I'm familiar with digital logic and using ISE to push logic gates around, but I don't know VHDL/Verilog (I'm sure I could pick it up easily).

Does anyone have any project ideas for a beginner? I've done a lot of lab demonstrations, but nothing too fancy.

Best Answer

I found Pong Chu's "FPGA Prototyping By Verilog Examples: Xilinx Spartan-3 Version" to be a very helpful book. It's meant for a different Spartan-3 board from the one you mentioned, but should still be helpful.

There is also a VHDL edition if you would rather go that route

Related Topic