Product image of the PYNQ-Z1 Zynq 7000, angled view.
  • Product image of the PYNQ-Z1 Zynq 7000, angled view.
  • Product image of the PYNQ-Z1 Zynq 7000, top view.
  • Product image of the PYNQ-Z1 Zynq 7000, bottom view.
  • Product image of the PYNQ-Z1 Zynq 7000 with packaging.

PYNQ-Z1: Python Productivity for Zynq-7000 ARM/FPGA SoC

Currently out of stock. Estimated return is end of August 2022.

(11 reviews) 写评论
SKU:
6003-410-017

The PYNQ-Z1 board is designed to be used with the PYNQ open-source framework that enables embedded programmers to program the onboard SoC with Python. It is designed around the Xilinx Zynq®-7000 SoC, which combines the programmable logic of an FPGA with a dual-core ARM Cortex-A9 processor.

Hardware-wise, the PYNQ-Z1 is flexible and ready-to-use. It is similar in form factor and features to Digilent'sArty Z7, featuring popular Arduino™ headers, Pmod ports, onboard I/O, HDMI in/out, audio out, and USB and Ethernet connectivity. This makes the PYNQ-Z1 a versatile and easily customizable SoC development platform for applications such as computer vision, industrial control, IoT, encryption, and embedded computing acceleration.

What really sets the PYNQ-Z1 apart is the PYNQ open-source framework. (See the软件tab for more details on the PYNQ framework.) The board can be booted from a microSD card containing PYNQ-Z1 boot image. The PYNQ-Z1 image can be downloaded for free and copied to a microSD card. See theSupport Materialsfor additional information. You can also purchase a microSD with the image pre-loaded这里.

对于想要通过贡献新硬件库来扩展基本系统的设计师,Xilinx Vivado Design Suite Webpack Edition工具可免费获得。

对于PYNQ项目和支持,请访问www.pynq.io.

  • SoC Features:
    • Zynq XC7Z020-1CLG400C
    • 650MHz双核Cortex-A9处理器
    • DDR3 memory controller with 8 DMA channels and 4 high performance AXI3 slave ports
    • 高带宽外围控制器:1G以太网,USB 2.0,SDIO
    • 低型带宽外围控制器:SPI,UART,CAN,I2C
    • Programmable from JTAG, Quad-SPI flash, and microSD card
    • Programmable logic equivalent to Artix-7 FPGA
      • 13,300个逻辑切片,每个切片有四个6输入LUT和8个触发器
      • 630 kb的快速块内存
      • 4时钟管理模块,每一个都有锁相loop (PLL) and mixed-mode clock manager (MMCM)
      • 220 DSP slices
      • On-chip analog-to-digital converter (XADC)
  • Memory:
    • 512MB DDR3带16位巴士 @ 1050Mbps
    • 16MB Quad-SPI Flash with factory programmed globally unique identifier (48-bit EUI-48/64™ compatible).
    • MicroSD slot
  • Power:
    • Powered from USB or any 7V-15V source (see recommended products)
  • USB and Ethernet:
    • USB-JTAG编程电路
    • USB-UART bridge
    • USB OTG PHY(仅支持主机)
    • 千兆以太网phy
  • Audio and Video:
    • 具有脉冲密度调制(PDM)输出的eLEPRET麦克风
    • 3.5mm mono audio output jack, pulse-width modulated (PWM) format
    • HDMI sink port (input)
    • HDMI source port (output)
  • Switches, push-buttons, and LEDs:
    • 4个按钮
    • 2个滑动开关
    • 4 LEDs
    • 2 RGB LEDs
  • Expansion Connectors:
    • Two standard Pmod ports
      • 16 Total FPGA I/O
    • Arduino/chipKIT Shield connector
      • 49 Total FPGA I/O
      • 6 Single-ended 0-3.3V Analog inputs to XADC
      • 4差分0-1.0V模拟输入XADC
  • Product Compliance:
    • HTC:8471500150
    • ECCN:5A992.c
  • PYNQ-Z1 development board

板不包括电源,USB电缆,以太网电缆或microSD卡,因为这些是许多其他产品之间可互换的工具。如果您没有这些必需的配件,则可以使用这里.

With the PYNQ-Z1 open-source framework, embedded developers and engineers can program the Zynq-7000 SoC using Python and test the code directly on the PYNQ-Z1. The programmable logic circuits are imported as hardware libraries and programmed through their APIs in essentially the same way that the software libraries are imported and programmed.

