2025-10-07 18:12:50 +02:00
2025-10-07 18:12:50 +02:00
2025-10-04 13:44:41 +02:00
2025-10-06 18:09:01 +02:00
2025-10-07 18:12:50 +02:00

This repository contains a podman image whichs includes all the necessary tools to generate and flash a bitstream file from a SystemVerilog program. It is built for the Xilinx Zybo Zynq7 xc7z010 card, but it can probably be easily adapted to support another board.

Installation

You will need podman to run the image.

Use the pre-built image

You can directly use the pre-built image available in the repository :

zstd -d fmn.tar.zst
podman load --input fmn.tar

Build the image from source

You can build the image yourself by using this command :

podman build -t fmn_alpine .

It will first create an image that builds all the tools, and then generate the final image containing only the necessary binaries and libraries.

For reference, it takes about 5.63GB of space and 10 minutes to build on my machine.

Tools

The image also includes some databases required for the prjxray tools to function.

Usage

See the provided example.

Description
No description provided
Readme 39 MiB
Languages
Dockerfile 60.2%
Makefile 21.5%
Tcl 9.8%
Shell 5.4%
SystemVerilog 3.1%