Skip to content

Commit

Permalink
Add images
Browse files Browse the repository at this point in the history
  • Loading branch information
pwmarcz committed Dec 15, 2018
1 parent 5ad7318 commit 3cf75a2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
# CHIP-8 console on FPGA

This a [CHIP-8](https://en.wikipedia.org/wiki/CHIP-8) game console emulator
working on an FPGA chip (TinyFPGA BX board with iCE40-LP8K chip).
working on FPGA chip ([TinyFPGA BX](https://www.crowdsupply.com/tinyfpga/tinyfpga-bx)).

![invaders](img/invaders-small.jpg)
![invaders2-small](img/invaders2-small.jpg)

### Implementation notes

Expand All @@ -11,12 +14,10 @@ working on an FPGA chip (TinyFPGA BX board with iCE40-LP8K chip).

I'm using the following:

* [TinyFPGA BX](https://tinyfpga.com/bx/guide.html) with Lattice iCE40-LP8K chip
* [TinyFPGA BX](https://www.crowdsupply.com/tinyfpga/tinyfpga-bx) with Lattice iCE40-LP8K chip
* [SparkFun 16-button keyboard](https://www.sparkfun.com/products/14881)
* [WaveShare 128x64px monochrome OLED screen](https://www.waveshare.com/0.96inch-oled-b.htm)

(TODO how to connect on a breadboard)

## Source code outline

Verilog modules:
Expand Down
Binary file added img/invaders-small.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/invaders2-small.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 3cf75a2

Please sign in to comment.