summaryrefslogtreecommitdiff
path: root/src/main/scala/Chisel/Core.scala
diff options
context:
space:
mode:
authorAndrew Waterman2015-09-18 13:51:06 -0700
committerAndrew Waterman2015-09-18 13:51:45 -0700
commitdf5610b3c27c7ed9575dec8c3f76d1c4aff00012 (patch)
tree2b286da54ec23fdf934418a357cacbffd5cab457 /src/main/scala/Chisel/Core.scala
parentf71b738e657ad783fa776a27b864eb93d55faa53 (diff)
Correct some scaladoc comments
Diffstat (limited to 'src/main/scala/Chisel/Core.scala')
-rw-r--r--src/main/scala/Chisel/Core.scala5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/main/scala/Chisel/Core.scala b/src/main/scala/Chisel/Core.scala
index 74f07756..2284ff16 100644
--- a/src/main/scala/Chisel/Core.scala
+++ b/src/main/scala/Chisel/Core.scala
@@ -35,9 +35,8 @@ object debug {
def apply (arg: Data) = arg
}
-/** *Data* is part of the *Node* Composite Pattern class hierarchy.
- It is the root of the type system which includes composites (Bundle, Vec)
- and atomic types (UInt, SInt, etc.).
+/** *Data* is the root of the type system which includes
+ Aggregate (Bundle, Vec) and Element (UInt, SInt, etc.).
Instances of Data are meant to help with construction and correctness
of a logic graph. They will trimmed out of the graph before a *Backend*