Docker Images for Altera Quartus Prime Standard version
3.1K
This is a series of container images for Altera Quartus Prime Standard
All images provided are built on top of Ubuntu 24.04
Usage Examples:
docker pull alterafpga/quartus-std:25.1stdAny of the Quartus Prime Standard command-line executables can be used with the containers. Just add the executable name and its argument after the image name on the docker run command.
A few docker run arguments are required to run the images.
val1 val2 and using the alterafpga/quartus-std:25.1std-cyclonev image use:docker run \
--net=host \
--env LM_LICENSE_FILE \
--mount type=bind,source=/quartus/project1,target=/data \
alterafpga/quartus-std:25.1std-cyclonev \
quartus_sh -t /data/run.tcl val1 val2
docker run \
--net=host \
--env LM_LICENSE_FILE \
--mount type=bind,source=/quartus/project1,target=/data \
alterafpga/quartus-std:25.1std \
quartus_sh --flow compile /data/top
You can refer to the official Quartus Prime Standard documentation at:
You can also use the help command for any Quartus executables
docker run \
--net=host \
--env LM_LICENSE_FILE \
--mount type=bind,source=/quartus/project1,target=/data \
alterafpga/quartus-std:25.1std \
quartus_sh -h
Content type
Image
Digest
sha256:95e8e87cf…
Size
5.6 GB
Last updated
7 months ago
docker pull alterafpga/quartus-std:25.1std-allPulls:
5
Sep 7 to Sep 13