... | ... | @@ -13,41 +13,18 @@ The Dual Processor Platform is (DPP) is a novel architecture template for networ |
|
|
|
|
|
are mapped onto two different physically separated processing elements (usually low-power microcontrollers), allowing each to be optimized according to their individual requirements. BOLT decouples application and communication processors with respect to time, power and clock domains. BOLT supports asynchronous message passing with predictable timing characteristics, and therefore making it possible for the system designer to construct highly-customized platforms that are easier to design, implement, debug, and maintain.
|
|
|
|
|
|
## General DPP Information
|
|
|
* [Publications](Publications)
|
|
|
* [BOLT Software](https://github.com/ETHZ-TEC/BOLT) (Github)
|
|
|
### General DPP Information
|
|
|
* [BOLT](./BOLT)
|
|
|
* [Terminology](./Terminology)
|
|
|
* [Docs](https://gitlab.ethz.ch/tec/public/dpp/tree/master/docs)
|
|
|
* Implementations
|
|
|
* DevBoard (APP)
|
|
|
|
|
|
### Implementations
|
|
|
* [DevBoard](./DevBoard) (APP)
|
|
|
* [CC430 ComBoard](./DPP2CC430) (COM)
|
|
|
* [SX1262 ComBoard](./DPP2Lora) (COM)
|
|
|
* [Terminology](./Terminology)
|
|
|
|
|
|
## How to Cite
|
|
|
|
|
|
> Felix Sutton, Marco Zimmerling, Reto Da Forno, Roman Lim, Tonio Gsell, Georgia Giannopoulou, Federico Ferrari, Jan Beutel, and Lothar Thiele: [Bolt: A Stateful Processor Interconnect](https://www.tik.ee.ethz.ch/file/5acae22d79f04e0e9eb1022d089029d0/SZDLGGFBT2015a.pdf). In Proceedings of the 13th ACM Conference on Embedded Networked Sensor Systems (SenSys '15), ACM, New York, NY, USA, 267-280, 2015, https://doi.org/10.1145/2809695.2809706.
|
|
|
|
|
|
[PDF Download](https://www.tik.ee.ethz.ch/file/5acae22d79f04e0e9eb1022d089029d0/SZDLGGFBT2015a.pdf)
|
|
|
|
|
|
### BibTeX
|
|
|
```
|
|
|
@inproceedings{Sutton:2015:BSP:2809695.2809706,
|
|
|
author = {Sutton, Felix and Zimmerling, Marco and Da Forno, Reto and Lim, Roman and Gsell, Tonio and Giannopoulou, Georgia and Ferrari, Federico and Beutel, Jan and Thiele, Lothar},
|
|
|
title = {{Bolt: A Stateful Processor Interconnect}},
|
|
|
booktitle = {Proceedings of the 13th ACM Conference on Embedded Networked Sensor Systems},
|
|
|
series = {SenSys '15},
|
|
|
year = {2015},
|
|
|
isbn = {978-1-4503-3631-4},
|
|
|
location = {Seoul, South Korea},
|
|
|
pages = {267--280},
|
|
|
numpages = {14},
|
|
|
url = {http://doi.acm.org/10.1145/2809695.2809706},
|
|
|
doi = {10.1145/2809695.2809706},
|
|
|
acmid = {2809706},
|
|
|
publisher = {ACM},
|
|
|
address = {New York, NY, USA},
|
|
|
keywords = {composability, cyber-physical systems, multi-processor, predictability, processor interconnect, resource interference},
|
|
|
}
|
|
|
```
|
|
|
* [BOLT Software](https://github.com/ETHZ-TEC/BOLT) (Github)
|
|
|
|
|
|
### Publications
|
|
|
* [Publications](Publications)
|
|
|
* [How to Cite DPP](./Cite)
|
|
|
|