Skip to content

Commit 8a94f56

Browse files
committed
update README
1 parent 83fbb94 commit 8a94f56

File tree

1 file changed

+11
-8
lines changed

1 file changed

+11
-8
lines changed

README.md

+11-8
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,26 @@
1-
# deca-mandelbrot
2-
The Terasic DECA board as a mandelbrot accelerator.
1+
# FPGA Mandelbrot
2+
FPGA boards as mandelbrot accelerators.
33
This is a hobby project to explore parallel computation/pipelining
44
on a FPGA.
55

6-
## current status
7-
* working: nine 72 bit fixed point mandelbrot cores run at 60 MHz
8-
* still needs improvement: better resource usage, pipelining, more efficient USB data transfer
9-
* basic interactive Gtk app works
6+
## Supported Boards
7+
* The Terasic DECA board over high speed USB2
8+
9+
## Current Status
10+
* Terasic DECA board working: nine 72 bit fixed point mandelbrot cores run at 60 MHz over high speed USB2
11+
* basic interactive Gtk app written in python works
12+
* imgui based app written in Nim works
1013
* produces beautiful images:
1114
![image](https://user-images.githubusercontent.com/148607/137055848-e216424f-0ad3-4c40-96b1-d512d16e04b4.png)
1215

13-
## how to build
16+
## How to build
1417
```bash
1518
$ ./initialize-python-environment.sh
1619
$ . ./venv/bin/activate
1720
$ python3 gateware/deca_mandelbrot.py --keep
1821
```
1922

20-
## how to run the testbench
23+
## How to run the testbench
2124
```bash
2225
$ cd gateware/
2326
$ ./run-tests.sh

0 commit comments

Comments
 (0)