Skip to content

kgugala/yosys-vivado-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Yosys -> Vivado example (with Edalize)

Prepare the environment

Install prerequisites

sudo pip install virtualenv

Install Yosys following the guide from https://github.com/YosysHQ/yosys#setup Install Vivado following the guide from https://www.xilinx.com/products/design-tools/vivado.html

Prepare env

virtualenv env
source env/bin/activate
pip install edalize

Build the example

git clone https://gitub.com/kgugala/yosys-vivado-example
cd yosys-vivado-example
python3 yosys-vivado.py

The above instructions assume both Vivado and Yosys are installed and in the PATH.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published