summaryrefslogtreecommitdiff
path: root/root-doc.txt
diff options
context:
space:
mode:
authorJim Lawson2019-05-21 17:01:31 -0700
committerGitHub2019-05-21 17:01:31 -0700
commitdad4c2365c795c0963f538331d984efc09dcf49e (patch)
treef5ad0ad9e91e3c56d635f0353ed8752c51de7ed4 /root-doc.txt
parent387274784115bee2bf7167547a7ee459219e1413 (diff)
Minor Scaladoc update (#1099)
* Minor Scaladoc update - add/move package descriptive text - fix FixedPoint link (it's chisel3.experimental.FixedPoint) * Add missing period at EOS
Diffstat (limited to 'root-doc.txt')
-rw-r--r--root-doc.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/root-doc.txt b/root-doc.txt
index fa87d7b2..8dd60718 100644
--- a/root-doc.txt
+++ b/root-doc.txt
@@ -3,7 +3,7 @@ This is the documentation for Chisel.
== Package structure ==
The [[chisel3]] package presents the public API of Chisel.
-It contains the concrete core types [[chisel3.UInt `UInt`]], [[chisel3.SInt `SInt`]], [[chisel3.Bool `Bool`]], [[chisel3.FixedPoint `FixedPoint`]], [[chisel3.Clock `Clock`]], and [[chisel3.Reg `Reg`]],
+It contains the concrete core types [[chisel3.UInt `UInt`]], [[chisel3.SInt `SInt`]], [[chisel3.Bool `Bool`]], [[chisel3.experimental.FixedPoint `FixedPoint`]], [[chisel3.Clock `Clock`]], and [[chisel3.Reg `Reg`]],
the abstract types [[chisel3.Bits `Bits`]], [[chisel3.Aggregate `Aggregate`]], and [[chisel3.Data `Data`]],
and the aggregate types [[chisel3.Bundle `Bundle`]] and [[chisel3.Vec `Vec`]].