summaryrefslogtreecommitdiffstats
path: root/content/zettel/3c6.md
diff options
context:
space:
mode:
Diffstat (limited to 'content/zettel/3c6.md')
-rw-r--r--content/zettel/3c6.md18
1 files changed, 18 insertions, 0 deletions
diff --git a/content/zettel/3c6.md b/content/zettel/3c6.md
new file mode 100644
index 0000000..1c69eaa
--- /dev/null
+++ b/content/zettel/3c6.md
@@ -0,0 +1,18 @@
++++
+title = "Verification of function calls in HTL"
+author = "Yann Herklotz"
+tags = []
+categories = []
+backlinks = ["3c5"]
+forwardlinks = ["1c9", "1c2c", "3c7", "3c6a"]
+zettelid = "3c6"
++++
+
+Verification of function calls is a move towards supporting verified
+resource sharing ([\#1c9]), because one can use a proper function call
+to hide the hardware duplication. The main problem is also supporting
+pipelining ([\#1c2c]) of such functions, which would meant that they
+have the ability to execute in parallel.
+
+ [\#1c9]: /zettel/1c9
+ [\#1c2c]: /zettel/1c2c