An hour ago, I had a hello world application working and I could access my newly written peripheral registers. I was pretty happy b/c basically I'm a hardware jock and anytime I can get a program to run, it's a good day :-)
I created a new file to hold my hardware defines, moved a few things around, changed a minor thing in the VHDL, generated and loaded a new bit stream... now I can't make my program run. I have no clue what I touched (if anything) to stop my program from running.
At a first glance, it looks like I'm no longer sending the program to the target hardware, but I'm not sure.
The Problem Occurred details tab yields the following message:
Error starting process. Cannot run program ...hello_world_0.elf: Launching failed
Any thoughts as to how I can troubleshoot this?