Lab code for three-day lecture, "Designing CNN Accelerators using Bluespec System Verilog", given at SNU in December 2017
hyoukjun/DesignCNNAccelerators
master
Name already in use
Code
-
Clone
Use Git or checkout with SVN using the web URL.
Work fast with our official CLI. Learn more about the CLI.
- Open with GitHub Desktop
- Download ZIP
Sign In Required
Please sign in to use Codespaces.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching Xcode
If nothing happens, download Xcode and try again.
Launching Visual Studio Code
Your codespace will open once ready.
There was a problem preparing your codespace, please try again.
Lab assignment code for three-day lecture, "Designing CNN Accelerators using Bluespec System Verilog", given in Seoul National University in December 2017. Author: Hyoukjun Kwon (hyoukjun@gatech.edu) For lab assignment descriptions, please refer to slides in /documents directory. * These lab assignements are based on Bluespec System Verilog (http://bluespec.com). You need Bluespec compiler license to run simulations for lab assignments. Bluespec offers university program: please refer to the website (http://bluespec.com/university/) * Compiling code In each lab, I added a make file that launches compilation script with right option. > make : Compile Blue-sim cycle accurate simulation > make run : Run the compiled simulation > make clean : Clean up build files * How to add vim syntax? > mkdir ~/.vim > cp -r vim_syntax/* ~/.vim
About
Lab code for three-day lecture, "Designing CNN Accelerators using Bluespec System Verilog", given at SNU in December 2017