summaryrefslogtreecommitdiffstats
path: root/content/zettel/3c8a.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/3c8a.md
parentfbe0fc62120348f582dc4db2b614078943d0764b (diff)
downloadzk-web-47c1289ff658a5aec71635d79ffe30bb29a07876.tar.gz
zk-web-47c1289ff658a5aec71635d79ffe30bb29a07876.zip
Add content
Diffstat (limited to 'content/zettel/3c8a.md')
-rw-r--r--content/zettel/3c8a.md23
1 files changed, 23 insertions, 0 deletions
diff --git a/content/zettel/3c8a.md b/content/zettel/3c8a.md
new file mode 100644
index 0000000..fcf77f5
--- /dev/null
+++ b/content/zettel/3c8a.md
@@ -0,0 +1,23 @@
++++
+title = "Testing for stability in current HLS tools"
+date = "2022-10-04"
+author = "Yann Herklotz"
+tags = []
+categories = []
+backlinks = ["3c8"]
+forwardlinks = []
+zettelid = "3c8a"
++++
+
+One thing that might be useful to motivate the work above would be to
+test existing HLS tools for stability by changing the metrics that
+measured at the output of the HLS tools. For this, one would have to
+reuse the script from Zewei and change the conditions that trigger a
+bug. It should be expected that the size and latency of the designs
+would change quite a lot though.
+
+For example, synthesis tools already change quite a lot because of the
+randomness that is introduced in the various stages. This can make
+designs fluctuate by 10-15%, which means that optimisations that do not
+add significantly more performance or area improvements might actually
+not be contributing significantly.