summaryrefslogtreecommitdiff
path: root/src/main/scala/Chisel/Data.scala
diff options
context:
space:
mode:
authorducky2015-11-02 17:20:09 -0800
committerducky2015-11-02 17:20:09 -0800
commit2cc8af903fe61177dcca1db14d60953271c4ca6b (patch)
tree27a510a5251aaddbf8764d99951d61d2b8ad433f /src/main/scala/Chisel/Data.scala
parentd79227fac9ec94fafa6c809b4d0849738b55fc1f (diff)
Remove implementation details from scaladoc.
You didn't want it, so Imma getting rid of it...
Diffstat (limited to 'src/main/scala/Chisel/Data.scala')
-rw-r--r--src/main/scala/Chisel/Data.scala6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/main/scala/Chisel/Data.scala b/src/main/scala/Chisel/Data.scala
index 85a436ed..679b8eb8 100644
--- a/src/main/scala/Chisel/Data.scala
+++ b/src/main/scala/Chisel/Data.scala
@@ -74,8 +74,7 @@ abstract class Data(dirArg: Direction) extends HasId {
private[Chisel] def flatten: IndexedSeq[Bits]
/** Creates an new instance of this type, unpacking the input Bits into
- * structured data. Generates no logic (should be either wires or a syntactic
- * transformation).
+ * structured data.
*
* This performs the inverse operation of toBits.
*
@@ -94,8 +93,7 @@ abstract class Data(dirArg: Direction) extends HasId {
wire.asInstanceOf[this.type]
}
- /** Packs the value of this object as plain Bits. Generates no logic (should
- * be either wires or a syntactic transformation).
+ /** Packs the value of this object as plain Bits.
*
* This performs the inverse operation of fromBits(Bits).
*/