Additionally, the software running on the ARM Cortex-A9 processor will include:

  • 托管Jupyter笔记本设计环境的Web服务器
  • ipython内核和包裹
  • Linux
  • FPGA的基本硬件库和API

Visit theSupport Materials选项卡以获取更多详细信息,或下载Pynq-Z1引导图像。

Quickly find what you need to get started and reduce mean time to blink.

所有产品支持,包括文档,项目和Digilent论坛,都可以通过产品资源中心访问。

Resource Center

Quick Links

参考Manual
原理图

11个评论隐藏评论显示评论

  • 4
    受欢迎

    由Abdelghani Bourenane发表于2021年11月10日

    我已经在良好的条件下收到了董事会,尽管勤奋提供了非常有趣的学术价格,但运输价格仍然非常不合理,尤其是对于有限收入的学生而言,这是该SOC FPGA董事会最多的类别,我希望这一点将被考虑在考虑,否则,该服务即将接近完美,我对平稳的自动售货过程感到非常满意。

  • 4
    Fast, nice Python environment, limited Pmod support

    Posted by Charles Boncelet on 12th Mar 2018

    Received my Pynq board (with SD card) a few days ago. It started right up in a linux environment running a Jupyter server. Programming python is easy. A quick test of its speed: multiplying two 400x400 matrices together takes about 320 ms (that's about 200 million floating point operations per second). One gripe: the python environment has limited Pmod support (surprising coming from Digilent). I want to run various Digilent IMU and GPS sensors, but none have built-in support. There doesn't seem to be any support for a UART based Pmod, so I can't even write my own Python driver. (I suppose I could reconfigure the FPGA to support UARTs and other Pmods, but that's a lot of work and is not my expertise.)

  • 5
    出色的介绍平台(MSEE,NO MSEE,BSCS,无BSC),您可以Python对吗?

    Posted by George Bockari on 16th Jan 2018

    This was a great purchase. I'm currently a computer science student with little to no 'hardware knowledge' and this was a breeze to setup and start playing around with. I have been wanting to transition to computer engineering and I needed a platform to experiment with and this provided a capable device that still had a low barrier of entry consider I know a bit of python. A really cool aspect is the ability to interface with Arduino boards and out the box comparability with Jupyter notebooks. If you're a student, get it and get to making all your classmates jealous with your new super powers (kidding, but you'll have fun).

  • 4
    Hot productivity board for zynq!

    Posted by Digilent Customer on 20th Nov 2017

    The board arrived in mint condition, and was deployed with provided SD card image. I'm just starting to dig through tons of documentation that comes with it. A great board to start learning the FPGA and Linux. Only thing is after 15 minutes of usage, entire board becomes extremely hot. Zynq chip is to hot to touch. I'm worried is there is a short circuit somewhere. I had to improvise a heat management solution with one of fans from the PC.To bad it does not come with a proper heat sink and a fan.

  • 5
    Good Device

    LuisRodrígues-Flores发表于2017年10月30日

    It is a very good board!

  • 4
    想要学习和测试FPGA的工程师的总体好董事会

    由Nhan Truong发表于2017年8月10日

    想要学习和测试FPGA的工程师的总体好董事会. Only problem I have with my board is USB power is not working (jumper is at its right position). Red LED glows but Green (Done) LED is on and off and the board can not boot completely. I have to change the jumper to REG to use external power supply.

  • 4
    Zedboard的好替代品

    A. Luna发表于2017年5月16日

    It is easy to have a software project running in few minutes, to learn FPGA's zybo is more documented.

  • 5
    如果您持有MSEE怎么办?

    蒂姆发表于2017年2月18日

    This is a great little device. The documentation is all online and is very thorough. It was very simple to get up and running, it even works natively with JupyterLab. The board has a great collection of features for the price, and they make it very simple to start writing your own code, and your own hardware, and then integrating it within the framework of the jupyter notebook. I look forward to testing out the hardware more fully, and making it very simple and intuitive to address the underling FPGA code from python, which, as another reviewer notes, will make the board a perfect introduction to hardware design for software engineers, while still being powerful enough for hardware engineers looking to play around with designs.

  • 4
    PYNQ preview

    由穆罕默德·阿卜杜勒·沙库(Muhammed Abdelshakour)发表于2017年2月16日

    The Zynq gets hot while using. You should include a heat sink with it. Also, no manuals are included.