From df5610b3c27c7ed9575dec8c3f76d1c4aff00012 Mon Sep 17 00:00:00 2001 From: Andrew Waterman Date: Fri, 18 Sep 2015 13:51:06 -0700 Subject: Correct some scaladoc comments --- src/main/scala/Chisel/Core.scala | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src/main/scala/Chisel/Core.scala') 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* -- cgit v1.2.3