diff options
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). */ |
