-
Load custom FPGA overlay onto PYNQ running on Zybo-Z7 and test its accuracy
**DOD**
- [ ] Overlay loads
- [ ] Validation test runs with accuracy no lower than 93%
- [ ] Througput test runs
-
In the repository it is:
create_clock -add -name sys_clk_pin -period 8 -waveforem {0 4} [get_nets clk];
but must be
create_clock -add -name sys_clk_pin -period 8 -waveform {0 4} [get_nets clk];
…
-
**Environment (please complete the following information):**
- Project to build:PYNQ image v3.0
- Petalinux version:2022.1
- HDL branch:2022_R2
- META-ADI branch:2022_R2
- Using meta-adi pet…
-
Hi @hst10 , may i know ur pylot support one tranied NN model from pytorch to hls code process for U200 board? if yes, how to set up this env. thanks
-
### Environment
* FPGA board: PYNQ Z2
* TVM commit: [6ae2961](https://github.com/apache/tvm/commit/6ae29610a531cea66e94f8bdcf96f2c5cbdb3bf9)
* Host sytem: Ubuntu 22.04.4 LTS
### Steps to reprodu…
-
Hello, I'm from China, I'm a student in Shanghai, I'm a big fan of yours, I'm very interested in FPGA in my spare time, I want to ask if you can provide top-level design drawings or arch drawings, bec…
-
Hey Sara,
Thanks for your working putting this together.
Can you post or recommend .ipynb (jupyter notebooks) that work with and demo the RF data converters on the RFSoC for the ZCU216?
I t…
-
Hello!
DPU Target: DPUCZDX8G_ISA1_B4096
Vitis Verison: 2.5.0 (CPU)
I am using the Xilinx-RFSoC ZCU 111 for a custom neural net, I am using that with combinations to some other tools to create s…
-
On PYNQ 2.5
REVISION : Release 2019_10_03 3f63450
Board: ZCU104
Brand new install on new SD supplied with board
Run from terminal: sudo pip3 install pynq-helloworld
returns:
edited to h…
-
I'm trying to work through the 04_network_processor notebook on a PYNQ-Z1 board running the most recent version of the PYNQ image (v2.3).
I'm running into the some issues with the LinkManager cell…