Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
15 years ago

relative paths in modelsim projects

Hi all,

I am using clearcase dynamic views, so i frequently open modelsim projects e.g. on Drive Y:, when it was originally created on a different Drive, e.g. Y: .

Unfortunately, when the modelsim project is created, it will save absolute paths to the source files (e.g. y:\blah\blah.vhd).

Is there some way to make modelsim use relative paths (e.g. ..\blah\blah.vhd)? Then i could place the project on any drive and it would still work.

Of course i could just edit the .mpf-File manually in a text-editor, but there are several reasons why i don't want to do it this way.

5 Replies

  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    When you add source files to the project you could give the relative path to the files in the "Add files to Project" dialog. If you do the paths in the .mpf will be relative. Hopefully there is a more convenient way of doing it but I do not know.

  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    i think Altera NativeLink generated ModelSim .do files also use absolute paths. i normally just do a find/replace to change to relative paths

  • GSica's avatar
    GSica
    Icon for New Contributor rankNew Contributor

    You should simply edit your .mpf file to modify the path in relative to the mpf file. That's all!

    • MLock6's avatar
      MLock6
      Icon for New Contributor rankNew Contributor

      Unfortunately next time modelsim saves the mpf it puts back the full path name