summaryrefslogtreecommitdiff
path: root/manual/APPNOTE_011_Design_Investigation/sumprod_02.dot
diff options
context:
space:
mode:
Diffstat (limited to 'manual/APPNOTE_011_Design_Investigation/sumprod_02.dot')
-rw-r--r--manual/APPNOTE_011_Design_Investigation/sumprod_02.dot5
1 files changed, 5 insertions, 0 deletions
diff --git a/manual/APPNOTE_011_Design_Investigation/sumprod_02.dot b/manual/APPNOTE_011_Design_Investigation/sumprod_02.dot
new file mode 100644
index 00000000..af87651b
--- /dev/null
+++ b/manual/APPNOTE_011_Design_Investigation/sumprod_02.dot
@@ -0,0 +1,5 @@
+digraph "sumprod" {
+rankdir="LR";
+remincross=true;
+n1 [ shape=octagon, label="prod", color="black", fontcolor="black" ];
+};