Hex files not found
I have a design with a number of IP blocks including an NCO core (sin/cos generator).
First, it was a complete failure to try and run ModelSim using the Tools->Run RTL Simulation. Quartus seems totally unable to package up a functioning design and hand it to modelsim for simulation. Am I missing something or does Intel not even really try to make this work (I'm a long time Xilinx user and am accustomed to simulations just working)?
I gave up and have been reconstructing the project from scratch piece by piece, adding lines to my own do file etc for 2 days.
So now my simple question. I have the NCO simulating but I have to manually copy two ".hex" files to the simulation working directory otherwise modelsim throws errors that it can't find them.
How do I add the hex files to my project, add the hex files to a library or add their location to a search path or whatever to get modelsim to find them where they are?