summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorShorla2021-10-13 05:49:28 +0100
committerGitHub2021-10-13 04:49:28 +0000
commitce8e42077d69e041dddb41843379a0fb4e5b4f23 (patch)
treec1730ce7d613c01ac3a9c40ace9a6b1204e8c9a1 /docs
parent463a352e044341d38524b791be8a74d7815239d3 (diff)
Update bundles-and-vecs.md (#2173)
* Update bundles-and-vecs.md * Update docs/src/explanations/bundles-and-vecs.md Co-authored-by: Megan Wachs <megan@sifive.com> Co-authored-by: Megan Wachs <megan@sifive.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/src/explanations/bundles-and-vecs.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/src/explanations/bundles-and-vecs.md b/docs/src/explanations/bundles-and-vecs.md
index e683667d..75230c41 100644
--- a/docs/src/explanations/bundles-and-vecs.md
+++ b/docs/src/explanations/bundles-and-vecs.md
@@ -4,6 +4,8 @@ title: "Bundles and Vecs"
section: "chisel3"
---
+# Bundles and Vecs
+
`Bundle` and `Vec` are classes that allow the user to expand the set of Chisel datatypes with aggregates of other types.
Bundles group together several named fields of potentially different types into a coherent unit, much like a `struct` in