summaryrefslogtreecommitdiff
path: root/src/main/scala/Chisel/Bits.scala
AgeCommit message (Collapse)Author
2015-12-30Add '=/=' to bits, which does the same as '!='Palmer Dabbelt
It looks like this is in Chisel2 now, and some stuff in uncore is using it. IIRC, we decided that this was the correct thing to do for some Scala style reasons.
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-11-02Add Scalastyle rule to check lines ending with a ;, fix some instancesducky
2015-10-30Merge pull request #47 from ucb-bar/corebitsfixAndrew Waterman
Fix whitespace in Bits
2015-10-30Fix whitespaceducky
2015-10-30Move Cat into utilsducky
2015-10-30Resolve some review todos in Bitsducky
2015-10-26Break Core.scala into bite-sized piecesducky