Update home authored by joachim.schmidt's avatar joachim.schmidt
......@@ -2,6 +2,23 @@
In this page you will find a description and all the technical documentation related to the SCALP platform.
# Quick Start
As a first step, make sure that the following tools are installed :
1. Git
2. Vivado 2019.2
Enter the following commands to create and open the Vivado project.
```
# git clone ssh://git@ssh.hesge.ch:10572/soma/scalp_firmware.git
# cd designs/vivado/scalp_firmware/2019.2/lin64/
# source setup.sh
# create_project
# open_gui
```
# SCALP: Self-configurable 3-D Cellular multi-FPGA Adaptive Platform.
Parallel computation has appeared as the most promising technique to circumvent the limitations imposed by power consumption in order to continue increasing computation power, making thus manycore architectures a promising computer organization approach. Interconnecting and coordinating such high amount of computation nodes in an efficient manner is a hot research topic, several approaches to Network-on-chip architectures propose solutions for this. SCALP is a 3D multi-FPGA hardware platform permitting to prototype 3D NoC architectures with dynamic topologies.
......
......