Forum Discussion
Altera_Forum
Honored Contributor
9 years agoCan I recommend you follow the recognised working practice and use the .sv suffix for SystemVerilog files? Then you won't have any of these issues.
Alternatively, don't run ModelSim from within Quartus. Run it up separately and use your own tcl script (perhaps initially crafted with help from Quartus) and run it directly from within ModelSim - either via 'Tools' -> 'Tcl' -> 'Execute macro...' or directly on the command line with "do {script}.tcl" I'm not aware of any other settings within Quartus to help with this issue. Cheers, Alex