hib1 0 Report post Posted October 31, 2014 I am using a Papilio one 500 and the logic start one board. I tested the logic start with the test program that exercise all of the leds and switches and every worked. I programmed the same boards with the program "first project" in the book "Introducing the Spartan 3E FPGA and VHDL" by Hamster. I cut and pasted the code and the project built and generated a bit file. No LEDs lit when I moved all of the switches. Does anyone have suggestions on getting this first project to work? Share this post Link to post Share on other sites
hamster 47 Report post Posted October 31, 2014 Send me you project (well the ucf and vhd files) and I will take a look at it for you.Mike Share this post Link to post Share on other sites
hib1 0 Report post Posted October 31, 2014 I found a missing line in the vhd file. The project works now. Sorry for the trouble I may have caused. Share this post Link to post Share on other sites
hamster 47 Report post Posted November 1, 2014 It was no trouble at all! Feel free to email if you get stuck.... Share this post Link to post Share on other sites
ralph 0 Report post Posted February 7, 2015 I have the same problem. What line were you missing? Share this post Link to post Share on other sites
Howard1 0 Report post Posted February 14, 2015 sorry, I can't find my records on this. Try proofing the code carefully. also check the ucf file. Share this post Link to post Share on other sites
james1095 13 Report post Posted February 23, 2015 As with the OP, post your code and we can take a look. It's *very* easy to miss a semicolon or put one where it shouldn't be. The way the parser works it will often fail further down on a line that looks fine because the earlier mistake throws the whole works out of whack. Share this post Link to post Share on other sites