From ce8e42077d69e041dddb41843379a0fb4e5b4f23 Mon Sep 17 00:00:00 2001 From: Shorla Date: Wed, 13 Oct 2021 05:49:28 +0100 Subject: Update bundles-and-vecs.md (#2173) * Update bundles-and-vecs.md * Update docs/src/explanations/bundles-and-vecs.md Co-authored-by: Megan Wachs Co-authored-by: Megan Wachs --- docs/src/explanations/bundles-and-vecs.md | 2 ++ 1 file changed, 2 insertions(+) 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 -- cgit v1.2.3