Skip to content

Instantly share code, notes, and snippets.

View morning21's full-sized avatar
🎯
Fucusing

Peinan Li morning21

🎯
Fucusing
  • IIE-CAS
  • Beijing, China
View GitHub Profile
@morning21
morning21 / 0_reuse_code.js
Created August 3, 2017 13:04
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console

vivado 2016.2 install

  1. download vivado 2016.2
  2. download vivado license
    • vivado 2016.4 license is also ok
  3. ./xsetup
    • select your install directory
    • find your .lic in license manager
  4. open a project and test

Boom环境的搭建

  • 关于RISCV的综述介绍,请参看[本链接][综述]
  • 此安装步骤基于 Ubuntu 16.04
  • 从github上clone的Boom不可以直接运行,需要Rocket Chip Generator以及riscv-tool工具链

[ucb riscv实验教程][ucb_lab]

  • riscv工具可以生成Verilog的仿真器
  • 所有的export请自行添加至~/.bashrc
  • 本步骤尚不完善,后续及时更新,
  • 如有任何建议,请联系lpn709695399@163.com. FPGA启动操作系统

Scala

  • [scala教程][教程]

柯里化(Currying)

  • 把接受多个参数的函数变换成接受一个单一参数(最初函数的第一个参数)的函数,并且返回接受余下的参数且返回结果的新函数的技术。

例程

@morning21
morning21 / Spectre Meltdown新闻汇总.md
Last active May 24, 2018 03:25
News of Spectre and Metdown from Jan to Feb