summaryrefslogtreecommitdiff
path: root/src/main/scala/Chisel/Data.scala
AgeCommit message (Expand)Author
2016-05-05Move Chisel API into separate chiselFrontend compilation unit in preparation ...ducky
2016-05-04Remove dependences from Chisel core on Chisel utilsAndrew Waterman
2016-04-26Scalastyle fixes and "ignores". - No functional changes.Jim Lawson
2016-04-05Make Wire(init = x) behave the same as Wire(t = x) := xAndrew Waterman
2016-03-31Fix fromBits for this.width > that.widthAndrew Waterman
2016-02-08Add Flipped trait that flips an AggregateAndrew Waterman
2016-01-28Use FIRRTL is invalid constructAndrew Waterman
2016-01-23Move firrtl subpackage to inside internal subpackage.jackkoenig
2016-01-16Allow Wire() to be called from parameterized functionsAndrew Waterman
2016-01-15flatten should return Seq[Bits], not Seq[UInt]Andrew Waterman
2015-12-06Split internal and FIRRTL packagesducky
2015-11-02Remove implementation details from scaladoc.ducky
2015-10-29Resolve review todos for Data.scaladucky
2015-10-26Break Core.scala into bite-sized piecesducky