https://github.com/diohabara/dcpu
diohabara's central processing unit, or dCPU
https://github.com/diohabara/dcpu
cpu fpga lecture risc-v u-tokyo
Last synced: about 1 year ago
JSON representation
diohabara's central processing unit, or dCPU
- Host: GitHub
- URL: https://github.com/diohabara/dcpu
- Owner: diohabara
- Created: 2019-10-28T06:46:48.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-11-28T08:41:51.000Z (over 6 years ago)
- Last Synced: 2025-01-30T03:25:22.883Z (over 1 year ago)
- Topics: cpu, fpga, lecture, risc-v, u-tokyo
- Language: C
- Homepage:
- Size: 729 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dCPU
diohabara's CPU, or dCPU
## Environment
- OS: `Ubuntu 18.04.3 LTS`
- Assembly: `RISC-V`
- FPGA: `NEXYS`
- Vivado: `v2019.1.3 (64-bit)`
## Overview

## Test
Type this command
```sh
bin/test.sh
```
and type the component below you would like to test
- `alu`
- `decoder`
is available
## Folder description
- `img`
- includes images
- `src`
- includes source files
- `test`
- includes test bench files
- `bin`
- includes shell scripts
## referrences
- For RISC-V
-
- For CPU
- JPN
-
- ENG
-
## note
- [note in JPN](https://hackmd.io/_mzHwoncRbicxOlpW_OqbQ)