All Projects → z4yx → vivado-docker

z4yx / vivado-docker

Licence: MIT license
Dockerfile with Vivado for CI

Projects that are alternatives of or similar to vivado-docker

intfftk
Fully pipelined Integer Scaled / Unscaled Radix-2 Forward/Inverse Fast Fourier Transform (FFT) IP-core for newest Xilinx FPGAs (Source language - VHDL / Verilog). GNU GPL 3.0.
Stars: ✭ 43 (+95.45%)
Mutual labels:  fpga, xilinx, vivado
Deep-DarkFantasy
Global Dark Mode for ALL apps on ANY platforms.
Stars: ✭ 16 (-27.27%)
Mutual labels:  fpga, xilinx, vivado
PothosZynq
DMA source and sink blocks for Xilinx Zynq FPGAs
Stars: ✭ 19 (-13.64%)
Mutual labels:  fpga, xilinx, vivado
virtio
Virtio implementation in SystemVerilog
Stars: ✭ 38 (+72.73%)
Mutual labels:  fpga, xilinx, vivado
SHA256Hasher
SHA-256 IP core for ZedBoard (Zynq SoC)
Stars: ✭ 25 (+13.64%)
Mutual labels:  fpga, xilinx, vivado
EBAZ4205
Vivado and PetaLinux projects for Zynq EBAZ4205 Board
Stars: ✭ 38 (+72.73%)
Mutual labels:  fpga, xilinx, vivado
Limago
Limago: an FPGA-based Open-source 100 GbE TCP/IP Stack
Stars: ✭ 95 (+331.82%)
Mutual labels:  fpga, vivado
eddr3
mirror of https://git.elphel.com/Elphel/eddr3
Stars: ✭ 33 (+50%)
Mutual labels:  fpga, xilinx
prjxray-db
Project X-Ray Database: XC7 Series
Stars: ✭ 52 (+136.36%)
Mutual labels:  fpga, xilinx
PYNQ Composable Pipeline
PYNQ Composabe Overlays
Stars: ✭ 25 (+13.64%)
Mutual labels:  fpga, xilinx
Xilinx-ISE-Makefile
An example of how to use the Xilinx ISE toolchain from the command line
Stars: ✭ 50 (+127.27%)
Mutual labels:  fpga, xilinx
Openwifi
open-source IEEE 802.11 WiFi baseband FPGA (chip) design
Stars: ✭ 2,257 (+10159.09%)
Mutual labels:  fpga, xilinx
fpga-docker
Tools for running FPGA vendor toolchains with Docker
Stars: ✭ 54 (+145.45%)
Mutual labels:  fpga, xilinx
JSON-for-VHDL
A JSON library implemented in VHDL.
Stars: ✭ 56 (+154.55%)
Mutual labels:  fpga, xilinx
ixo-usb-jtag
usb-jtag - Altera USB Blaster Emulation with a FX2
Stars: ✭ 49 (+122.73%)
Mutual labels:  fpga, xilinx
xup compute acceleration
Hands-on experience using the Vitis unified software platform with Xilinx FPGA hardware
Stars: ✭ 41 (+86.36%)
Mutual labels:  fpga, xilinx
zc pcie dma
DMA attacks over PCI Express based on Xilinx Zynq-7000 series SoC
Stars: ✭ 37 (+68.18%)
Mutual labels:  fpga, xilinx
quasiSoC
No-MMU Linux capable RISC-V SoC designed to be useful.
Stars: ✭ 29 (+31.82%)
Mutual labels:  fpga
icebreaker-amaranth-examples
This repository contains iCEBreaker examples for Amaranth HDL.
Stars: ✭ 26 (+18.18%)
Mutual labels:  fpga
fasm
FPGA Assembly (FASM) Parser and Generator
Stars: ✭ 69 (+213.64%)
Mutual labels:  fpga

vivado-docker

Vivado installed into a docker image for CI purposes.

Build instructions

  1. Copy the Vivado installation package Xilinx_Vivado_2019.2_1106_2127.tar.gz to this folder.
  2. Potentialy modify the install_config.txt to change the install options.
  3. Build the image (will take about 30 minutes) passing in a build arg
    docker build --build-arg VIVADO_VERSION=2019.2 --build-arg VIVADO_TAR_FILE=Xilinx_Vivado_2019.2_1106_2127.tar.gz -t vivado:2019.2 .

Running

docker run -ti --rm -e DISPLAY=$DISPLAY -v /tmp/.X11-unix:/tmp/.X11-unix vivado:2019.2
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].