Tools and imagesΒΆ
By default, latest development versions (branches master
| main
) of tools are built.
Then, smoke tests are executed and, if successful, the corresponding images are updated in the registries.
However, some specific tools are not built from sources, but installed through (system) package managers.
Those are marked with !
in the table below.
Tool |
Package |
Ready-to-use |
S |
I |
F |
P |
Others |
---|---|---|---|---|---|---|---|
π |
π |
π |
π |
β |
|||
π |
π |
π |
π |
β |
|||
β |
π |
π |
F |
π |
β |
||
β |
β |
S |
π |
π |
π |
β |
|
β |
π |
π |
F |
π |
β |
||
S |
I |
F |
π |
ghdl/yosys |
|||
π |
I |
F |
π |
β |
|||
graphviz ! |
β |
β |
π |
I |
F |
π |
yosys, ghdl/yosys |
π |
π |
π |
π |
β |
|||
π |
I |
π |
P |
nextpnr/icestorm |
|||
π |
π |
π |
π |
magic/irsim |
|||
S |
π |
π |
π |
β |
|||
π |
π |
π |
π |
β |
|||
π |
π |
π |
π |
β |
|||
π |
π |
π |
π |
β |
|||
π |
I |
π |
π |
β |
|||
S |
π |
π |
π |
β |
|||
π |
π |
π |
π |
β |
|||
openocd ! |
β |
β |
π |
π |
π |
P |
β |
π |
π |
π |
π |
β |
|||
β |
π |
π |
F |
π |
β |
||
π |
I |
π |
π |
nextpnr/prjoxide |
|||
π |
I |
π |
π |
nextpnr/prjtrellis |
|||
β |
π |
π |
F |
π |
β |
||
β |
π |
π |
F |
π |
β |
||
π |
π |
π |
π |
β |
|||
S |
π |
π |
π |
β |
|||
π |
π |
π |
π |
β |
|||
β |
β |
S |
π |
π |
π |
β |
|
β |
π |
π |
F |
π |
β |
||
π |
π |
π |
π |
β |
|||
π |
π |
π |
π |
β |
|||
π |
I |
F |
π |
ghdl/yosys |
|||
β |
π |
π |
F |
π |
β |
Note
Package images are not to be used for executing the tools, but for composing images including multiple resources. See Package images for further details.
Images including multiple toolsΒΆ
Simulation:
Implementation: GHDL + Yosys + nextpnr
Formal:
F4PGA (Conda)ΒΆ
F4PGA is an ecosystem of EDA tools for the development of FPGAs of multiple vendors. The tools used in the F4PGA ecosystem are packaged by Antmicro and contributors using Conda. The sources of Conda packages for EDA tooling are found in , , , and .
In HDL Containers, as a complement to container images based on tools built on other container images, a set of Conda-based F4PGA images is provided. The base is , which includes a Miniconda setup. On top of that, the following ready-to-use images allow following the guidelines in ( ):
: the toolchain for
FPGA_FAM=xc7
, on top ofconda
. The following images are based on this:: the toolchain for
FPGA_FAM=eos-s3
and the architecture definitions, on top ofconda
.
Important
The compression ratio of these images is very high compared to other container images. That is because these include a significant amount of data in text format, which is much better compressed than binaries. As a result, the size of the images when pulled is approximately as follows:
xc7/toolchain: 3 GB
xc7/a50t: 6 GB
xc7/a100t: 8.5 GB
xc7/a200t: 15 GB
xc7/z010: 5 GB
xc7/z020: 7.5 GB
xc7: 18 GB (would be 30 GB if a200t was included)
eos-s3: 2 GB