max2ma / shiftNet

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

shiftNet

This repository contains a basic implementation of Shift-based Resnet on the FPGA via High-level synthesis.

The 'AWS' branch could run on Amazon EC2 instance. For example:

source <path to SDSoc v2017.1>/.settings64-SDx.sh
export SDACCEL_DIR=<path to aws-fpga>/SDAccel
export COMMON_REPO=$SDACCEL_DIR/examples/xilinx/
export PLATFORM=xilinx_aws-vu9p-f1_4ddr-xpr-2pr_4_0
make TARGETS=sw_emu DEVICES=$PLATFORM all

About


Languages

Language:C++ 96.3%Language:Makefile 2.9%Language:C 0.8%