sebinsphilip / riscv_nvp

Non volatile processor experimentation's on RISCV

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

riscv_nvp

Non volatile processor experimentation's on RISCV

First steps after cloning

git submodules init
git submodules update

Building riscv toolchain

cd riscv-gnu-toolchain/ && mkdir build && cd build/
CC=gcc-6 CXX=g++-6 ../configure --with-arch=rv32imc --with-abi=ilp32  --prefix=/opt/riscv

Misc

https://wiki.segger.com/RISC-V - More available extensions https://riscv.org/technical/specifications/ - risv spec download

About

Non volatile processor experimentation's on RISCV


Languages

Language:SystemVerilog 80.2%Language:C 16.3%Language:Python 1.1%Language:Tcl 1.1%Language:HTML 0.5%Language:Makefile 0.5%Language:Shell 0.2%Language:Verilog 0.1%Language:Pascal 0.0%