Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/cbalint13/e-verest

EVEREST: e-Versatile Research Stick for peoples
https://github.com/cbalint13/e-verest

accelerator computing dsp ecp5 fpga processor tensor usb vision

Last synced: about 1 month ago
JSON representation

EVEREST: e-Versatile Research Stick for peoples

Awesome Lists containing this project

README

        

**e**-**Ve**rsatile **Re**search **St**ick for peoples

![PCB](docs/images/e-VEREST-pcb.jpg)
![DIAG](docs/images/EVEREST-DIAG.png)

## Description

With the rising of high quality opensource tools for FPGAs new opportunities are emerging to discover and build better digital architectures.
This stick is intended as lowest cost tool for anyone who desire to explore & research the world of modern digital systems.
It can be used to develop, test and benchmark fairly large digital designs, straight using a complete opensource toolchain end to end.

It can close the gap between emerging trend of high level generated systems (automatic reinforced exploration of arhitectures) and the lack of end to end toolchain harvesting a real FPGA for final feedback.

Let Here Be Dragons !

## Specs:

* Small size **16x40mm** usb stick
* Generous **85k LUT** **FPGA** logic space
* Holds **1Gbyte DDR3** memory with **x16** wide access
* USB3 **5Gbps/s** data access over **x32** wide independent FIFO
* USB2 outband (same usb port) permanent **JTAG** and **UART** independent access
* Full opensource HDL flow usig [YoSYS](https://github.com/YosysHQ) suite

Can be used in any USB port right from the tips of fingers, no cables, no wires but full control.

![OVERVIEW-TOP](docs/images/EVEREST-3D-TOP.png)
![OVERVIEW-BOTTOM](docs/images/EVEREST-3D-BOTTOM.png)

## Progress:
* ```23-Apr-2020``` A batch of 50 PCB arrived. Thank you [WellPCB PTY LTD](https://www.wellpcb.com) !
* ```20-Dec-2020``` Second iteraton of PCB has been done, schematics and pcb design are updated.
* ```20-Jan-2021``` Announcing [OLIMP](https://github.com/cbalint13/OLIMP) having e-VEREST as demo board.
* ```17-Aug-2021``` Third iteration of PCB has been done, design is updated.
* ```10-May-2022``` Due to severe global shortage ~~crowd source~~ batches aren't possible until >2023.

```
Booting..
Press ENTER to continue..

__ _______ ____ _____ ____ _____
__\ \ / | ____| _ \| ____/ ___|_ _|
/ _ \ \ / /| _| | |_) | _| \___ \ | |
| __/\ V / | |___| _ <| |___ ___) || |
\___| \_/ |_____|_| \_|_____|____/ |_|

Total BRAM memory: 32 KiB

Select an action:

[e] Echo UART

Command>
```

See [utils](/utils) for board peripherial tests and [i/o mappings (lpf file)](https://github.com/cbalint13/e-verest/blob/master/utils/test-firmware/brd/everest.lpf).

## Project files
* Open Source Hardware
* Check [schematic](hardware/e-VEREST-v1_5.pdf) available as quick readable document.
* See the [design files](hardware) available for Altium ®, CircuitMaker ®, KiCAD and Gerber format.
* There is also an CircuitMaker ® [online version](https://circuitmaker.com/Projects/Details/Cristian-Balint/e-VEREST) available.
* Software tools for managing the stick and examples coming soon (WiP)
* There are plans for making batch of units via CrowdSupply campains (WiP).

## PCB views

| Layer | Polygons Description |Image |
| ----------- | ------------------- |-------|
| Top | Signal Layer | Top Layer|
| Inner 1 | GND Plane | Inner Layer 1|
| Inner 2 | Signal Layer | Inner Layer 2|
| Inner 3 | Power Plane | Inner Layer 3 Polygon|
| Inner 4 | GND Plane | Inner Layer 4 Polygons|
| Bottom | Signal Layer | Bottom Layer Polygon|

## Credits

* Communities around [yosys](https://github.com/YosysHQ/yosys) / [nextpnr](https://github.com/YosysHQ/nextpnr)
* The [OrangeCrab](https://github.com/orangecrab-fpga/orangecrab-hardware) board design by Greg Davill