aboutsummaryrefslogtreecommitdiff
path: root/src/images
diff options
context:
space:
mode:
authorelisa <elisa@riscv.org>2021-09-11 13:12:17 -0700
committerelisa <elisa@riscv.org>2021-09-11 13:12:17 -0700
commitf55255e05ad7ac5218ef4c712fd9c78ed8bc15e4 (patch)
treebded84451c9dc894030816a9607cef1e7c8da968 /src/images
parent02cfe69bf74bb890195889877e5111176ced3762 (diff)
downloadriscv-isa-manual-f55255e05ad7ac5218ef4c712fd9c78ed8bc15e4.zip
riscv-isa-manual-f55255e05ad7ac5218ef4c712fd9c78ed8bc15e4.tar.gz
riscv-isa-manual-f55255e05ad7ac5218ef4c712fd9c78ed8bc15e4.tar.bz2
begin adding graphviz files
Diffstat (limited to 'src/images')
-rw-r--r--src/images/graphviz/litmus_sample.adoc40
1 files changed, 40 insertions, 0 deletions
diff --git a/src/images/graphviz/litmus_sample.adoc b/src/images/graphviz/litmus_sample.adoc
new file mode 100644
index 0000000..5be97d3
--- /dev/null
+++ b/src/images/graphviz/litmus_sample.adoc
@@ -0,0 +1,40 @@
+//a-1
+
+[graphviz, ,svg]
+....
+digraph G {
+
+splines=spline;
+pad="0.000000";
+
+
+/* the unlocked events */
+eiid0 [label="a: Wx=1", shape="none", fontsize=8, pos="1.000000,2.109375!", fixedsize="false", height="0.111111", width="0.555556"];
+eiid1 [label="b: Wx=2", shape="none", fontsize=8, pos="1.000000,1.546875!", fixedsize="false", height="0.111111", width="0.555556"];
+eiid2 [label="c: Rx=1", shape="none", fontsize=8, pos="1.000000,0.984375!", fixedsize="false", height="0.111111", width="0.555556"];
+eiid3 [label="d: Wx=3", shape="none", fontsize=8, pos="1.000000,0.421875!", fixedsize="false", height="0.111111", width="0.555556"];
+eiid4 [label="e: Wx=4", shape="none", fontsize=8, pos="1.850000,1.687500!", fixedsize="false", height="0.111111", width="0.555556"];
+eiiid6 [label="", shape=none, width=0.05, height=0.1, pos="1.0,1.85!";]
+eiid5 [label="f: Wx=5", shape="none", fontsize=8, pos="1.850000,1.125000!", fixedsize="false", height="0.111111", width="0.555556"];
+
+/* the intra_causality_data edges */
+
+
+/* the intra_causality_control edges */
+
+/* the poi edges */
+/* the rfmap edges */
+
+
+/* The viewed-before edges */
+eiid0 -> eiid1 [label=<<font color="blue">co</font>>, color="blue", fontsize=11, penwidth="3.000000", arrowsize="0.666700"];
+eiid0 -> eiid2 [label=<<font color="red">rf</font>>, color="red", fontsize=11, penwidth="3.000000", arrowsize="0.666700"];
+eiid1 -> eiid0 [label=<<font color="blue">co</font>>, color="blue", fontsize=11, penwidth="3.000000", arrowsize="0.666700"];
+eiid1 -> eiid3 [label=<<font color="blue">co</font>>, color="blue", fontsize=11, penwidth="3.000000", arrowsize="0.666700"];
+eiid2 -> eiid0 [label=<<font color="#ffa040">fr</font>>, color="#ffa040", fontsize=11, penwidth="3.000000", arrowsize="0.666700"];
+eiid2 -> eiid1 [label=<<font color="#ffa040">fr</font>>, color="#ffa040", fontsize=11, penwidth="3.000000", arrowsize="0.666700"];
+eiid2 -> eiid3 [label=<<font color="#ffa040">fr</font>>, color="#ffa040", fontsize=11, penwidth="3.000000", arrowsize="0.666700"];
+eiiid6 [label="", shape=none, width=0.05, height=0.1, pos="1.0,1.85!";]
+eiid4 -> eiid5 [label=<<font color="blue">co</font>>, color="blue", fontsize=11, penwidth="3.000000", arrowsize="0.666700"];
+}
+....