File:Harvard-Architektur.svg

Summary

Description
Deutsch: Die Harvard-Architektur. Dieses Bild ist eine vektorisierte Version von w:de:Datei:Harvard-architektur.png von w:de:User:Mkleine.
Date
Source Own work
Author Sn KGS
Other versions de:File:Harvard-architektur.png

SVG development

InfoField
 The SVG code is valid.
 This diagram was created with LaTeX.
Category:Valid SVG created with LaTeX code#Harvard-Architektur.svg
The resulting file was further processed with Inkscape.

Source code

LaTeX code

\documentclass{standalone}

\usepackage{tikz}
\usepackage[sfdefault]{noto}

\usetikzlibrary{arrows.meta}
\usetikzlibrary{shadows}

\begin{document}

        \begin{tikzpicture}
                \tikzstyle{box} = [fill={rgb:black,1;white,5}, drop shadow=black, thick]
                \tikzstyle{arr} = [-{Latex[length=3mm]}]
                \draw [fill=white] (0,0) rectangle (10.5,6.5);
                \draw [box] (0.5,2) rectangle (2,5) node [align=center, text width=1.5cm] at (1.25, 3.5) {Steuer\-werk};
                \draw [box] (3,4.5) rectangle +(5,1) node [align=center, text width=1.5cm] at (5.5, 5) {Daten};
                \draw [box] (3,1) rectangle +(5,1) node [align=center, text width=1.5cm] at (5.5, 1.5) {Befehle};
                \foreach \x in {3,4,7} {
                        \draw [box] (\x,3) rectangle +(0.5,0.5);
                        \draw [arr] (\x+.25,2) -- +(0,1);
                        \draw [arr] (\x+.25,4.5) -- +(0,-1);
                }
                \node at (5.75,3.25) {\dots};
                \node [label=right:{Rechenwerke}] at (7.5, 3.25) {};
        \end{tikzpicture}

\end{document}
Category:Commons:Maint:Igen:T

Licensing

I, the copyright holder of this work, hereby publish it under the following license:
w:en:Creative Commons
attribution share alike
This file is licensed under the Creative Commons Attribution-Share Alike 4.0 International license.
You are free:
  • to share – to copy, distribute and transmit the work
  • to remix – to adapt the work
Under the following conditions:
  • attribution – You must give appropriate credit, provide a link to the license, and indicate if changes were made. You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use.
  • share alike – If you remix, transform, or build upon the material, you must distribute your contributions under the same or compatible license as the original.
Category:CC-BY-SA-4.0#Harvard-Architektur.svgCategory:Self-published work
Category:Harvard architecture Category:Harvard and Von Neumann architectures Category:Computer architecture Category:Computer architecture diagrams
Category:CC-BY-SA-4.0 Category:Commons:Maint:Igen:T Category:Computer architecture Category:Computer architecture diagrams Category:Harvard and Von Neumann architectures Category:Harvard architecture Category:Self-published work Category:Valid SVG created with LaTeX code