Q: What is the command for running a source simulation?
A: make module_name.sim
Q: What is the command for running a mapped simulation?
A: make module_name.syn
Q: What is the command for programming the FPGA?
A: synthesize -d module_name_fpga
Q: How do I get the memory dump from the FPGA run of my processor design?
A: synthesize -d -m module_name_fpga
Q: How do I save my waveforms so that they show up when I run the waveform simulation?
A: Save the waveforms in a '.do' file in the scripts folder. Name the file with the module name and it should have all the waveforms loaded from the start when you run 'make module_name.waves'.