Skip to content

spc789/fpga-guide.github.io

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fpga.guide

installation

from https://help.github.com/articles/setting-up-your-github-pages-site-locally-with-jekyll/

# install xcode components 
xcode-select --install

# make sure you have ruby
ruby -v
2.3.3

# install jekyll
gem install bundler

# use bundler to install libs
bundle install

# build and run the site
bundle exec jekyll serve --livereload

Adding an algorithm?

./new_algo_template.sh ALGO_NAME SUBSECTION

IE.

./new_algo_template.sh Lyra2z 2k

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 55.0%
  • HTML 26.6%
  • Ruby 16.2%
  • Shell 2.2%