Forum Discussion

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

launch Modelsim 10.1 in linux

Hi,

I just installed the Modelsim 10.1 on ubuntu(12.10) but I don't what should I do to start the program!

Thanks

1 Reply

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

    The program is called 'vsim'.

    At the command prompt, type 'which vsim' to see if the program path is known. If its not, then you need to

    export PATH=$PATH:<path to modelsim installation>

    and then try again.

    Cheers,

    Dave