summaryrefslogtreecommitdiffstats
path: root/content/zettel/1f2a.md
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2023-05-11 19:38:03 +0100
committerYann Herklotz <git@yannherklotz.com>2023-05-11 19:38:03 +0100
commit47c1289ff658a5aec71635d79ffe30bb29a07876 (patch)
tree56cf6b959e37fed88c492d34defd3d7ec40e7148 /content/zettel/1f2a.md
parentfbe0fc62120348f582dc4db2b614078943d0764b (diff)
downloadzk-web-47c1289ff658a5aec71635d79ffe30bb29a07876.tar.gz
zk-web-47c1289ff658a5aec71635d79ffe30bb29a07876.zip
Add content
Diffstat (limited to 'content/zettel/1f2a.md')
-rw-r--r--content/zettel/1f2a.md33
1 files changed, 33 insertions, 0 deletions
diff --git a/content/zettel/1f2a.md b/content/zettel/1f2a.md
new file mode 100644
index 0000000..00f5816
--- /dev/null
+++ b/content/zettel/1f2a.md
@@ -0,0 +1,33 @@
++++
+title = "How to solve this specification problem"
+author = "Yann Herklotz"
+tags = []
+categories = []
+backlinks = ["1f2"]
+forwardlinks = ["3a"]
+zettelid = "1f2a"
++++
+
+This specification problem can be solved informally, by basing the HLS
+tool on the C semantics of existing compilers that have been well-tested
+and are well-understood. One example of such a compiler is CompCert
+([\#3a]), which has a formal specification of Clight \[1\] language,
+which defines a subset of C that is formally verified.
+
+<div id="refs" class="references csl-bib-body" markdown="1">
+
+<div id="ref-blazy09_mechan_seman_cligh_subset_c_languag"
+class="csl-entry" markdown="1">
+
+<span class="csl-left-margin">\[1\]
+</span><span class="csl-right-inline">S. Blazy and X. Leroy, “Mechanized
+semantics for the Clight subset of the C language,” *Journal of
+Automated Reasoning*, vol. 43, no. 3, pp. 263–288, Oct. 2009, doi:
+[10.1007/s10817-009-9148-3].</span>
+
+</div>
+
+</div>
+
+ [\#3a]: /zettel/3a
+ [10.1007/s10817-009-9148-3]: https://doi.org/10.1007/s10817-009-9148-3