https://github.com/esnet/xilinx-tools-docker
Docker image containing Xilinx build tools
https://github.com/esnet/xilinx-tools-docker
Last synced: 9 months ago
JSON representation
Docker image containing Xilinx build tools
- Host: GitHub
- URL: https://github.com/esnet/xilinx-tools-docker
- Owner: esnet
- License: other
- Created: 2022-09-09T19:10:30.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2025-06-16T17:07:01.000Z (about 1 year ago)
- Last Synced: 2025-06-16T18:26:25.347Z (about 1 year ago)
- Language: Dockerfile
- Size: 85 KB
- Stars: 28
- Watchers: 17
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Copyright Notice
ESnet SmartNIC Copyright (c) 2022, The Regents of the University of
California, through Lawrence Berkeley National Laboratory (subject to
receipt of any required approvals from the U.S. Dept. of Energy),
12574861 Canada Inc., Malleable Networks Inc., and Apical Networks, Inc.
All rights reserved.
If you have questions about your rights to use or distribute this software,
please contact Berkeley Lab's Intellectual Property Office at
IPO@lbl.gov.
NOTICE. This Software was developed under funding from the U.S. Department
of Energy and the U.S. Government consequently retains certain rights. As
such, the U.S. Government has been granted for itself and others acting on
its behalf a paid-up, nonexclusive, irrevocable, worldwide license in the
Software to reproduce, distribute copies to the public, prepare derivative
works, and perform publicly and display publicly, and to permit others to do so.
# Support
The ESnet SmartNIC platform is made available in the hope that it will
be useful to the networking community. Users should note that it is
made available on an "as-is" basis, and should not expect any
technical support or other assistance with building or using this
software. For more information, please refer to the LICENSE.md file in
each of the source code repositories.
The developers of the ESnet SmartNIC platform can be reached by email
at smartnic@es.net.
Download the Xilinx Vivado Installer
------------------------------------
* Open a web browser to this page: https://www.xilinx.com/support/download/index.html/content/xilinx/en/downloadNav/vivado-design-tools/2025-1.html
* Under the `Vivado™ Edition - 2025.1 Full Product Installation` section
* Download `AMD Unified Installer for FPGAs & Adaptive SoCs 2025.1 SFD`
* Save the file as exactly: `FPGAs_AdaptiveSoCs_Unified_SDI_2025.1_0530_0145.tar`
* Move the files into the `vivado-installer` directory in this repo
```
$ tree
.
├── Dockerfile
├── entrypoint.sh
├── LICENSE.md
├── patches
│ └── vivado-2025.1-postinstall.patch
├── README.md
└── vivado-installer
├── install_config_vivado.2025.1.txt
└── FPGAs_AdaptiveSoCs_Unified_SDI_2025.1_0530_0145.tar <--------- put the base installer here
```
Building the xilinx-tools-docker container
------------------------------------------
```
docker build --pull -t xilinx-tools-docker:v2025.1-latest .
docker image ls
```
You should see an image called `xilinx-tools-docker` with tag `v2025.1-latest`.