An open API service indexing awesome lists of open source software.

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

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

![CPU](img/cpu.dot.svg)

## 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)