All Projects → xupsh → Pp4fpgas Cn Hls

xupsh / Pp4fpgas Cn Hls

Licence: apache-2.0
HLS Project of pp4fpgas - https://github.com/xupsh/pp4fpgas-cn

Projects that are alternatives of or similar to Pp4fpgas Cn Hls

Spoonn
FPGA-based neural network inference project with an end-to-end approach (from training to implementation to deployment)
Stars: ✭ 186 (+91.75%)
Mutual labels:  jupyter-notebook, fpga
PandA-bambu
PandA-bambu public repository
Stars: ✭ 129 (+32.99%)
Mutual labels:  fpga, hls
Echomods
Open source ultrasound processing modules and building blocks
Stars: ✭ 200 (+106.19%)
Mutual labels:  jupyter-notebook, fpga
Dnnweaver2
Open Source Specialized Computing Stack for Accelerating Deep Neural Networks.
Stars: ✭ 125 (+28.87%)
Mutual labels:  jupyter-notebook, fpga
Dsp Theory
Theory of digital signal processing (DSP): signals, filtration (IIR, FIR, CIC, MAF), transforms (FFT, DFT, Hilbert, Z-transform) etc.
Stars: ✭ 437 (+350.52%)
Mutual labels:  jupyter-notebook, fpga
Symbiflow Arch Defs
FOSS architecture definitions of FPGA hardware useful for doing PnR device generation.
Stars: ✭ 137 (+41.24%)
Mutual labels:  jupyter-notebook, fpga
Limago
Limago: an FPGA-based Open-source 100 GbE TCP/IP Stack
Stars: ✭ 95 (-2.06%)
Mutual labels:  fpga, hls
Gemm hls
Scalable systolic array-based matrix-matrix multiplication implemented in Vivado HLS for Xilinx FPGAs.
Stars: ✭ 134 (+38.14%)
Mutual labels:  fpga, hls
Pp4fpgas Cn
中文版 Parallel Programming for FPGAs
Stars: ✭ 339 (+249.48%)
Mutual labels:  fpga, hls
hwt
VHDL/Verilog/SystemC code generator, simulator API written in python/c++
Stars: ✭ 145 (+49.48%)
Mutual labels:  fpga, hls
Openwifi Hw
FPGA/hardware design of openwifi
Stars: ✭ 181 (+86.6%)
Mutual labels:  fpga, hls
Pipecnn
An OpenCL-based FPGA Accelerator for Convolutional Neural Networks
Stars: ✭ 775 (+698.97%)
Mutual labels:  fpga, hls
Fpga readings
Recipe for FPGA cooking
Stars: ✭ 164 (+69.07%)
Mutual labels:  fpga, hls
Digital video introduction
A hands-on introduction to video technology: image, video, codec (av1, vp9, h265) and more (ffmpeg encoding).
Stars: ✭ 12,184 (+12460.82%)
Mutual labels:  jupyter-notebook, hls
Openwifi
open-source IEEE 802.11 WiFi baseband FPGA (chip) design
Stars: ✭ 2,257 (+2226.8%)
Mutual labels:  fpga, hls
Spark With Python
Fundamentals of Spark with Python (using PySpark), code examples
Stars: ✭ 150 (+54.64%)
Mutual labels:  parallel-computing, jupyter-notebook
scalehls
A scalable High-Level Synthesis framework on MLIR
Stars: ✭ 62 (-36.08%)
Mutual labels:  fpga, hls
Hls4ml
Machine learning in FPGAs using HLS
Stars: ✭ 467 (+381.44%)
Mutual labels:  fpga, hls
Halide Hls
HLS branch of Halide
Stars: ✭ 59 (-39.18%)
Mutual labels:  fpga, hls
How to do style transfer in tensorflow
Stars: ✭ 96 (-1.03%)
Mutual labels:  jupyter-notebook

pp4fpgas-cn-hls

HLS Project for pp4fpgas-cn running on Pynq-Z1/Z2 board

Get Started

  • Install using pip

pynq >= v2.3

sudo pip3 install --upgrade git+https://github.com/xupsh/pp4fpgas-cn-hls.git

or copy all files to your pynq board and

sudo pip3 install -e .

pynq <= v2.2

sudo pip3.6 install --upgrade git+https://github.com/xupsh/pp4fpgas-cn-hls.git
  • Open your browser with <pynq_ip>:9090 and type in xilinx as password.
  • Get started using pp4fpgas notebook.

tips: <pynq_ip> is the ip of your pynq. usually it's 192.168.2.99

Repository Tree

.
├── boards
│   └── Pynq-Z1/Pynq-Z2
│   	├── cordic/dft/fft/fir/histogram/huffman/matrixm/sort/spmv/sum/vs
│   	└── notebooks/
├── hw
│   ├── build_ip.tcl
│   └── cordic/dft/fft/fir/histogram/huffman/matrixm/sort/spmv/sum/vs
│   	├── *_wrapper.v
│   	└── build_*.tcl
├── pp4fpgas
│   ├── __init__.py
│   └── cordic/dft/fft/fir/histogram/huffman/matrixm/sort/spmv/sum/vs
│   	├── __init__.py
│   	└── *_overlay.py
├── LICENSE
├── README.md
└── setup.py

Hardware Design Rebuilt

version required: vivado 2017.4 make sure you already have these board files in your vivado https://github.com/xupsh/pynq-supported-board-file

  • Open your vivado gui and find tcl console
  • cd the path you git clone
  • cd hw directory
  • source build_ip.tcl

tcl console

Based on

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].