diff options
| author | mergify[bot] | 2022-07-25 13:36:26 +0000 |
|---|---|---|
| committer | GitHub | 2022-07-25 13:36:26 +0000 |
| commit | b8f884e15114b7c9f29b1ec8f23a4216bcbfca76 (patch) | |
| tree | c1380eebc87808b51a9fd3e8f882d7dd082f4894 /docs/src/explanations/data-types.md | |
| parent | 0ff14a949f6781f5d76c6088202863d16cb24a18 (diff) | |
Add an Explanation chapter about Scala types vs Chisel Types vs Hardware (#2626) (#2642)
(cherry picked from commit 81fcf229da84e334cdc466ffbb8ea74c7975a4a9)
Co-authored-by: Megan Wachs <megan@sifive.com>
Diffstat (limited to 'docs/src/explanations/data-types.md')
| -rw-r--r-- | docs/src/explanations/data-types.md | 3 |
1 files changed, 2 insertions, 1 deletions
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 ``` + |
