From 123f0f17d41a062b4614564cf1dc920d6d76762d Mon Sep 17 00:00:00 2001 From: acereca Date: Thu, 14 Jun 2018 18:22:04 +0200 Subject: [PATCH 1/6] try collapsable --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index eb098ed..2d1560f 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,10 @@ | 30.8. | Deadline | | 6.9. | Kolloquium | +
+ ## Content + - I2C - v2 - [x] Umbau @@ -79,6 +82,7 @@ - [ ] stabilize - [ ] regulate the system (with missing information) - [ ] write / formulate approach and resulting formula / algorithm +
## ToC From 2fae560a5625ab5e01de0ab4710fce76fb9b8ea2 Mon Sep 17 00:00:00 2001 From: acereca Date: Thu, 14 Jun 2018 18:24:58 +0200 Subject: [PATCH 2/6] redo and add toc --- README.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 2d1560f..67ce418 100644 --- a/README.md +++ b/README.md @@ -11,9 +11,8 @@ | 6.9. | Kolloquium |
- -## Content - +

Content

+ - I2C - v2 - [x] Umbau @@ -82,9 +81,11 @@ - [ ] stabilize - [ ] regulate the system (with missing information) - [ ] write / formulate approach and resulting formula / algorithm +
-## ToC +
+

Table of Contents

- Introduction - What is this about? @@ -125,3 +126,5 @@ - "How to calibrate a PowerIt" - Regulation - Outlook + +
From e8e34fd11e7760dc58aaa5afa3c705af73238b8a Mon Sep 17 00:00:00 2001 From: acereca Date: Thu, 14 Jun 2018 18:27:40 +0200 Subject: [PATCH 3/6] rm collapsable --- README.md | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 67ce418..8557e02 100644 --- a/README.md +++ b/README.md @@ -10,8 +10,7 @@ | 30.8. | Deadline | | 6.9. | Kolloquium | -
-

Content

+## Content - I2C - v2 @@ -82,10 +81,7 @@ - [ ] regulate the system (with missing information) - [ ] write / formulate approach and resulting formula / algorithm -
- -
-

Table of Contents

+## Table of Contents - Introduction - What is this about? @@ -126,5 +122,3 @@ - "How to calibrate a PowerIt" - Regulation - Outlook - -
From addee4a6ccecaae0839ac3174749cfa9a996893c Mon Sep 17 00:00:00 2001 From: acereca Date: Thu, 14 Jun 2018 19:42:40 +0200 Subject: [PATCH 4/6] add 1.1 --- parts/intro.tex | 8 +++++++- thesis.tex | 3 +++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/parts/intro.tex b/parts/intro.tex index 6e0cd34..d7a1f73 100644 --- a/parts/intro.tex +++ b/parts/intro.tex @@ -1,8 +1,14 @@ %! TEX root = ../thesis.tex + \chapter{Introduction} -\section{What is this about?} +\section{What is the BrainScale System?} + +The BrainScaleS Wafer System, developed and used in the electronic visions Group at Heidelberg University is a neuromorhic hardware implementation. + +For this Thesis important core components, inside the System, are the mixed-signal ASICs, named HICANNs (on Wafer in fig. \ref{wss}), and FPGAs for controlling these HICANNs \cite{hbpguidebook-brainscales} + \section{What's the PowerIt Subsystem?} diff --git a/thesis.tex b/thesis.tex index ee5c019..0c657b9 100644 --- a/thesis.tex +++ b/thesis.tex @@ -24,4 +24,7 @@ \include{parts/experiments} \include{parts/results} \include{parts/outlook} + + \bibliographystyle{ieeetr} + \bibliography{ubib/ubib}{} \end{document} From 268d14111f808448793e8bb6c57e65bb101c48da Mon Sep 17 00:00:00 2001 From: acereca Date: Thu, 14 Jun 2018 20:45:16 +0200 Subject: [PATCH 6/6] add pit pic --- parts/intro.tex | 22 +++++++++++++--------- 1 file changed, 13 insertions(+), 9 deletions(-) diff --git a/parts/intro.tex b/parts/intro.tex index d7a1f73..745af0c 100644 --- a/parts/intro.tex +++ b/parts/intro.tex @@ -9,20 +9,24 @@ The BrainScaleS Wafer System, developed and used in the electronic visions Group For this Thesis important core components, inside the System, are the mixed-signal ASICs, named HICANNs (on Wafer in fig. \ref{wss}), and FPGAs for controlling these HICANNs \cite{hbpguidebook-brainscales} - -\section{What's the PowerIt Subsystem?} - -The hardware used in this thesis is a PowerIt board, developed in the electronic visions group\footnote{ - %TODO -}. It functions as power supply inside of the Waferscale System\footnote{ - %TODO -} (fig. \ref{wss}). \begin{figure}[h] \centering \includegraphics[width=.9\textwidth]{../InternReport/img/waferscale_system.png} - \caption{WSS} + \caption{The BrainScaleS wafer-scale hardware system} \label{wss} \end{figure} + +\section{What's the PowerIt Subsystem?} + +The hardware used in this thesis is a PowerIt board (fig. \ref{}), developed in the electronic visions group. It functions as power supply inside of the Waferscale System (fig. \ref{wss}). + +\begin{figure}[h] + \centering + \includegraphics[width=.9\textwidth]{../InternReport/img/poweritv2_teststand_2} + \caption{PowerIt Board top view, in test} + \label{} +\end{figure} + In which it is providing the Wafer with 1.8V and the FPGAs with 9.6V. Its maximum rated Pwerdraw is 2kW.