Skip to content

kshitijzutshi/PYNQ

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pynq

(Py)thon on Zy(nq)

Zybo image files

  • All images including the latest are available here:
file://xsj-pvstd2t01-w/xrlabs/grahams/public/ubuntu-core-zybo/
  • After imaging, change Zybo's hostname to avoid network conflicts
sudo /home/xpp/hostname.sh A_UNIQUE_HOSTNAME

Updating pynq on Zybo using pip

sudo -H pip install --upgrade 'git+https://github.com/Xilinx/Pynq@master#egg=pynq&subdirectory=python'


# (deprecated) Developer Mode will pull entire github respository into `pwd`/src
sudo -H pip install -e 'git+https://github.com/Xilinx/Pynq@master#egg=pynq&subdirectory=python'

Running Regression from terminal

cd /usr/local/lib/python3.4/dist-packages/pynq
py.test –vsrw

About

Python Productivity for ZYNQ

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Jupyter Notebook 60.5%
  • C 19.4%
  • C++ 5.7%
  • Python 4.7%
  • VHDL 3.4%
  • Tcl 2.8%
  • Other 3.5%