From b8f884e15114b7c9f29b1ec8f23a4216bcbfca76 Mon Sep 17 00:00:00 2001 From: mergify[bot] Date: Mon, 25 Jul 2022 13:36:26 +0000 Subject: Add an Explanation chapter about Scala types vs Chisel Types vs Hardware (#2626) (#2642) (cherry picked from commit 81fcf229da84e334cdc466ffbb8ea74c7975a4a9) Co-authored-by: Megan Wachs --- docs/src/explanations/data-types.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'docs/src/explanations/data-types.md') diff --git a/docs/src/explanations/data-types.md b/docs/src/explanations/data-types.md index 6ac6077b..67b8e0b9 100644 --- a/docs/src/explanations/data-types.md +++ b/docs/src/explanations/data-types.md @@ -1,6 +1,6 @@ --- layout: docs -title: "Data Types" +title: "Chisel Data Types" section: "chisel3" --- @@ -134,3 +134,4 @@ a <> b a <> b a <> c ``` + -- cgit v1.2.3