Forum Discussion
Altera_Forum
Honored Contributor
8 years agoModelSim-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 ...
Altera_Forum
Honored Contributor
8 years agoTry to modify the vco script to include 4.x kernel:
3.[0-9]*) vco="linux" ;; 4.[0-9]*) vco="linux" ;; *) vco="linux_rh60" ;;