ContributionsMost RecentMost LikesSolutionsRe: Using ModelSim in Eclipse Thanks for the reply, however following those steps is what gave me the window in the post. I actually figured it out since posting, I'll leave the solution here if anyone else is having the same problem. You have to select the appropriate path for modelsim, for me this was: C:\intelFPGA_lite\17.0\modelsim_ase\win32aloem Then you have to click 'advanced' and specify the working directory for your quartus project, then click apply and run Re: Using Modelsim SPD file I know this is several years old but I was recently having this problem and couldn't find much help online. In qsys, click generate->generate testbench Using ModelSim in Eclipse Hi all, I've been having trouble running my Eclipse systems as Nios II ModelSim. Running as Nios II hardware is okay for me. I am using the same .elf file that was working with the hardware simulation. Here are my run configurations, I'm not too sure where my error is: DE0-Nano-SoC peripherals not updating values when running I am programming a DE0-Nano-SoC by building a Nios II system in Qsys and programming the system in C in Eclipse. I have been running into a problem where my GPIO pins, switches, and any other peripherals are able to input or output the correct values at the start of me running my code in Eclipse, but as the code continues to run, the values do not update, or they update after a few minutes. For example, a clock that I am outputting from a GPIO pin with C code does not switch between 1 and 0, it just stays at the first value the code set it to. When I use my C code on an example University Program system in Altera Monitor Program, the output is a correct clock, so I know it is not my code. This is my Qsys system: Here is the most recent test code I did with this, I was running code that is supposed to print the values on the switches. I was flipping the switches as the code was running, and the value initially on the switches was still being printed even as I was changing the values on the switches. Any ideas on what could be going wrong?