Forum Discussion

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

ModelSim-Altera not working on Ubuntu 17.04(Kernel 4.10)

https://alteraforum.com/forum/attachment.php?attachmentid=14139&stc=1 I have the next problem with ModelSim-Altera I couldn't simulate any project, after making some research I get to the point that the problem is the Kernel version of Ubuntu 17.04. The solution for Kernel 3.x was adding what we see in text editor aside but if I tried adding kernel 4 get me an different error if vsim was damaged.

https://alteraforum.com/forum/attachment.php?attachmentid=14139&stc=1 https://alteraforum.com/forum/attachment.php?attachmentid=14139&stc=1

1 Reply

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

    Try to modify the vco script to include 4.x kernel:

    3.[0-9]*) vco="linux" ;;

    4.[0-9]*) vco="linux" ;;

    *) vco="linux_rh60" ;;