diff options
| author | Andrew Waterman | 2015-11-02 17:42:10 -0800 |
|---|---|---|
| committer | Andrew Waterman | 2015-11-02 17:42:10 -0800 |
| commit | f9fe5da6f9ff79c17e57ef46dd9d885d51895535 (patch) | |
| tree | 27a510a5251aaddbf8764d99951d61d2b8ad433f /src/main/scala/Chisel/Data.scala | |
| parent | d79227fac9ec94fafa6c809b4d0849738b55fc1f (diff) | |
| parent | 2cc8af903fe61177dcca1db14d60953271c4ca6b (diff) | |
Merge pull request #50 from ucb-bar/nocost
Remove implementation details from scaladoc.
Diffstat (limited to 'src/main/scala/Chisel/Data.scala')
| -rw-r--r-- | src/main/scala/Chisel/Data.scala | 6 |
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). */ |
