
- #Quartus prime lite edition how to#
- #Quartus prime lite edition install#
- #Quartus prime lite edition update#
- #Quartus prime lite edition software#
- #Quartus prime lite edition code#
Thanks once again for the detailed instructions. Moreover, for the sake of running regressions and creating a “decent” flow, I do prefer to be able to run it in WSL. I do have modelsim running in Windows, however, since most of my development is done in WSL, I do not like switching back and forth. Before migration, installation of fontconfig:i386 was constantly failing. I migrated my system to WSL2 in the meantime and I wonder if that could have helped.
#Quartus prime lite edition install#
I was able to successfully install Modelsim 19.4 on my WSL system (Ubuntu 18.04). Please reply if you find the solution to help other googlers who arrive at this blog post with a similar problem.
#Quartus prime lite edition update#
Or maybe you have a too old version installed and need to do a “sudo apt update sudo apt upgrade”. Perhaps you haven’t done the steps from “sudo dpkg –add-architecture i386” and onward? Note that the 32-bit (i386) version in the listing above is newer than the 2.28 that your error message is complaining about. This is the output from the Ubuntu VMWare box that I used in the apt list libc6 You can use the “apt list” command to check which version you currently have installed.
#Quartus prime lite edition how to#
Refer to the commands listed in the blog post above for how to install it. If you must have ModelSim working in WSL, it seems that the libc6:i386 package is missing or has the wrong version. I suppose you have good reasons for trying to run ModelSim in WSL because it would be simpler to download the ModelSim-Intel FPGA Edition for Windows.
#Quartus prime lite edition code#
Liblzma5:i386 depends on libc6 (>= 2.17) however:Į: Sub-process /usr/bin/dpkg returned an error code (1) Liblz4-1:i386 depends on libc6 (>= 2.4) however:ĭpkg: error processing package liblz4-1:i386 (–configure):ĭpkg: dependency problems prevent configuration of liblzma5:i386: Package libgpg-error0:i386 is not configured yet.ĭpkg: error processing package libgcrypt20:i386 (–configure):ĭpkg: dependency problems prevent configuration of liblz4-1:i386: Libgcrypt20:i386 depends on libgpg-error0 (>= 1.25) however: Package libc6:i386 is not configured yet. Libgcrypt20:i386 depends on libc6 (>= 2.28) however: Package libc6:i386 is not configured yet.ĭpkg: error processing package libgpg-error0:i386 (–configure):ĭependency problems – leaving unconfiguredĭpkg: dependency problems prevent configuration of libgcrypt20:i386: No apport report written because MaxReports is reached already

No apport report written because the error message indicates its a followup error from a previous failure. Libgpg-error0:i386 depends on libc6 (>= 2.28) however:No apport report written because the error message indicates its a followup error from a previous failure. Installed libc6:i386 package post-installation script subprocess returned error exit status 1ĭpkg: dependency problems prevent configuration of libgpg-error0:i386: I tried on a fresh installation of Ubuntu-20.04 and it fails on libc6:i386 with the following error:ĭpkg: error processing package libc6:i386 (–configure): Hello have you tried installing this on WSL? I tried this on Ubuntu-18.04 and it fails while installing fontconfig:i386. Never tried using a VPN to the US though. Here, back in Norway, I’ve had much better success with the direct link than their website. I switched on my VPN and connected to the US. I had some trouble downloading from Thailand, where I live. So you could also add the direct download link: “” In my experience Intel’s download page can be very slow and unstable from time to time. Sed -i '/dir=`dirname "$arg0"`/a export LD_LIBRARY_PATH=$, 1000) ģ2 thoughts on “How to make ModelSim from Quartus Prime Lite work on Ubuntu 20.04” # Edit the vco script manually, or with these commands: (cd ~/intelFPGA/*.*/modelsim_ase/ & cp vco vco_original)

# Start with ModelSimSetup-*-linux in your home directoryĬhmod u+w ~/intelFPGA/*.*/modelsim_ase/vco

These are the commands for making ModelSim work in Ubuntu 20.04 Select the ModelSim-Intel FPGA Edition (includes Starter Edition) option, as shown in the image below. Go to Intel’s Download Center for FPGAs to obtain the installer.Ĭhoose the Lite Edition for Linux, and click the Individual Files tab on the same page. Where to download the ModelSim-Intel FPGA Edition for Linux For reference, I followed the procedure from PrieureDeSion’s GitHub gist, with a few changes to make it work with Ubuntu 20.04. The video below shows how I did it on a fresh Ubuntu 20.04 virtual machine.
#Quartus prime lite edition software#
The software is available for both Windows and Linux, but Intel only supports Red Hat-based distros like CentOS Linux.įortunately, you are just a few hacks away from ModelSim working nicely on your Ubuntu box. The ModelSim version that comes with Intel Quartus Prime Lite Edition is a good alternative if you want to try out VHDL simulation on your home computer.
