How to compile VMM based files in Questa 10.0c

Hi,
i am using questa 10.0c for compiling my system verilog files based on VMM. But i am not been able to compile it because it does not support VMM. so i downloaded a kit VMM-1.1.1a and run its wishbone file using the steps given in the readme file but still it is giving error that “Can not find `include file “vmm.sv” in directories”.

Give me suggestions how to compile it.

Thanks,
Deepak

Are you talking about the VMM-1.1.a kit that is available in the downloads section of the site?

What is the command line you are using?

In reply to dave_59:

Yes, i have downloaded the same kit available in download section.

i am using Linux.
firstly i set the VMM_HOME path then VMM_DPI_DIR then run the command
“./run_questa.sh” as mentioned in “README_INTEROP.txt” file.

Thanks