From 67d7f1a0b70ca09d485f090ed064c3a601f3ed80 Mon Sep 17 00:00:00 2001 From: Oliver Killane Date: Mon, 5 Feb 2024 23:47:26 +0000 Subject: [PATCH] 70046: Added HLS lecture --- .../HLS Improvements Throughput.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 70046 - Advanced Digital Systems Design/HLS Improvements Throughput.md diff --git a/70046 - Advanced Digital Systems Design/HLS Improvements Throughput.md b/70046 - Advanced Digital Systems Design/HLS Improvements Throughput.md new file mode 100644 index 0000000..9d2b716 --- /dev/null +++ b/70046 - Advanced Digital Systems Design/HLS Improvements Throughput.md @@ -0,0 +1,8 @@ +## Fine Grained Pipelining +Done at the level of operators. + +## Coarse Grained Pipelining +Done at the level of blocks (e.g. functions, loops) + + +[[TODO]] \ No newline at end of file