Skip to content

hyoukjun/DesignCNNAccelerators

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published