Skip to content

RISC-VとChiselで学ぶ はじめてのCPU自作 ――オープンソース命令セットによるカスタムCPU実装への第一歩

License

Notifications You must be signed in to change notification settings

sa-kei728/riscv32-chisel-mycode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

riscv32-chisel-mycode

RISC-VとChiselで学ぶ はじめてのCPU自作 ――オープンソース命令セットによるカスタムCPU実装への第一歩
https://www.amazon.co.jp/dp/4297123053/

PrePare Settings

  1. clone this repository(would like to clone submodule, so add --recursive option.)
git clone --recursive https://github.com/sa-kei728/riscv32-chisel-mycode
  1. install docker [for Ubuntu20.04]
    https://www.digitalocean.com/community/tutorials/how-to-install-and-use-docker-on-ubuntu-20-04-ja

  2. create docker image

cd ./riscv-chisel-book
docker build . -t riscv/mycpu
  1. run docker(mount src directory)
./docker_run.sh

About

RISC-VとChiselで学ぶ はじめてのCPU自作 ――オープンソース命令セットによるカスタムCPU実装への第一歩

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages