summaryrefslogtreecommitdiff
path: root/root-doc.txt
diff options
context:
space:
mode:
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`]].