summaryrefslogtreecommitdiff
path: root/src/main/scala/Chisel/Data.scala
AgeCommit message (Collapse)Author
2016-01-23Move firrtl subpackage to inside internal subpackage.jackkoenig
2016-01-16Allow Wire() to be called from parameterized functionsAndrew Waterman
Accomplish this by avoiding default-null parameters on the apply methods.
2016-01-15flatten should return Seq[Bits], not Seq[UInt]Andrew Waterman
Calling toBits inside of flatten makes asInput/asOutput/asDirectionless fail on SInts. Also, the abstract type Data was already defining it to return Seq[Bits], so this change didn't really change the API.
2015-12-06Split internal and FIRRTL packagesducky
2015-11-02Remove implementation details from scaladoc.ducky
You didn't want it, so Imma getting rid of it...
2015-10-29Resolve review todos for Data.scaladucky
2015-10-26Break Core.scala into bite-sized piecesducky