summaryrefslogtreecommitdiffstats
path: root/content/zettel/1c2c.md
diff options
context:
space:
mode:
Diffstat (limited to 'content/zettel/1c2c.md')
-rw-r--r--content/zettel/1c2c.md16
1 files changed, 16 insertions, 0 deletions
diff --git a/content/zettel/1c2c.md b/content/zettel/1c2c.md
new file mode 100644
index 0000000..408fdf5
--- /dev/null
+++ b/content/zettel/1c2c.md
@@ -0,0 +1,16 @@
++++
+title = "Pipelined scheduling"
+author = "Yann Herklotz"
+tags = []
+categories = []
+backlinks = ["3c6", "1c2b1", "1c2b"]
+forwardlinks = ["1c2d"]
+zettelid = "1c2c"
++++
+
+Pipelined scheduling is similar to the more algorithmic list scheduling,
+but can also pipeline instructions that support it. One example is
+multiplication, which can be performed in multiple stages and can
+therefore accept another input while the other has moved on to the next
+stage. This further optimises the high-level synthesis code as more
+hardware will be in use at the same time.